How to Add your Twitter Updates on your Sidebar
Here is one of the most easiest way to show your twitter updates in your blog. Follow the steps below:
- On your sidebar click on Add a Gadget
- Select HTML/JavaScript
- On the title put Twitter Updates or Twits or what ever you want to call your twitter updates
- Now on the Content area paste the following code:
<div id="twitter_div">
<ul id="twitter_update_list"></ul>
<a id="twitter-link" style="display:block;text-align:right;" href="http://twitter.com/YOUR-TWITTER-ACCOUNT">Follow me on Twitter</a>
</div>
<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
<script src="http://twitter.com/statuses/user_timeline/YOUR-TWITTER-ACCOUNT.json?callback=twitterCallback2&count=10" type="text/javascript"></script>
- Please do not forget to change YOUR-TWITTER-ACCOUNT on the code with your twitter account.
- Now Save your work.
- After saving your work try to view your blog and see the results.
Share and enjoy - Keep blogging
Hive Link
Labels
- Blogger (3)
- Make Money Online (1)
- Optimize Blog (2)
- SEO (4)
- Social Bookmarks (1)
- Tips (3)
- Tricks (3)
- Twitter (1)