and noticed you successfully included the TweetMeme button. I think I’ve looked at how it’s done before and all resources seem to point to a WP plugin but here you’ve got it working on a WP.com blog. How did you pull this off?
wsup Jan Shim? I’m surprised not many people are aware of this but WP.com has implemented the code on their site. So to use it, all you need to do is use this shortcode:
if would like to specify you twitter name, include this: source=”your_twitter_name”
In that case, it should look like this: [tweetmeme source=”your_twitter_name” http://www.URL.com%5D
If you would like for the button to appear on the home page and not not only the single post view, the add this: only_single=false
Altogether, it looks like this: [tweetmeme source=”your_twitter_name” only_single=false http://www.URL.com%5D
Hi, thanks for the info. I found that simply by adding the [tweetmeme] shortcode it works possibly minus whatever customization your technique permits.
Hi there,
I came across your site from the WordPress Forum
http://en.forums.wordpress.com/topic/my-tweetmeme-button-only-appears-after-clicking-the-post-title-help?replies=4
and noticed you successfully included the TweetMeme button. I think I’ve looked at how it’s done before and all resources seem to point to a WP plugin but here you’ve got it working on a WP.com blog. How did you pull this off?
Jan Shim
http://www.shimworld.com
wsup Jan Shim? I’m surprised not many people are aware of this but WP.com has implemented the code on their site. So to use it, all you need to do is use this shortcode:
[tweetmeme http://www.URL.com%5D
if would like to specify you twitter name, include this: source=”your_twitter_name”
In that case, it should look like this: [tweetmeme source=”your_twitter_name” http://www.URL.com%5D
If you would like for the button to appear on the home page and not not only the single post view, the add this: only_single=false
Altogether, it looks like this: [tweetmeme source=”your_twitter_name” only_single=false http://www.URL.com%5D
Enjoy your new tweetmeme buttons!
Hi, thanks for the info. I found that simply by adding the [tweetmeme] shortcode it works possibly minus whatever customization your technique permits.
o yea dont forget to close the brackets in ur shortcode. it seems i forgot to do that in my eamples