How to display your recent twitter tweets on your blog
1. Log in to your dashboard
2. Now go to Layout-->Page Element and click on "Add a gadget". Select "html/java script" and add the code given below and click save.
<div id="twitter_div">
<ul id="twitter_update_list"></ul>
<a href="http://twitter.com/ArtisTutorials" id="twitter-link" style="display:block;padding-top: 3px;text-align:center;">Follow me on Twitter</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/ArtisTutorials.json?callback=twitterCallback2&count=5"></script>
NOTE :
Replace ArtisTutorials with your twitter username.
count=5 is the number of tweets must appear.
4 comments
Is there a way to have your tweets as a scolling marquee across your page?
Yes it's possible. You need a vertical one or a horizontal one?
hi, admin how are you?
please i request for tutoriel of related post like in your blog if it's possible....
thanks a lot to be more comprehensif...
I've posted the tutorial.
Click to Add a New Comment
Leave your comment
- If you're asking a question click the Subscribe By Email link, below the comment form, to be notified of replies.
- Do NOT add links to the body of your comment as they will not be published.
- Only the comments posted in ENGLISH will be approved.
- If you have a problem check first the comments , maybe you will find the solution there.