Add Twitter tweetmeme button to blog / website

ADVERTISEMENTS

Promoting your blog / website content on various social networking websites like Facebook, Twitter improve your site profile and send more visitors. We have already seen easy procedure to add cool official Facebook button to website. Similarly, you can add tweetmeme button to allow visitors to RT (re-tweet) your articles and post them on Twitter in single click routine.

Add Tweetmeme button to allow easy RTs

There are number of options to configure (as per requirement) and get the required code. You can configure: size of button: compact or large , URL shortener to be used like: ‘bit.ly’, ‘tinyurl’ and updating your username and URL (optional).

Code to add Tweetmeme button

<script type=”text/javascript”>
tweetmeme_source = ‘tothepc’;
tweetmeme_service = ‘bit.ly’;
tweetmeme_style = ‘compact’;
</script>
<script type=”text/javascript” src=”http://tweetmeme.com/i/scripts/button.js”></script>

Please note: before you paste above code, you must change username in the code (instead of tothepc, use your own Twitter username). Other optional changes: above code will display small tweetmeme button, you can switch to large button by removing [tweetmeme_style = ‘compact’;] line from the code. More configuration options at TweetMeme page.

SHARE
 

Add a Comment

*