Friday, April 22, 2011

How To Add Tweet Button To Blogger/Blogspot/Website/Wordpress/Tumblr


STEP 1. Go to your Dashboard > Edit HTML > Check Expand Widget Template

STEP 2. Long press "Ctrl + letter f" in order to show the search box at the top of your toolbar and find this <data:post.body/>

STEP 3. Choose your style, edit with your twitter username and copy-paste the code right after this code
<data:post.body/>

(1)

<div style="float: left; padding: 4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript">
</script></div>
(2)

<div style="float: right; padding: 4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript">
</script></div>

(3)

<div style="float: left; padding: 4px;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript">
</script></div>

(4)

<div style="float: right; padding: 4px;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript">
</script></div>
I HOPE YOU FIND THIS HELPFUL, PLS LIKE, RETWEET AND SUBCRIBE TO RSSfeed, THANKS!

1 comment:

♥i♥am♥sam♥ said...

thank u all for liking and retweeting... keep sharing knowledge.. xoxo

Related Posts Plugin for WordPress, Blogger...