<?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: How to use AddThis with AJAX and overflow:auto</title>
	<atom:link href="http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/feed/" rel="self" type="application/rss+xml" />
	<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 08:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Abel Able</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-10662</link>
		<dc:creator>Abel Able</dc:creator>
		<pubDate>Tue, 10 Jan 2012 08:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-10662</guid>
		<description>thanks a lot! :)</description>
		<content:encoded><![CDATA[<p>thanks a lot! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waguet</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-9842</link>
		<dc:creator>Waguet</dc:creator>
		<pubDate>Tue, 27 Dec 2011 13:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-9842</guid>
		<description>Thanks !!!</description>
		<content:encoded><![CDATA[<p>Thanks !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nazar Kuliyev</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-9257</link>
		<dc:creator>Nazar Kuliyev</dc:creator>
		<pubDate>Thu, 15 Dec 2011 09:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-9257</guid>
		<description>Seems like solution #2 (for dynamic content) doesn&#039;t work now for tweeter and &quot;pill&quot; buttons, in my case only facebook like and google plus buttons are ok.</description>
		<content:encoded><![CDATA[<p>Seems like solution #2 (for dynamic content) doesn&#8217;t work now for tweeter and &#8220;pill&#8221; buttons, in my case only facebook like and google plus buttons are ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RumpRanger</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-8943</link>
		<dc:creator>RumpRanger</dc:creator>
		<pubDate>Fri, 09 Dec 2011 21:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-8943</guid>
		<description>You sir are a scholar and a gentleman.</description>
		<content:encoded><![CDATA[<p>You sir are a scholar and a gentleman.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lore</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-7393</link>
		<dc:creator>Lore</dc:creator>
		<pubDate>Tue, 15 Nov 2011 11:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-7393</guid>
		<description>Anyone have problem with twitter button visibility after re-calling addthis scripts?</description>
		<content:encoded><![CDATA[<p>Anyone have problem with twitter button visibility after re-calling addthis scripts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan L.</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-4777</link>
		<dc:creator>Stefan L.</dc:creator>
		<pubDate>Wed, 02 Nov 2011 08:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-4777</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco G.</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-3107</link>
		<dc:creator>Marco G.</dc:creator>
		<pubDate>Sun, 16 Oct 2011 04:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-3107</guid>
		<description>David R solution is much easier. Just use this code inside the callback:

addthis.toolbox(&#039;.addthis_toolbox&#039;);
addthis.counter(&#039;.addthis_counter&#039;);	

What about the second line of code ? I added the second line (counter) because the share count isn&#039;t shown when the ajax call is made. Of course you only need it if you use the share counter.

I&#039;ve tested with mootools and it works flawlessly !

Cheers and thanks !</description>
		<content:encoded><![CDATA[<p>David R solution is much easier. Just use this code inside the callback:</p>
<p>addthis.toolbox(&#8216;.addthis_toolbox&#8217;);<br />
addthis.counter(&#8216;.addthis_counter&#8217;);	</p>
<p>What about the second line of code ? I added the second line (counter) because the share count isn&#8217;t shown when the ajax call is made. Of course you only need it if you use the share counter.</p>
<p>I&#8217;ve tested with mootools and it works flawlessly !</p>
<p>Cheers and thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cecil</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-2964</link>
		<dc:creator>Cecil</dc:creator>
		<pubDate>Wed, 05 Oct 2011 10:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-2964</guid>
		<description>Very clever solution (and so simple that is beautiful).
Much thanks for it. You saved me lot of time.</description>
		<content:encoded><![CDATA[<p>Very clever solution (and so simple that is beautiful).<br />
Much thanks for it. You saved me lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaim</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-2885</link>
		<dc:creator>Chaim</dc:creator>
		<pubDate>Tue, 27 Sep 2011 09:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-2885</guid>
		<description>Fantastic solution to the ajax re-rendering problem. You saved me a huge headache!</description>
		<content:encoded><![CDATA[<p>Fantastic solution to the ajax re-rendering problem. You saved me a huge headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://joecurlee.com/2010/01/21/how-to-use-addthis-with-ajax-and-overflowauto/comment-page-1/#comment-2824</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 20 Sep 2011 19:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://joecurlee.com/?p=46#comment-2824</guid>
		<description>David R&#039;s solution worked the best for AJAX&#039;ed elements.

You use this to initialize every toolbox that has the standard class name:
addthis.toolbox(‘.addthis_toolbox’);

If you have a button, you can do:
addthis.button(‘.some_button_class_here’);</description>
		<content:encoded><![CDATA[<p>David R&#8217;s solution worked the best for AJAX&#8217;ed elements.</p>
<p>You use this to initialize every toolbox that has the standard class name:<br />
addthis.toolbox(‘.addthis_toolbox’);</p>
<p>If you have a button, you can do:<br />
addthis.button(‘.some_button_class_here’);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

