<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ShareThis Forums Topic: Multiple share this on one page</title>
<link>http://forums.sharethis.com/</link>
<description>ShareThis Forums Topic: Multiple share this on one page</description>
<language>en</language>
<pubDate>Wed, 07 Jan 2009 02:01:32 +0000</pubDate>

<item>
<title>ShareThisSupport on "Multiple share this on one page"</title>
<link>http://forums.sharethis.com/topic/multiple-share-this-on-one-page#post-410</link>
<pubDate>Wed, 04 Jun 2008 15:15:56 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">410@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Will do and glad you got it to work. =)
&#60;/p&#62;</description>
</item>
<item>
<title>snewe on "Multiple share this on one page"</title>
<link>http://forums.sharethis.com/topic/multiple-share-this-on-one-page#post-409</link>
<pubDate>Wed, 04 Jun 2008 04:40:47 +0000</pubDate>
<dc:creator>snewe</dc:creator>
<guid isPermaLink="false">409@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Awesome, worked.  I had tried adding &#34;2&#34; to all the objects/vars, but didn't do so for the 'span' id.  You should add this issue to your FAQ.  Thanks for the help!
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Multiple share this on one page"</title>
<link>http://forums.sharethis.com/topic/multiple-share-this-on-one-page#post-407</link>
<pubDate>Tue, 03 Jun 2008 18:37:38 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">407@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Ah, my mistake. I misunderstood the problem. You should be able to reuse part of this script, but you'd need to create a new object for each button that will have different shareable content. Eg.&#60;br /&#62;
&#38;lt;script language=&#34;javascript&#34; type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var object2 = SHARETHIS.addEntry({&#60;br /&#62;
title:'New Title',&#60;br /&#62;
icon: 'New Icon',&#60;br /&#62;
url: 'New URL'&#60;br /&#62;
},&#60;br /&#62;
{button:false});&#60;br /&#62;
document.write('span id=&#34;share2&#34;&#38;gt;Email this&#38;lt;/span&#38;gt;');&#60;br /&#62;
var element2 = document.getElementByID(&#34;share2&#34;);&#60;br /&#62;
object2.attachButton(element2);&#60;br /&#62;
&#38;lt;/script&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>snewe on "Multiple share this on one page"</title>
<link>http://forums.sharethis.com/topic/multiple-share-this-on-one-page#post-405</link>
<pubDate>Tue, 03 Jun 2008 01:23:09 +0000</pubDate>
<dc:creator>snewe</dc:creator>
<guid isPermaLink="false">405@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I already did that.  The JS is in the header and this code is on the page twice:&#60;/p&#62;
&#60;p&#62;&#38;lt;script language=&#34;javascript&#34; type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
			//Create your sharelet with desired properties and set button element to false&#60;br /&#62;
			var object = SHARETHIS.addEntry({&#60;br /&#62;
			title:'Reclaiming the American Right',&#60;br /&#62;
		    icon: 'http://antiwar.com/antiwar_logo.gif',&#60;br /&#62;
		    url: 'http://antiwar.com/justin//?articleid=12929'&#60;br /&#62;
			},&#60;br /&#62;
			{button:false});&#60;br /&#62;
			//Output your customized button&#60;br /&#62;
			document.write('&#38;lt;span id=&#34;share&#34;&#38;gt; &#60;a href=&#34;void(0);&#34;&#62;Email this&#60;/a&#62;&#38;lt;/span&#38;gt;');&#60;br /&#62;
			//Tie customized button to ShareThis button functionality.&#60;br /&#62;
			var element = document.getElementById(&#34;share&#34;);&#60;br /&#62;
			object.attachButton(element);&#60;br /&#62;
			&#38;lt;/script&#38;gt;&#60;br /&#62;
This only works once on a page.
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Multiple share this on one page"</title>
<link>http://forums.sharethis.com/topic/multiple-share-this-on-one-page#post-402</link>
<pubDate>Mon, 02 Jun 2008 21:20:48 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">402@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Insert the code you've acquired from the publisher configuration tool into the &#38;lt;head&#38;gt; of the document and use SHARETHIS.addEntry call to generate ShareThis buttons. For more information on the ShareThis API see &#60;a href=&#34;http://sharethis.com/publisher/type=stapi&#34; rel=&#34;nofollow&#34;&#62;http://sharethis.com/publisher/type=stapi&#60;/a&#62; and &#60;a href=&#34;http://support.sharethis.com/developers&#34; rel=&#34;nofollow&#34;&#62;http://support.sharethis.com/developers&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>snewe on "Multiple share this on one page"</title>
<link>http://forums.sharethis.com/topic/multiple-share-this-on-one-page#post-397</link>
<pubDate>Fri, 30 May 2008 22:07:09 +0000</pubDate>
<dc:creator>snewe</dc:creator>
<guid isPermaLink="false">397@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I had a STAPI-customized button working on my site, but once I added a second one, only the first one works.  Is there a limit on the number of calls to the button creation script?  When I remove one or the other, the remaining works as required. Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
