Flying Twitter Bird For all Blog Post Pages

10:04:00 PM |

Flying Twitter Bird For all Blog Post Pages
  1. Change Your Twitter Account User Name.
  2. Copy The Bellow Widget Code.
  3. Go to Blogger Dashboard > Design > Edit HTML .
  4. Check Expand Widgets Check Box. (i.e, Tick Expand Widgets)
  5. Search For <data:post.body/> tag and Place Widget Code Just After it.
  6. Save your template now.




Your Twitter Account User Name* : 

<b:if cond='data:blog.pageType == &quot;item&quot;'>
    <script type="text/javascript" src="http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js">
    </script>
    <script type="text/javascript">
        var twitterAccount = &quot;way2blogging&quot;;
        var tweetThisText = &quot; <data:post.title/> ~ <data:post.Url/> &quot;;
        tripleflapInit();
    </script>
    <noscript>
        <span style="font-size:11px;margin:10px;">
            Flying Twitter Bird Widget By <a href="http://www.way2blogging.org">way2blogging.org</a>
        </span>
    </noscript>
</b:if>