Sunday, September 12, 2010

Menambahkan Button Follow Me Pada Blogger

Follow Me Button untuk website dan blog penerbit yang ingin mendorong audiens mereka untuk mengikuti mereka pada twitter . Tombol ini menyediakan antarmuka untuk melihat jumlah pengikut pengguna tertentu dan tombol yang atas menekan tindak membuka pop-up menyediakan sejumlah pandangan yang berbeda dan statistik tentang pengguna dari layanan tambahan seperti Twitter grader, Twitalyzer dan Twitter Counter.

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>

No comments:

Post a Comment