There are parameters (options) for three retweet buttons counters: Tweetmeme, Backtype and Topsy. You can get more control over your tweet buttons with options listed for those three tweet counters.
Find answers how to:
- change the @username who is tweeted
- change the size of the button
- what to do when the URL is different from the current URL
If you are interested in implementing twitter button on blogspot check Add twitter retweet button to blogger.
Tweetmeme options
Parameter | Description |
tweetmeme_url | sample value - 'http://yoururl.com'. If you want to place the button on more than one page or would like it in your feed, you will need to override the URL. Commonly used for blog posts, sample value for blogger '<data:post.url/>'. '<data:post.url/>' code link tweet counter to every post on blogger blog. |
tweetmeme_source | By default the RT button will direct you in the format of "RT [@tweetmeme] [blog post title] [link]". You can, however change the button to retweet your user account. By specifying the tweetmeme_source parameter you can change the format to "RT [YOURNAME] [blog post title] [link]". Of course you [YOURNAME] will be value of tweetmeme_source parameter. |
tweetmeme_style | value can be 'compact'. If you want compact button include tweetmeme_style='compact' code. Don't include this code if you want more bigger button. |
tweetmeme_service | with this option you have ability to chose any URL shortener service you like. Sample: tweetmeme_service = 'tr.im'; |
Sample code for tweetmeme options:
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_source='BlogAndSEO';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
Backtype parameters
Parameter | Description |
tweetcount_url | the URL to measure tweets for |
tweetcount_title | title of the page for retweets |
tweetcount_src | Leading text for retweets |
tweetcount_via | If tweets contain '(via @BackType)', true or false |
tweetcount_size | Size of button, 'large' or 'small' value |
tweetcount_links | if links should be opened in new windows, 'true' or 'false' value |
tweetcount_short_url | specify the pre-shortened URL that you would like to use |
tweetcount_background | Button background color (for example 'CCCCCC') |
tweetcount_border | Button border color (for example 'FFFFFF')) |
tweetcount_text | Button text color (for example '000000') |
tweetcount_api_key | Awe.sm API Key for custom URL shortener |
Sample code for BackType tweeter button
<script type="text/javascript">
tweetcount_url = 'http://interestingwebs.blogspot.com/2010/02/add-twitter-retweet-button-to-blogger.html';
tweetcount_title = 'Tweetcount Parameters';
tweetcount_src = 'RT @BackType:';
tweetcount_via = false;
tweetcount_links = true;
tweetcount_size = 'large';
tweetcount_background = 'FFFFFF';
tweetcount_border = 'CCCCCC';
</script>
<script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script>
Topsy configuration topsy
Parameter | Description |
topsy_theme | can be set to any of the following themes to change the button colors (see above for examples): brick-red, brown, monochrome, jade, light-green, sea-foam, mustard, hot-pink, blue (the default theme). |
topsy_nick | should be set to the Twitter username that you want to appear in retweet text (without an @). If this variable is unset, the button will use “TopsyRT” as the Twitter username. |
topsy_style | can be set to "big" if you want a large button. If this variable is unset, a small button will be displayed. |
topsy_url | sets the URL to be retweeted. By default the button will use the URL of the page it is embedded in, but if you want to use a different URL, define it in this variable. Topsy will shorten the URL for you in the RT text. |
topsy_shorturl | sets the shorturl to use in retweet text. If you do not pass your own shorturl, Topsy will shorten the URL for you in the RT text. |
topsy_title | allows you to define the RT text used by the button. By default the RT text will be the title of the page the button is embedded on. |
topsy_order | sets the order the small button elements will be displayed in. This variable must be a comma-separated list of three items: “count”, “retweet”, and “badge”. Whatever order you place those items in, that’s the order they’ll appear in. Badge refers to Topsy TopLinks badges, which are displayed for pages that are in the Topsy Top5k or above. |
topsy_tweet_text | sets the text of the tweet button when there are no tweets yet. |
topsy_retweet_text | sets the text of the retweet button when there have been tweets. |
Example Javascript code with a large Topsy button:
<script type="text/javascript">
var topsy_nick = "TopsyRT";
var topsy_style = "big";
</script>
<script type="text/javascript" src="http://cdn.topsy.com/button.js"></script>
4 comments:
Nice blog....keep posting....
hello there
i like your horizontal navbar
it looks simple but elegant
can you make a tutorial how to make it?
and let me know
thx
To compiequ:
You can find how to make navbar in article jquery dropdown menu for blogspot
It's really very good blogs. Keep always try to post unique posts with fresh Idea.
Post a Comment