Showing Twitter updates on Blogger/Blogspot

By | April 24, 2011

Hi,

If you want to show the latest twitter update of yours in your blogger/blogspot, then use the following steps.
1. Go to your blogger ‘Design’
2. Click ‘Add A Gadget’
3. Add ‘HTML/JavaScript’
4. Paste the following JavaScript code into it and save

<div class="twitter-desc">
<ul id="twitter_update_list"><li></li></ul>
<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
<script src="http://twitter.com/statuses/user_timeline/SampleURL.json?callback=twitterCallback2&amp;count=1" type="text/javascript"></script>
</div>

5. Done!

Note : Replace ‘SampleURL’ with your twitter id & you can set the number of twitter updates to be shown using the ‘count’, here count is set to 1.

🙂

One thought on “Showing Twitter updates on Blogger/Blogspot

  1. SEO Company

    When I am using these. It’s working properly, But i have a problem in validator. If you have more information then please share with us.

    Reply

Leave a Reply to SEO Company Cancel reply

Your email address will not be published. Required fields are marked *