Does anyone have any tips on integrating Tweetmeme?
Add a Reply
Forum Groups
Design, Templates, & Tags
1773 6162
Last Topic: Excluding categories from blog by kholechek on Feb 9, 2012
General
1429 5077
Last Topic: What apocalypse hit this community in the middle of 2011? by 75th on Feb 10, 2012
Open Source
84 291
Last Topic: How to have some other characters in entry basename automatically written by Afshin Haghighatnia on Dec 22, 2011
Performance
173 737
Last Topic: About the MT version stated in HTML source by Alex E. Schneider on Feb 7, 2012
Plugins & Plugin Development
190 567
Last Topic: Analytics Reporting by michael webster on Feb 5, 2012
Pricing and Licensing
26 95
Last Topic: How do ProNet Licensees Get Current Versions of Movable Type? by Bill on Aug 28, 2011
Hi Michele,
What sort of tips are you looking for?
If you want to add it to an individual article page, you should simply add:
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
But if you want to add it to an index page (where you list multiple articles), you should use:
<script type="text/javascript">
tweetmeme_url = 'http://www.article-complete-url.com';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
Happy blogging,
Mihai Bocsaru
Mihai
Putting on a single entry is working fine. It's the main page that's causing the issue.
The standard code won't work, as it can't detect the article's actual URL
I tried to use what I thought was the correct code so that MT would automagically build the link, but that didn't work either ..
Kind of at a loss now
You can see it working on http://blog.blacknight.com if you click into a single article
Michele
Michele,
Use the coding that I've recommended above.
That is:
<script type="text/javascript">
tweetmeme_url = '<mt:EntryPermalink>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
Enjoy,
Mihai
Mihai
Perfect! No idea what I was doing wrong, but it's working now
Check it out: http://blog.blacknight.com :)
Thanks!
Michele
You're welcome Michele.
If you write about it on your blog, grateful if you drop a note about me. LOL :)
http://www.theaardvark.co.uk/2009/10/i-added-a-tweetmeme-to-my-movable-type-blog.html
http://www.liberationiannillo.com/2009/10/adding-a-retweet-button-to-your-movable-type-blog.html
Perfect! No idea what I was doing wrong, but it's working now.
Best Regards
The recommended codes work great, thanks