Many of us have seen many facebook likebox widgets, but have you seen a twitter follow box. I will show you how to add twitter follow box to your blog/website.
If you want to add this widget to your blog/Website just follow this simple steps.
1. Log in to Blogger
2. Go to Layout > Add a Gadget.
3. Choose HTML/Javascript.
4. Add the following code inside the widget box.
<script type="text/javascript">
function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='\<iframe name=\"fbfanIFrame_0\" frameborder=\"0\" allowtransparency=\"true\" src=\"http://s.moopz.com/connect.html?user='+screen_name+'\" class=\"FB_SERVER_IFRAME\" scrolling=\"no\" style=\"width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; \"\>\<\/iframe\>';}
</script>
<div id="twitterfanbox"></div>
<script type="text/javascript">fanbox_init("vishalassassin");</script>
Customizations
change vishalassassin with your Twitter Username.
Any problem, please comment.
No comments:
Post a Comment