How To Add Animated Flying Twitter Bird Widget For Blogger / Blogspot
Animated Flying Twitter Bird Widget For Blogger. The bird flying animated effect by JavaScript Hack and when you scroll the page Up or Down, twitter bird will come in front of your page. The bird found itself as the “follow me” link on the Twitter account. If you move the mouse pointer over the bird, a “follow me” button and a “tweet this” button displayed. Based on Tweet this link I am divided this widget into Two types.
1.Tweet this Button with Unique tweet text in all your Blog pages {i.e, tweet text contains That you have Chosen}
2.Tweet this Button with Multiple tweet text in All Your Posts Pages{i.e, tweet text contains your Post title and Post Url}
How to Install this Widget On Your Blog?
Flying Twitter Bird For all Blog Pages
- Customize the Options in Widget Form
- Click On Generate Button and Finally Click on Add to Blogger Button to add this widget on your Blog
.
Flying Twitter Bird For all Blog Post Pages
- Change Your Twitter Account User Name.
- Copy The Bellow Widget Code.
- Go to Blogger Dashboard > Design > Edit HTML .
- Check Expand Widgets Check Box. (i.e, Tick Expand Widgets)
- Search For
<data:post.body/>
tag and Place Widget Code Just After it. - Save your template now.
Your Twitter Account User Name* :
<b:if cond='data:blog.pageType == "item"'>
<script type="text/javascript" src="http://widgets.way2blogging.org/blogger-widgets/w2b-tripleflap.js">
</script>
<script type="text/javascript">
var twitterAccount = "way2blogging";
var tweetThisText = " <data:post.title/> ~ <data:post.Url/> ";
tripleflapInit();
</script>
<noscript>
<span style="font-size:11px;margin:10px;">
Flying Twitter Bird Widget By <a href="/index.html">way2blogging.org</a>
</span>
</noscript>
</b:if>
Want any help about this ?, Contact me Via Comments
fantastic !!! I am on WordPress – is there a plug in for this?
lol…dam bird sat in front of captcha!!
move bird move
Here is the Plugin for WordPress
http://wordpress.org/extend/plugins/anmiated-twitter-bird/
Lovely Widget the Bird will now fly on my Blog.
Cheers to you and Wish to see more from you.
Tele-Columnis!
I couldn’t get this to work : (
Followed the directions exactly….
Nice post! It worked on my blog.
Hello sometimes it works but today it appears not to be working. Tried everything.
i was hosted the script on my CDN instead of public hosts. Please update the code. Thanks