<?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 Tag: share this</title>
<link>http://forums.sharethis.com/</link>
<description>ShareThis Forums Tag: share this</description>
<language>en</language>
<pubDate>Wed, 07 Jan 2009 02:52:58 +0000</pubDate>

<item>
<title>Manu on "Removing Share This text link and displaying only the button"</title>
<link>http://forums.sharethis.com/topic/removing-share-this-text-link-and-displaying-only-the-button#post-1017</link>
<pubDate>Wed, 10 Dec 2008 15:53:33 +0000</pubDate>
<dc:creator>Manu</dc:creator>
<guid isPermaLink="false">1017@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;tagruato,&#60;/p&#62;
&#60;p&#62;I would be able to give you a solution if it was a regular site, since it is blogger we have a universal plugin for it.. so unless you are willing to do a lot of JavaScript there probobly isnt an easy solution....&#60;/p&#62;
&#60;p&#62;-Manu
&#60;/p&#62;</description>
</item>
<item>
<title>Manu on "Removing Share This text link and displaying only the button"</title>
<link>http://forums.sharethis.com/topic/removing-share-this-text-link-and-displaying-only-the-button#post-1016</link>
<pubDate>Wed, 10 Dec 2008 15:43:57 +0000</pubDate>
<dc:creator>Manu</dc:creator>
<guid isPermaLink="false">1016@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;tinymassive,&#60;/p&#62;
&#60;p&#62;1) Get the configured tag from &#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;&#60;/p&#62;
&#60;p&#62;2) Add the following where you want the button to appear&#60;/p&#62;
&#60;p&#62;&#38;lt;span id=&#34;share_span_id&#34;&#38;gt;&#60;a href=&#34;void(0);&#34;&#62;&#38;lt;img src=&#34;&#60;br /&#62;
&#60;a href=&#34;http://w.sharethis.com/images/sharethis_icon.gif&#34; rel=&#34;nofollow&#34;&#62;http://w.sharethis.com/images/sharethis_icon.gif&#60;/a&#62;&#34; /&#38;gt;&#60;/a&#62;&#38;lt;/span&#38;gt;'); &#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:'share',&#60;br /&#62;
summary: 'Sharing is good for the soul.'},&#60;br /&#62;
{button:false});&#60;br /&#62;
//Output your customized button&#60;br /&#62;
//Tie customized button to ShareThis button functionality.&#60;br /&#62;
var element = document.getElementById(&#34;share_span_id&#34;);&#60;br /&#62;
object.attachButton(element);&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;That should create just a 16X16 icon and tie the ShareThis object to it...&#60;/p&#62;
&#60;p&#62;Let me know if you have any questions...&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
-Manu&#60;br /&#62;
manu (at) sharethis dot com
&#60;/p&#62;</description>
</item>
<item>
<title>tagruato on "Removing Share This text link and displaying only the button"</title>
<link>http://forums.sharethis.com/topic/removing-share-this-text-link-and-displaying-only-the-button#post-1009</link>
<pubDate>Tue, 09 Dec 2008 18:00:52 +0000</pubDate>
<dc:creator>tagruato</dc:creator>
<guid isPermaLink="false">1009@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Perhaps this is the best spot.  I'd actually like to do the opposite of tinymassive.  Specifically, remove the icon and just display the text &#34;ShareThis&#34; or even better, &#34;Share&#34; using the plugin for blogger: &#60;a href=&#34;http://sharethis.com/blogger&#34; rel=&#34;nofollow&#34;&#62;http://sharethis.com/blogger&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tinymassive on "Removing Share This text link and displaying only the button"</title>
<link>http://forums.sharethis.com/topic/removing-share-this-text-link-and-displaying-only-the-button#post-1008</link>
<pubDate>Tue, 09 Dec 2008 06:28:00 +0000</pubDate>
<dc:creator>tinymassive</dc:creator>
<guid isPermaLink="false">1008@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;We are integrating share this into our site but our design limits us to the button only.. which I think is pretty recognisable in its own right.. particularly with a mouse over tag. Can someone point me to instructions or advice on how to prevent the text from displaying?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Share this icon and link missing some time"</title>
<link>http://forums.sharethis.com/topic/share-this-icon-and-link-missing-some-time#post-752</link>
<pubDate>Tue, 30 Sep 2008 19:45:58 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">752@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hi Lindy, &#60;/p&#62;
&#60;p&#62;It appears your implementation of the STAPI is not escaping the single quotes. So, as a result, the the apostrophe in the title of this post is causing issues in resolving the function.&#60;/p&#62;
&#60;p&#62;Replacing the single quotes in your .addEntry call with double quotes should resolve the issue. &#60;/p&#62;
&#60;p&#62;I hope this helps!&#60;/p&#62;
&#60;p&#62;-S.T.S.
&#60;/p&#62;</description>
</item>
<item>
<title>lindydreyer on "Share this icon and link missing some time"</title>
<link>http://forums.sharethis.com/topic/share-this-icon-and-link-missing-some-time#post-751</link>
<pubDate>Tue, 30 Sep 2008 16:15:34 +0000</pubDate>
<dc:creator>lindydreyer</dc:creator>
<guid isPermaLink="false">751@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I'm having the same problem with my Blogger site. There is one post that it does not show up for. &#60;a href=&#34;http://associationmarketing.blogspot.com/2008/09/what-should-be-in-your-associations.html&#34; rel=&#34;nofollow&#34;&#62;http://associationmarketing.blogspot.com/2008/09/what-should-be-in-your-associations.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Share this icon and link missing some time"</title>
<link>http://forums.sharethis.com/topic/share-this-icon-and-link-missing-some-time#post-723</link>
<pubDate>Fri, 19 Sep 2008 13:38:21 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">723@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hi Inam, &#60;/p&#62;
&#60;p&#62;We've tested your blog in FireFox 2, 3, Safari 3, and IE6 and 7 and can't seem to replicate the issue. Could you possibly provide a use case of how we can replicate so we may better troubleshoot?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;-S.T.S.
&#60;/p&#62;</description>
</item>
<item>
<title>Inam on "Share this icon and link missing some time"</title>
<link>http://forums.sharethis.com/topic/share-this-icon-and-link-missing-some-time#post-722</link>
<pubDate>Fri, 19 Sep 2008 06:32:33 +0000</pubDate>
<dc:creator>Inam</dc:creator>
<guid isPermaLink="false">722@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Some time Share this icon and link not showing up on my wordpress blog vajood.com, but some time it works well, I dont know way its missing at times. Please help me ASAP&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "my Share This is not compatible with Flash in any browser other than IE,...HELP"</title>
<link>http://forums.sharethis.com/topic/my-share-this-is-not-compatible-with-flash-in-any-browser-other-than-iehelp#post-260</link>
<pubDate>Tue, 08 Apr 2008 21:14:27 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">260@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;This can be solved with setting the API option &#34;embeds&#34; to true. See &#60;a href=&#34;http://support.sharethis.com/publishers/publishers-faq/configuration/70&#34; rel=&#34;nofollow&#34;&#62;http://support.sharethis.com/publishers/publishers-faq/configuration/70&#60;/a&#62; for more information.&#60;/p&#62;
&#60;p&#62;Thanks for using ShareThis!
&#60;/p&#62;</description>
</item>
<item>
<title>gma216 on "my Share This is not compatible with Flash in any browser other than IE,...HELP"</title>
<link>http://forums.sharethis.com/topic/my-share-this-is-not-compatible-with-flash-in-any-browser-other-than-iehelp#post-257</link>
<pubDate>Tue, 08 Apr 2008 18:49:28 +0000</pubDate>
<dc:creator>gma216</dc:creator>
<guid isPermaLink="false">257@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;i just embedded my Share This icon my my webpage that has Flash on it, and everytime i click on the Share This icon, the Flash goes away.  This happens on all browsers except for IE.  Any help would be much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
George
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "empty site by using "share this""</title>
<link>http://forums.sharethis.com/topic/empty-site-by-using-share-this#post-200</link>
<pubDate>Wed, 26 Mar 2008 16:03:41 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">200@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hi Susi, &#60;/p&#62;
&#60;p&#62;We suggest that you download the newest version of ShareThis (2.1) for your blog. You'll be able to get all of the latest feature, reporting information, and automatic updates to your widget.&#60;/p&#62;
&#60;p&#62;You can get it at &#60;a href=&#34;http://sharethis.com/wordpress&#34; rel=&#34;nofollow&#34;&#62;http://sharethis.com/wordpress&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you still prefer to use the Classic version of the WordPress plugin, then you may want to look into the 1.5.1 Classic version.
&#60;/p&#62;</description>
</item>
<item>
<title>susi on "empty site by using "share this""</title>
<link>http://forums.sharethis.com/topic/empty-site-by-using-share-this#post-199</link>
<pubDate>Wed, 26 Mar 2008 09:59:00 +0000</pubDate>
<dc:creator>susi</dc:creator>
<guid isPermaLink="false">199@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;hi all,&#60;br /&#62;
I use wordpress and share this (version 1.4.). I included a &#34;share this&#34; link below of every article. the bookmark functions are not included directly under the article, but they will be shown on a new page. for some articles the functionality is correct. but on others I get an empty page if I klick on the share-this link.&#60;br /&#62;
does anybody know the matter?&#60;br /&#62;
thanks a lot,&#60;br /&#62;
susi
&#60;/p&#62;</description>
</item>

</channel>
</rss>
