Twitter Friends Widget v2.0 - jQuery Plugin


/ Published in: HTML
Save to your folder(s)

A new version of my most popular jQuery plugin -Twitter Friends widget. This version aims to be better looking and easier to setup.


Copy this code and paste it in your HTML
  1. <!-- Include javascript and CSS once -->
  2. <link href="http://twitter-friends-widget.googlecode.com/svn/v2/light.css" rel="stylesheet" type="text/css" />
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
  4. <script src="http://twitter-friends-widget.googlecode.com/files/jquery.twitter-friends-2.0.min.js" type="text/javascript"></script>
  5.  
  6. <!-- Required HTML -->
  7. <div class="twitter-friends" data-options="{ username:'Mike_More' }">
  8. <a class="tfw-info" href="http://www.moretechtips.net" target="_blank">Twitter Friends/Followers Widget</a>
  9. </div>
  10. <!-- Required HTML -->

URL: http://www.moretechtips.net/2012/02/twitter-friends-widget-v20-jquery.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.