Attractive Twitter timeline widget for blogger


Add attractive twitter timeline widget to your blogger sidebar. All you have to do here is that,





  • goto blogger Dashboard 
  • click on Add a Gadget
  • Then click on HTML/JavaScript 
  • Paste the below code in Content 
  • Now change the word ishuspace which is in Red to your twitter profile name
  • Here the number 5 is to display no of tweets to show, you can change it as per your wish.
  • Save the template, You are done..

<style>
.tweetboxbg1 {
background: #017398 url(http://i319.photobucket.com/albums/mm445/itsmeeirsh/twitterboxbg1.png) no-repeat;
padding: 101px 3px 3px 3px;
border-radius: 5px;
}

#twitter_update_list {
color:#fff;
font-size:13px;
font-weight:normal;
}

#twitter_update_list a {
color:#42a9cc;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

#twitter_update_list li {
border-bottom: 1px dotted #fff;
}
</style>
<div class="tweetboxbg1"><ul id="twitter_update_list"></ul></div>
<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
<script src="http://twitter.com/statuses/user_timeline/ishuspace.json?callback=twitterCallback2&count=5" type="text/javascript"></script>

No comments:

Post a Comment