2-Back up your template.
3-Tick the Expand Widget Templates check box on top right of the HTML window.
4-Find the following line of code in your HTML, this is the code for your post content:
<data:post.body/>
<!-- Twitter tweet button Start --> <b:if cond='data:blog.pageType != "static_page"'> <div style='text-align:left;padding:5px 5px 5px 0;'> <a class='twitter-share-button' data-count='vertical' expr:data-text='data:post.title' expr:data-url='data:post.url' data-via='BloggerSentral' data-related='' href='http://twitter.com/share'>Tweet</a> <script src='http://platform.twitter.com/widgets.js' type='text/javascript'></script> </div> </b:if> <!-- Twitter tweet button End -->
Button type | Attribute | Value |
| data-count | vertical |
| horizontal | |
| none | |
Follow recommendation 1 | data-via | Your Twitter username |
Follow recommendation 2 | data-related | Second Twitter username |
9-Click Save if you like what you see.