Favicon Description

Blogging and SEO Solutions From

Pages

Search This Blog

Saturday 28 May 2011

How to add Twitter box in my website - Blog twitter plugin



To add Twitter Box in ur BlogPost or Site

Go to Design in your Blogspot Dashboard and Edit your Html codes click on the Expand widgets templates on the top-right to edit text box,
and now Press Ctrl+f
and Find the <data:post.body/> 


Just add the code below just after above code to get twitter box under each post
or You can add the code before the abouve code to get twitter box above each post 


<div style='align:left;'>
<a class='twitter-share-button' data-count='vertical' data-lang='en' data-via='simpleblogrtips' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share' rel='nofollow'>Tweet</a>
<b:if cond='data:post.isFirstPost'>
<script src='http://platform.twitter.com/widgets.js' type='text/javascript'>
</script>
</b:if>
</div>


Change the
data-count=" "
value from Vertical to Horizontal according to your preference and your done
Must be appearing something like it does appearing on my each post