<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: TweetMeMe or Tweet Me Not!</title>
	<atom:link href="http://technotip.org/tweetmeme-or-tweet-me-not/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotip.org/tweetmeme-or-tweet-me-not/</link>
	<description>A Blog For Bloggers, Internet Marketers and Designers!</description>
	<lastBuildDate>Thu, 26 Apr 2012 14:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Strictly Online Biz</title>
		<link>http://technotip.org/tweetmeme-or-tweet-me-not/#comment-15787</link>
		<dc:creator>Strictly Online Biz</dc:creator>
		<pubDate>Thu, 23 Jul 2009 20:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=2888#comment-15787</guid>
		<description>I&#039;ll download the new version right away and try it on localhost. Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ll download the new version right away and try it on localhost. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://technotip.org/tweetmeme-or-tweet-me-not/#comment-15786</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=2888#comment-15786</guid>
		<description>@Strictly Online Biz, Hmm...I have written the manual coding part in the above post.
And removing the re-tweet buttons from &quot;about-me&quot; and other pages and &quot;homepage&quot; is very easy. Just goto the TweetMeme plugin settings page(inside your WordPress) and un-check the options to show the re-tweet buttons on homepage and other pages. This will make the re-tweet buttons to only appear on the post pages.

If you are using old TweetMeme plugin, its better you update the plugin to new version.</description>
		<content:encoded><![CDATA[<p>@Strictly Online Biz, Hmm&#8230;I have written the manual coding part in the above post.<br />
And removing the re-tweet buttons from &#8220;about-me&#8221; and other pages and &#8220;homepage&#8221; is very easy. Just goto the TweetMeme plugin settings page(inside your WordPress) and un-check the options to show the re-tweet buttons on homepage and other pages. This will make the re-tweet buttons to only appear on the post pages.</p>
<p>If you are using old TweetMeme plugin, its better you update the plugin to new version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Strictly Online Biz</title>
		<link>http://technotip.org/tweetmeme-or-tweet-me-not/#comment-15782</link>
		<dc:creator>Strictly Online Biz</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=2888#comment-15782</guid>
		<description>Manual coding is the way to go.The plug-in places the button on every page of your site except the home page and that was part of what made me hardcode it into my template. Even the contact, privacy policy and sitemap page had a tweetmeme button. how frustrating.

You can use this code for blogger blogs after the tag &lt;code&gt;&lt;data :post.body/&gt;&lt;/code&gt;

 
&lt;code&gt;
&lt;script type=”text/javascript”&gt;
tweetmeme_url = ‘&lt;data :post.url&gt;&lt;/data&gt;’;
tweetmeme_source = ‘your twitter id’;
&lt;/script&gt;
&lt;script type=”text/javascript” src=”http://tweetmeme.com/i/scripts/button.js”&gt;&lt;/script&gt;
&lt;/code&gt;
 


OR you can use this code for wordpress blogs after the tag &lt; ?php the_content(&quot;Read the rest of this entry »&quot;); ?&gt;


tweetmeme_url = &#039;&#039;;
tweetmeme_source = &#039;your twitter id&#039;;



Hope that helps.</description>
		<content:encoded><![CDATA[<p>Manual coding is the way to go.The plug-in places the button on every page of your site except the home page and that was part of what made me hardcode it into my template. Even the contact, privacy policy and sitemap page had a tweetmeme button. how frustrating.</p>
<p>You can use this code for blogger blogs after the tag <code>&lt;data :post.body/&gt;</code></p>
<p><pre><code>
&lt;script type=”text/javascript”&gt;
tweetmeme_url = ‘&lt;data :post.url&gt;&lt;/data&gt;’;
tweetmeme_source = ‘your twitter id’;
&lt;/script&gt;
&lt;script type=”text/javascript” src=”http://tweetmeme.com/i/scripts/button.js”&gt;&lt;/script&gt;
</code></pre></p>
<p>OR you can use this code for wordpress blogs after the tag < ?php the_content("Read the rest of this entry »"); ?></p>
<p>tweetmeme_url = &#8221;;<br />
tweetmeme_source = &#8216;your twitter id&#8217;;</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

