Tags: , , ,

Follow Button

The Follow button is for website and blog publishers that want to encourage their audience to follow them on twitter. This button provides the interface to see the follower count of a particular user and a button which upon pressing opens the follow pop-up providing a number of different views and statistics about the user from additional services such as Twitter Grader, Twitalyzer and Twitter Counter.

Follow Popup

We have made our button really smart, with one simple piece of JavaScript we can give you the ability for your readers to follow you. Best of all it will work on any web page, anywhere!

If you are using Wordpress please use our WordPress Plugin.

The Code

Follow Button Standard

The Standard Button

For the basic follow button please copy and paste the source code below into your site, remembering to replace yourtwitterusername with your actual twitter username.

<script type="text/javascript">
tweetmeme_screen_name = 'yourtwitterusername';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/follow.js"></script>

Changing the size of the button – Compact Button

Compact Follow Button
The Compact Button

We also offer a compact version of the TweetMeme Follow button, with the same options as the larger button.

<script type="text/javascript">

tweetmeme_screen_name = 'yourtwitterusername';
tweetmeme_style = 'compact';
</script>

<script type="text/javascript" src="http://tweetmeme.com/i/scripts/follow.js"></script>

Square Follow

The Square Button

We also offer a square version of the TweetMeme Follow button, you also need to remember to include the size of the square in pixels to set the size of the square button. If you do not add a size this will default to 32px by 32px.

<script type="text/javascript">

tweetmeme_screen_name = 'yourtwitterusername';
tweetmeme_style = 'square';
tweetmeme_size = '50';
</script>

<script type="text/javascript" src="http://tweetmeme.com/i/scripts/follow.js"></script>

For some common questions, take a look at our FAQ

1 Star2 Stars3 Stars4 Stars5 Stars (43 votes, average: 3.79 out of 5)