Breaking

Tuesday, June 06, 2017

How to Add flying Twitter bird to your blog

This one of the coolest HTML/JavaScript widgets ever this code helps users who reads your article instantly share to their Twitter and also follow you to get more of your update.

The Flying Twitter bird only appears on your web view. 
Adding the code is very simple and easy


Copy code
<!-- Animated Flying Twitter Bird Widget by naijabrainies.blogspot.com -->
<script type="text/javascript" src="http://yourjavascript.com/20801012195/twitter-bird.js">
</script>
<script type="text/javascript">
var twitterAccount = &quot;naijabrainies&quot;;
var tweetThisText = &quot; <data:blog.pageName/>: <data:blog.url/> &quot;;
tripleflapInit();
</script>
<!-- Animated Flying Twitter Bird Widget by naijabrainies.blogspot.com -->


Change "Naijabrainies "  to your Twitter username

Steps:

  • Log in to your blogger dashboard and click on "LAYOUT"
  • decide which part of your blog you want the code to stay.
  • Click add gadget and select "HTML/JAVASCRIPT"
  • Copy and Paste the code in the "HTML/JAVSSCRIPT" and save
  • Make sure you also save your arrangement
Refresh your blog and the Twitter bird shows up and start flying.

Still having issues getting it on your blog? Follow the approach Here



How easy was that.. Very easy I think