How to Add Animated Twitter Widget to Blogger?
There are a few steps to do this task. Also you can read Urdu article in Below picture to know about adding this widget to blogger blog.
- First go to your Blogger Dashboard.
- Click Template Option.
- Click on HTML & Proceed.
- Find </body> tag in HTML Coding (Tip: Use CTRL+F).
- Insert Below code just before/above </body> tag.
- Save Your template and Your done!.
<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'>
</script>
<script type='text/javascript'>
var twitterAccount = "jamshedahmad420";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
</script>
<script type='text/javascript'>
var twitterAccount = "jamshedahmad420";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
Widget Customization
After inserting this code before </body> tag simply replace your twitter user name with blue color text (onlineustaad) and save your template. You will see a beautiful flying twitter bird on your blog. Stay happy and share this tutorial with everyone in Your circle.
No comments:
Post a Comment