Find (CTRL+F) this code in the template:
<div class='post-header-line-1'/>And immediately BELOW/AFTER that, paste the code for the widget
Here's the code for this widget:
<script type="text/javascript">Replace "YOUR_TWITTER_ID" with your own Twitter profile, in the code above.
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'YOUR_TWITTER_ID';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
And it will be displayed like this:
To show these widgets only in published post pages and NOT in homepage, add the code like this:
<b:if cond='data:blog.pageType == "item"'>
CODE FOR TWEET WIDGET
</b:if>

No comments:
Post a Comment