<?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: Dynamic Facebook and Tweetmeme Widgets</title>
	<atom:link href="https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Wed, 18 Feb 2015 21:43:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-15625</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Sat, 14 Jan 2012 18:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-15625</guid>
		<description><![CDATA[It seems that FB has changed even more the way they do their button initialization. If that&#039;s the case, I can&#039;t say for sure in detail how to correct your issue. At the very least, try the method using the static share_url attribute.]]></description>
		<content:encoded><![CDATA[<p>It seems that FB has changed even more the way they do their button initialization. If that&#8217;s the case, I can&#8217;t say for sure in detail how to correct your issue. At the very least, try the method using the static share_url attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekrem</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-15623</link>
		<dc:creator><![CDATA[ekrem]]></dc:creator>
		<pubDate>Sat, 14 Jan 2012 18:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-15623</guid>
		<description><![CDATA[Someone can help me please.I need to share my own url but this code doesnt work for me]]></description>
		<content:encoded><![CDATA[<p>Someone can help me please.I need to share my own url but this code doesnt work for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekrem</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-15592</link>
		<dc:creator><![CDATA[ekrem]]></dc:creator>
		<pubDate>Sat, 14 Jan 2012 02:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-15592</guid>
		<description><![CDATA[I am in trouble.Can anyone help me? Is there any way to change the share_url  like a.share_url=encodeURIComponent(window.location)]]></description>
		<content:encoded><![CDATA[<p>I am in trouble.Can anyone help me? Is there any way to change the share_url  like a.share_url=encodeURIComponent(window.location)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekrem</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-14642</link>
		<dc:creator><![CDATA[ekrem]]></dc:creator>
		<pubDate>Wed, 28 Dec 2011 17:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-14642</guid>
		<description><![CDATA[Thanks a lot @rommel]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot @rommel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-14641</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Wed, 28 Dec 2011 17:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-14641</guid>
		<description><![CDATA[@ekrem: You don&#039;t use the code yourself that you&#039;re pasting. That came from the Facebook Share initialization script and was included to illustrate why adding the share_url attribute works.]]></description>
		<content:encoded><![CDATA[<p>@ekrem: You don&#8217;t use the code yourself that you&#8217;re pasting. That came from the Facebook Share initialization script and was included to illustrate why adding the share_url attribute works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekrem</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-14640</link>
		<dc:creator><![CDATA[ekrem]]></dc:creator>
		<pubDate>Wed, 28 Dec 2011 17:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-14640</guid>
		<description><![CDATA[Thanks a lot @rommel .I have seen share_url , but If I use 
FB.Share {
//…
getUrl:function(a){return a.getAttribute(’share_url’)&#124;&#124;window.location.href;}
//…
}  the share button can&#039;t be seen]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot @rommel .I have seen share_url , but If I use<br />
FB.Share {<br />
//…<br />
getUrl:function(a){return a.getAttribute(’share_url’)||window.location.href;}<br />
//…<br />
}  the share button can&#8217;t be seen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-14638</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Wed, 28 Dec 2011 16:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-14638</guid>
		<description><![CDATA[@ekrem: The bottom line with that is you just need to specify a &quot;share_url&quot; attribute set to the URL you&#039;d like shared. See the example snippet above. (It&#039;s just below the code you copied from the post.)]]></description>
		<content:encoded><![CDATA[<p>@ekrem: The bottom line with that is you just need to specify a &#8220;share_url&#8221; attribute set to the URL you&#8217;d like shared. See the example snippet above. (It&#8217;s just below the code you copied from the post.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekrem</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-14635</link>
		<dc:creator><![CDATA[ekrem]]></dc:creator>
		<pubDate>Wed, 28 Dec 2011 16:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-14635</guid>
		<description><![CDATA[FB.Share {  
    //...  
    getUrl:function(a){return a.getAttribute(&#039;share_url&#039;)&#124;&#124;window.location.href;}  
    //...  
    }  

I don&#039;t know how to use this , Can you help me please?]]></description>
		<content:encoded><![CDATA[<p>FB.Share {<br />
    //&#8230;<br />
    getUrl:function(a){return a.getAttribute(&#8216;share_url&#8217;)||window.location.href;}<br />
    //&#8230;<br />
    }  </p>
<p>I don&#8217;t know how to use this , Can you help me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zr0ck</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-9553</link>
		<dc:creator><![CDATA[zr0ck]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 07:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-9553</guid>
		<description><![CDATA[Hi, I&#039;d like to update this.  For facebook you actually need to call:  

FB.Share.renderPass();

onFirst doesnt seem to work anymore]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;d like to update this.  For facebook you actually need to call:  </p>
<p>FB.Share.renderPass();</p>
<p>onFirst doesnt seem to work anymore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-8302</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 17:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-8302</guid>
		<description><![CDATA[Mike- That last bit of javascript is all you need to insert a Tweetmeme widget dynamically, assuming you&#039;re using jQuery.

Just replace &quot;#somediv&quot; with your own selector or page element and SOMEURL with the URL with which you&#039;d like the button to be associated.]]></description>
		<content:encoded><![CDATA[<p>Mike- That last bit of javascript is all you need to insert a Tweetmeme widget dynamically, assuming you&#8217;re using jQuery.</p>
<p>Just replace &#8220;#somediv&#8221; with your own selector or page element and SOMEURL with the URL with which you&#8217;d like the button to be associated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-8300</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 17:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-8300</guid>
		<description><![CDATA[I was unable to get the Twitter to work dynamically.  What did the final code end up looking like?  Thank you in advanced and good clog here : )]]></description>
		<content:encoded><![CDATA[<p>I was unable to get the Twitter to work dynamically.  What did the final code end up looking like?  Thank you in advanced and good clog here : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachal</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-1288</link>
		<dc:creator><![CDATA[Rachal]]></dc:creator>
		<pubDate>Tue, 26 Oct 2010 06:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-1288</guid>
		<description><![CDATA[Dude..I love you Dude..]]></description>
		<content:encoded><![CDATA[<p>Dude..I love you Dude..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eunil</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-1118</link>
		<dc:creator><![CDATA[Eunil]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 22:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-1118</guid>
		<description><![CDATA[Thanks for the codes. I have used them on my personal  site and I hope to get more from here.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the codes. I have used them on my personal  site and I hope to get more from here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin Walker</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-186</link>
		<dc:creator><![CDATA[Devin Walker]]></dc:creator>
		<pubDate>Thu, 15 Jul 2010 16:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-186</guid>
		<description><![CDATA[Great post and nice looking blog. I&#039;ve added the dynamic facebook code and a bunch to my NextGen Gallery!  Awesome!!]]></description>
		<content:encoded><![CDATA[<p>Great post and nice looking blog. I&#8217;ve added the dynamic facebook code and a bunch to my NextGen Gallery!  Awesome!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://rommelsantor.com/clog/2010/04/09/dynamic-facebook-and-tweetmeme-widgets/comment-page-1/#comment-96</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 20 Jun 2010 11:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=45#comment-96</guid>
		<description><![CDATA[Smart info and I just like the layout and theme of your site too.  I hope this website keeps  growing and you still build it.]]></description>
		<content:encoded><![CDATA[<p>Smart info and I just like the layout and theme of your site too.  I hope this website keeps  growing and you still build it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
