<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster-Source &#187; Tweetmeme</title>
	<atom:link href="https://www.webmaster-source.com/tag/tweetmeme/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Count Your Retweets with the Tweetmeme API</title>
		<link>https://www.webmaster-source.com/2009/11/23/count-your-retweets-with-the-tweetmeme-api/</link>
		<comments>https://www.webmaster-source.com/2009/11/23/count-your-retweets-with-the-tweetmeme-api/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:26:34 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[retweet]]></category>
		<category><![CDATA[Tweetmeme]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2744</guid>
		<description><![CDATA[I didn&#8217;t know this until recently, but Tweetmeme has an API for displaying the number of times and URL has been retweeted. A quick request to http://api.tweetmeme.com/url_info?url=[the URL] will return an XML, JSON or PHP response. You can pass the full URL as the argument, or a short URL that goes to the same place. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I didn&#8217;t know this until recently, but <a href="http://tweetmeme.com">Tweetmeme</a> has <a href="http://help.tweetmeme.com/2009/04/07/api-documentation/">an API</a> for displaying the number of times and URL has been retweeted. A quick request to http://api.tweetmeme.com/url_info?url=[the URL] will return an XML, JSON or PHP response. You can pass the full URL as the argument, or a short URL that goes to the same place.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;result&gt;
&lt;status&gt;success&lt;/status&gt;
&lt;story&gt;
&lt;title&gt;Learning CSS Sprites&lt;/title&gt;
&lt;url&gt;http://www.webmaster-source.com/2009/11/06/learning-css-sprites/&lt;/url&gt;
&lt;media_type&gt;news&lt;/media_type&gt;
&lt;created_at&gt;2009-11-06T11:51:30+00:00&lt;/created_at&gt;
&lt;url_count&gt;25&lt;/url_count&gt;
&lt;tm_link&gt;http://tweetmeme.com/story/257000589&lt;/tm_link&gt;
&lt;comment_count&gt;0&lt;/comment_count&gt;
&lt;excerpt&gt;Learning CSS Sprites http://bit.ly/3HlYUl&lt;/excerpt&gt;
&lt;thumbnail&gt;http://tweetmeme.s3.amazonaws.com/thumbs/257000589.jpg&lt;/thumbnail&gt;
&lt;/story&gt;
&lt;/result&gt;
</pre>
<p>If you want to see a quick example of how you can <em>use</em> the API, have a look at this WP Recipes snippet: <a href="http://www.wprecipes.com/display-the-number-of-tweets-for-each-page-or-post">Display the number of tweets for each page or post.</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/11/23/count-your-retweets-with-the-tweetmeme-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-09 07:28:08 by W3 Total Cache
-->