<?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: error</title>
<link>http://forums.sharethis.com/</link>
<description>ShareThis Forums Tag: error</description>
<language>en</language>
<pubDate>Thu, 20 Nov 2008 18:39:29 +0000</pubDate>

<item>
<title>marydev on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-949</link>
<pubDate>Tue, 18 Nov 2008 15:48:34 +0000</pubDate>
<dc:creator>marydev</dc:creator>
<guid isPermaLink="false">949@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;The site with this ShareThis element on it is now live.&#60;br /&#62;
&#60;a href=&#34;http://navyathletes.com/&#34; rel=&#34;nofollow&#34;&#62;http://navyathletes.com/&#60;/a&#62;&#60;br /&#62;
It's working on the PC, but Mac Safari and Firefox are still creating the error. How long before this will be fixed on the Mac side? Or do you offer a workaround?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Marydev
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-923</link>
<pubDate>Tue, 11 Nov 2008 14:18:03 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">923@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I assure, you we do know the cause of this issue as well as the solution. Our dev team is currently in the development cycles of this fix and it will be implemented soon. &#60;/p&#62;
&#60;p&#62;I apologize for the inconvenience. Thanks for your patience.
&#60;/p&#62;</description>
</item>
<item>
<title>cormip on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-921</link>
<pubDate>Mon, 10 Nov 2008 20:09:44 +0000</pubDate>
<dc:creator>cormip</dc:creator>
<guid isPermaLink="false">921@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Confirming use of Prototype151.js as well
&#60;/p&#62;</description>
</item>
<item>
<title>jmlecool on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-916</link>
<pubDate>Mon, 10 Nov 2008 15:31:24 +0000</pubDate>
<dc:creator>jmlecool</dc:creator>
<guid isPermaLink="false">916@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Same problem here. I am also using Prototype ...&#60;/p&#62;
&#60;p&#62;sharethis does not play well with Prototype ...
&#60;/p&#62;</description>
</item>
<item>
<title>malsmith on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-909</link>
<pubDate>Sun, 09 Nov 2008 19:51:48 +0000</pubDate>
<dc:creator>malsmith</dc:creator>
<guid isPermaLink="false">909@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I have the same problem - I strongly suspect that is is related to using the prototype.js library (which automatically extends the properties on the button objects) such that the sharethis code tries to encode them all.&#60;/p&#62;
&#60;p&#62;I have to use prototype.js in my code so if there a solution soon it would be great.  Otherwise I have to choose between prototype.js and sharethis.  &#60;/p&#62;
&#60;p&#62;you can reproduce the problem on &#60;a href=&#34;http://www.thedailylowdown.com&#34; rel=&#34;nofollow&#34;&#62;www.thedailylowdown.com&#60;/a&#62; - click on any article then click the share button.&#60;/p&#62;
&#60;p&#62;-Malcolm
&#60;/p&#62;</description>
</item>
<item>
<title>Manu on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-907</link>
<pubDate>Sat, 08 Nov 2008 20:31:28 +0000</pubDate>
<dc:creator>Manu</dc:creator>
<guid isPermaLink="false">907@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Thank you guys for pointing this problem out. I also appreciate all the time that you guys took to debug the issue. The debug info was very useful for isolating the issue. &#60;/p&#62;
&#60;p&#62;It seems that this problem is limited to the ShareThis Popup implementation, we are working on a fix that will solve this issue.&#60;/p&#62;
&#60;p&#62;Thank you for using ShareThis.&#60;/p&#62;
&#60;p&#62;-Manu
&#60;/p&#62;</description>
</item>
<item>
<title>cormip on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-904</link>
<pubDate>Fri, 07 Nov 2008 19:13:47 +0000</pubDate>
<dc:creator>cormip</dc:creator>
<guid isPermaLink="false">904@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Also have the problem, and I know the cause, but not the solution:&#60;/p&#62;
&#60;p&#62;FireFox 3: &#34;Request-URI Too Large&#34;, &#34;The requested URL's length exceeds the capacity limit for this server.&#34;&#60;/p&#62;
&#60;p&#62;The problem seems to be with the URL parameter &#34;opts_each&#34;, which contains a loooong url-encoded string of javascript code.&#60;/p&#62;
&#60;p&#62;Overall it creates a URL that contains 23,761 characters, which your server at sharethis.com is rejecting.&#60;/p&#62;
&#60;p&#62;Internet Explorer 7:&#60;/p&#62;
&#60;p&#62;Just outright crashes, because IE7 only accepts urls with fewer than 2084 characters. See: &#60;a href=&#34;http://support.microsoft.com/kb/208427&#34; rel=&#34;nofollow&#34;&#62;http://support.microsoft.com/kb/208427&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I confirmed that the long URL visible in FF3 is truncated in IE7.&#60;/p&#62;
&#60;p&#62;You can see the error occurring here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.besthomepro.com/c/&#34; rel=&#34;nofollow&#34;&#62;http://www.besthomepro.com/c/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>lockley on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-901</link>
<pubDate>Fri, 07 Nov 2008 10:05:58 +0000</pubDate>
<dc:creator>lockley</dc:creator>
<guid isPermaLink="false">901@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I am also see this same problem, using these browsers:&#60;/p&#62;
&#60;p&#62; Firefox 3, Safari 3.1.2, Chrome 0.3.154.9, Opera 9.61 (all on windows)&#60;/p&#62;
&#60;p&#62;However, IE7 is working and not giving me the 414 error (Request-URI Too Large).&#60;/p&#62;
&#60;p&#62;Are there any updates on this problem?&#60;/p&#62;
&#60;p&#62;-Lockley
&#60;/p&#62;</description>
</item>
<item>
<title>marydev on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-900</link>
<pubDate>Fri, 07 Nov 2008 00:56:10 +0000</pubDate>
<dc:creator>marydev</dc:creator>
<guid isPermaLink="false">900@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;it's also giving me that error now on Windows XP IE 7 and FIrefox 2
&#60;/p&#62;</description>
</item>
<item>
<title>marydev on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-899</link>
<pubDate>Fri, 07 Nov 2008 00:54:07 +0000</pubDate>
<dc:creator>marydev</dc:creator>
<guid isPermaLink="false">899@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Yes Mac OSX Version 10.4.11, Firefox 2 and Safari 3.1.2.&#60;/p&#62;
&#60;p&#62;I'm using AS3&#60;br /&#62;
In my flash&#60;/p&#62;
&#60;p&#62;			ExternalInterface.call (&#34;ShareThis_set&#34;, &#34;title&#34;, &#34;test&#34;);&#60;br /&#62;
			ExternalInterface.call (&#34;ShareThis_set&#34;, &#34;url&#34;, &#34;http://www.test.com&#34;);&#60;br /&#62;
			//ExternalInterface.call(&#34;ShareThis_set&#34;, &#34;icon&#34;, &#34;http://mysite.com/images/mythumb.jpg&#34;);&#60;br /&#62;
			ExternalInterface.call (&#34;ShareThis_set&#34;, &#34;summary&#34;, &#34;test&#34;);&#60;br /&#62;
			//ExternalInterface.call(&#34;ShareThis_set&#34;, &#34;content&#34;, &#34;&#38;lt;span&#38;gt;My content&#38;lt;/span&#38;gt;&#34;)&#60;br /&#62;
			var browser:String = ExternalInterface.call(&#34;checkBrowser&#34;);&#60;/p&#62;
&#60;p&#62;			  if (browser.indexOf(&#34;Safari&#34;) &#38;gt; 1)&#60;br /&#62;
			  {&#60;br /&#62;
				var urlRequest:URLRequest = new URLRequest();&#60;br /&#62;
				urlRequest.url = &#34;http://w.sharethis.com/widget/safari&#34;;&#60;br /&#62;
				urlRequest.method = URLRequestMethod.POST;&#60;/p&#62;
&#60;p&#62;			    navigateToURL (urlRequest, &#34;stframe&#34;);&#60;br /&#62;
			  }&#60;/p&#62;
&#60;p&#62;			ExternalInterface.call (&#34;ShareThis_share&#34;);&#60;/p&#62;
&#60;p&#62;and this is in my html&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- this script must always be called before the ShareObj functions below or you will get undefined errors --&#38;gt;&#60;br /&#62;
		&#38;lt;script type=&#34;text/javascript&#34; src=&#34;http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&#38;amp;charset=utf-8&#38;amp;style=default&#38;amp;publisher=520384d4-092d-4b3e-a977-bffd38ff4944&#38;amp;embeds=true&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;script language=&#34;JavaScript&#34; type=&#34;text/javascript&#34;&#38;gt;//&#38;lt;![CDATA[&#60;/p&#62;
&#60;p&#62;		/*&#60;br /&#62;
		* The click event does not get passed to the container in Safari&#60;br /&#62;
		* so our popup gets blocked. There is a workaraound in the flex&#60;br /&#62;
		* script but we need to know if this is Safari.&#60;/p&#62;
&#60;p&#62;		*/&#60;/p&#62;
&#60;p&#62;		function checkBrowser() { var value = navigator.userAgent; return value; }&#60;/p&#62;
&#60;p&#62;		/*&#60;br /&#62;
		* Create a sharelet that does not display a button,&#60;br /&#62;
		* and will generate a popup on share.&#60;br /&#62;
		*/&#60;/p&#62;
&#60;p&#62;		var ShareObj = SHARETHIS.addEntry({}, {button:false, popup:true});&#60;/p&#62;
&#60;p&#62;		/*&#60;br /&#62;
		* Functions called from mx:Script to update elements&#60;br /&#62;
		* in the sharelet.&#60;br /&#62;
		*/&#60;/p&#62;
&#60;p&#62;		function ShareThis_set(el, val){&#60;br /&#62;
		ShareObj.properties[el] = val;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		/*&#60;br /&#62;
		* The share event executed from mx:Script.&#60;br /&#62;
		*/&#60;/p&#62;
&#60;p&#62;		function ShareThis_share(){&#60;br /&#62;
		var browser = checkBrowser();&#60;br /&#62;
		if (browser.indexOf(&#34;Safari&#34;) &#38;gt; 1) {&#60;/p&#62;
&#60;p&#62;		/*&#60;br /&#62;
		* Safari will take a moment to launch the new window.&#60;br /&#62;
		*/&#60;/p&#62;
&#60;p&#62;		setTimeout(ShareObj.popup, 500);&#60;br /&#62;
		} else {&#60;br /&#62;
		ShareObj.popup();&#60;br /&#62;
		}&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		//]]&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;it was working until Wednesday.&#60;/p&#62;
&#60;p&#62;THanks for looking
&#60;/p&#62;</description>
</item>
<item>
<title>craftynation on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-898</link>
<pubDate>Fri, 07 Nov 2008 00:08:14 +0000</pubDate>
<dc:creator>craftynation</dc:creator>
<guid isPermaLink="false">898@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I'm getting the same thing on Mac FFox, Camino, Safari.  this is the error message&#60;/p&#62;
&#60;p&#62;Request-URI Too Large&#60;/p&#62;
&#60;p&#62;The requested URL's length exceeds the capacity limit for this server.&#60;/p&#62;
&#60;p&#62;here&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://beta.craftynation.com/articles/19&#34; rel=&#34;nofollow&#34;&#62;http://beta.craftynation.com/articles/19&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-897</link>
<pubDate>Thu, 06 Nov 2008 22:22:01 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">897@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hi Mary, &#60;/p&#62;
&#60;p&#62;We're unable to replicate this issue. Which browsers are you using that you see this?
&#60;/p&#62;</description>
</item>
<item>
<title>marydev on "Request-URI Too Large"</title>
<link>http://forums.sharethis.com/topic/request-uri-too-large#post-889</link>
<pubDate>Thu, 06 Nov 2008 18:50:47 +0000</pubDate>
<dc:creator>marydev</dc:creator>
<guid isPermaLink="false">889@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Started getting this error on Mac Browsers. I see the &#60;a href=&#34;http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&#38;#38;charset=utf-8&#38;#38;style=default&#38;#38;publisher=520384d4-092d-4b3e-a977-bffd38ff4944&#38;#38;embeds=true&#34; rel=&#34;nofollow&#34;&#62;http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&#38;#38;charset=utf-8&#38;#38;style=default&#38;#38;publisher=520384d4-092d-4b3e-a977-bffd38ff4944&#38;#38;embeds=true&#60;/a&#62; doc was updated 11/4/08. Is there a bug or a workaround to fix this issue. We are going live the end of next week? It was working fine until 11//5/08???&#60;br /&#62;
marydev
&#60;/p&#62;</description>
</item>
<item>
<title>graham on "ShareThis js error: $("#container-2").tabs is not a function"</title>
<link>http://forums.sharethis.com/topic/sharethis-js-error-container-2tabs-is-not-a-function#post-885</link>
<pubDate>Wed, 05 Nov 2008 19:50:52 +0000</pubDate>
<dc:creator>graham</dc:creator>
<guid isPermaLink="false">885@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.education.com/activity/all-grades/&#34; rel=&#34;nofollow&#34;&#62;http://www.education.com/activity/all-grades/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Environment: ff3 with firebug on windows&#60;/p&#62;
&#60;p&#62;I can get it to throw the error on first load or when I clear the cache- though some users complain it happens every time. You should see the error thrown to firebug, and the window will not open fully if you can reproduce it.&#60;/p&#62;
&#60;p&#62;Why do you need to use jquery just to swap over tabs? that seems like some serious overkill- besides, the mootools you had been/are using could do that no problem.&#60;/p&#62;
&#60;p&#62;-graham
&#60;/p&#62;</description>
</item>
<item>
<title>hadaya on "ShareThis js error: $("#container-2").tabs is not a function"</title>
<link>http://forums.sharethis.com/topic/sharethis-js-error-container-2tabs-is-not-a-function#post-878</link>
<pubDate>Tue, 04 Nov 2008 14:02:17 +0000</pubDate>
<dc:creator>hadaya</dc:creator>
<guid isPermaLink="false">878@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I'm encountering the same problem with firefox. At first I thought it was due to my dev set up, but the script (almost) works fine on IE, so it's not a server issue.&#60;/p&#62;
&#60;p&#62;However disabling firebug solved the problem, so you might want to do that if you have it installed on your browser.&#60;/p&#62;
&#60;p&#62;HTH
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "ShareThis js error: $("#container-2").tabs is not a function"</title>
<link>http://forums.sharethis.com/topic/sharethis-js-error-container-2tabs-is-not-a-function#post-868</link>
<pubDate>Mon, 03 Nov 2008 14:34:57 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">868@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hi Graham, I'd be happy to help troubleshoot the issue. Could you please provide a link to your site?
&#60;/p&#62;</description>
</item>
<item>
<title>graham on "ShareThis js error: $("#container-2").tabs is not a function"</title>
<link>http://forums.sharethis.com/topic/sharethis-js-error-container-2tabs-is-not-a-function#post-859</link>
<pubDate>Fri, 31 Oct 2008 19:54:24 +0000</pubDate>
<dc:creator>graham</dc:creator>
<guid isPermaLink="false">859@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I'm getting a new error recently with my share this button. It has been working fine for months, but now I get:&#60;/p&#62;
&#60;p&#62;$(&#34;#container-2&#34;).tabs is not a function &#60;/p&#62;
&#60;p&#62;When the iframe tries to open in ff3 (windows, if that matters). The error is on line 16 of lightbox.js.&#60;/p&#62;
&#60;p&#62;lightbox.js seems to be using jquery syntax, is this new? I do see the jquery js chunk included (not as a linked file, which means it wont be cached... :(  ). Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Sharethis link contains "#" causes jump to page top in ie7"</title>
<link>http://forums.sharethis.com/topic/sharethis-link-contains-causes-jump-to-page-top-in-ie7#post-848</link>
<pubDate>Wed, 29 Oct 2008 19:27:39 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">848@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I do believe that this is unrelated. We are still researching this issue and will update once we know the cause.
&#60;/p&#62;</description>
</item>
<item>
<title>jbruce on "Sharethis link contains "#" causes jump to page top in ie7"</title>
<link>http://forums.sharethis.com/topic/sharethis-link-contains-causes-jump-to-page-top-in-ie7#post-839</link>
<pubDate>Wed, 29 Oct 2008 16:31:17 +0000</pubDate>
<dc:creator>jbruce</dc:creator>
<guid isPermaLink="false">839@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Does this bug also apply to URLs with a querystring? That is, if my URL looks something like:&#60;br /&#62;
&#60;a href=&#34;http://www.mydomain.com/somefile.htm?someparam=somevalue&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.com/somefile.htm?someparam=somevalue&#60;/a&#62;&#60;br /&#62;
Is this known to not work entirely correctly?&#60;/p&#62;
&#60;p&#62;I have implemented ST for a site and it mostly works as I expect, but when using the Send/Email feature for a URL similar to my above example, the &#34;preview thumb&#34; does not work. The link itself works, but the preview image does not. It appears as if the ST &#34;preview thumb&#34; script is not correctly passing the URL. I believe it should be URL encoding them and it is not.&#60;/p&#62;
&#60;p&#62;Is this a known issue and are there any ways around it?
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Sharethis link contains "#" causes jump to page top in ie7"</title>
<link>http://forums.sharethis.com/topic/sharethis-link-contains-causes-jump-to-page-top-in-ie7#post-785</link>
<pubDate>Mon, 13 Oct 2008 16:03:34 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">785@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You've installed ShareThis correctly; this is a current bug in our product that we have fixed for a future release. I apologize for the inconvenience. In the meantime, you can get around this issue by manually assigning the URL you'd like to share with the ShareThis  API's .addEntry function. For additional information 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>Coyote on "Sharethis link contains "#" causes jump to page top in ie7"</title>
<link>http://forums.sharethis.com/topic/sharethis-link-contains-causes-jump-to-page-top-in-ie7#post-776</link>
<pubDate>Fri, 10 Oct 2008 06:56:11 +0000</pubDate>
<dc:creator>Coyote</dc:creator>
<guid isPermaLink="false">776@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;When we embed the Sharethis code in our pages, it works fine - until you get to Internet Explorer 7.&#60;/p&#62;
&#60;p&#62;The problem seems to be that when the code writes the link that lets you expand the sharethis tabs, it sets it up as a link, with an href property of &#34;#&#34;.&#60;/p&#62;
&#60;p&#62;Other browsers ignore this, and fire the onClick behavior assigned to it. For our site, IE7 interprets it as a hyperlink with a value of &#34;#&#34; and in addition to displaying the ShareThis tabs, also shoots the user up to the top of the page.&#60;/p&#62;
&#60;p&#62;This is, needless to say, undesirable.&#60;/p&#62;
&#60;p&#62;I find it hard to believe that we're the only ones this is happening to!&#60;/p&#62;
&#60;p&#62;Did I set something up wrong? Is this a known issue?&#60;/p&#62;
&#60;p&#62;Most importantly, is there a way to correct this behavior?
&#60;/p&#62;</description>
</item>
<item>
<title>crowdfavorite on "Error Message in IE Explorer"</title>
<link>http://forums.sharethis.com/topic/error-message-in-ie-explorer#post-759</link>
<pubDate>Mon, 06 Oct 2008 16:14:14 +0000</pubDate>
<dc:creator>crowdfavorite</dc:creator>
<guid isPermaLink="false">759@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;gnemer1, we looked at your website today in many browsers today, and we aren't seeing the problem.  If you are still having the problem let us know, but we aren't seeing it.  Please let us know if you are seeing this problem, and if not let us know if you did anything to fix the problem.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
WP S.T.S.
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "Error Message in IE Explorer"</title>
<link>http://forums.sharethis.com/topic/error-message-in-ie-explorer#post-743</link>
<pubDate>Fri, 26 Sep 2008 20:50:19 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">743@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hi gnemer. I will report this to our WordPress experts and they should contact you shortly.
&#60;/p&#62;</description>
</item>
<item>
<title>gnemer1 on "Error Message in IE Explorer"</title>
<link>http://forums.sharethis.com/topic/error-message-in-ie-explorer#post-742</link>
<pubDate>Fri, 26 Sep 2008 14:12:29 +0000</pubDate>
<dc:creator>gnemer1</dc:creator>
<guid isPermaLink="false">742@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Could you please tell me why I get a error message in Internet Explorer for &#60;a href=&#34;http://www.reallifepurpose.com.&#34; rel=&#34;nofollow&#34;&#62;http://www.reallifepurpose.com.&#60;/a&#62; I have determined that the problem is with the ShareThis plugin because when I deactivate the plugin the error message goes away. I am not experiencing the problem in Firefox.&#60;/p&#62;
&#60;p&#62;It says &#34;Done but with errors on the page&#34;&#60;/p&#62;
&#60;p&#62;I tried updating wordpress. I am using the thesis theme for wordpress&#60;/p&#62;
&#60;p&#62;When I click on the the orange error triangle it gives me these&#60;br /&#62;
line:531&#60;br /&#62;
char: 39&#60;br /&#62;
Error: Expected &#34;}&#34;&#60;br /&#62;
Code: 0&#60;br /&#62;
url: &#60;a href=&#34;http://www.reallifepurpose.com&#34; rel=&#34;nofollow&#34;&#62;http://www.reallifepurpose.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Actually there are 5 different lines and chars with the same error.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>blisweb on "TypeError: node is null message=node is null"</title>
<link>http://forums.sharethis.com/topic/typeerror-node-is-null-messagenode-is-null#post-683</link>
<pubDate>Mon, 08 Sep 2008 07:00:41 +0000</pubDate>
<dc:creator>blisweb</dc:creator>
<guid isPermaLink="false">683@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I had this problem too. It turned out that I didn't follow the ShareThis instructions to the letter and was loading the ShareThis script in the &#38;lt;head&#38;gt; of the page rather than in the &#38;lt;body&#38;gt;. Once I placed the generated script into the DIV where I wanted the button to appear, Firebug stopped reporting the error and everything worked.&#60;/p&#62;
&#60;p&#62;Hope this helps.
&#60;/p&#62;</description>
</item>
<item>
<title>michaelg on "TypeError: node is null message=node is null"</title>
<link>http://forums.sharethis.com/topic/typeerror-node-is-null-messagenode-is-null#post-678</link>
<pubDate>Wed, 03 Sep 2008 23:14:08 +0000</pubDate>
<dc:creator>michaelg</dc:creator>
<guid isPermaLink="false">678@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hello everyone, I am having the same error. I am also using Firebug in Firefox 3 and it errors on the &#34;message&#34; variable and says that the node is null. Has anyone found the fix for this yet? I noticed that ShareThisSupport said that he would be happy to help but there are no updated postes? It seems to still work except it generates an error.
&#60;/p&#62;</description>
</item>
<item>
<title>himerus on "TypeError: node is null message=node is null"</title>
<link>http://forums.sharethis.com/topic/typeerror-node-is-null-messagenode-is-null#post-651</link>
<pubDate>Tue, 26 Aug 2008 06:48:01 +0000</pubDate>
<dc:creator>himerus</dc:creator>
<guid isPermaLink="false">651@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I've got the same error after updating the ShareThis module for Drupal... &#60;a href=&#34;http://himerus.com&#34; rel=&#34;nofollow&#34;&#62;http://himerus.com&#60;/a&#62; has the error, as well as my test site &#60;a href=&#34;http://himerusinc.com/test/&#34; rel=&#34;nofollow&#34;&#62;http://himerusinc.com/test/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ShareThisSupport on "I can't add sharethis button"</title>
<link>http://forums.sharethis.com/topic/i-cant-add-sharethis-button#post-613</link>
<pubDate>Mon, 18 Aug 2008 18:37:32 +0000</pubDate>
<dc:creator>ShareThisSupport</dc:creator>
<guid isPermaLink="false">613@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Hi Sean, &#60;/p&#62;
&#60;p&#62;This is an issue on Blogger's side with their widget addition process. We will update &#60;a href=&#34;http://support.sharethis.com&#34; rel=&#34;nofollow&#34;&#62;http://support.sharethis.com&#60;/a&#62; as soon as more information comes in or when we have a resolution.
&#60;/p&#62;</description>
</item>
<item>
<title>SeanFromIT on "I can't add sharethis button"</title>
<link>http://forums.sharethis.com/topic/i-cant-add-sharethis-button#post-607</link>
<pubDate>Mon, 18 Aug 2008 03:23:30 +0000</pubDate>
<dc:creator>SeanFromIT</dc:creator>
<guid isPermaLink="false">607@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;I have the same problem. That's the error I get if I try copying the widget code directly into my template. If I just click &#34;Add Widget&#34; the following error shows:&#60;/p&#62;
&#60;p&#62;We're sorry, but we were unable to complete your request.&#60;br /&#62;
The following errors were found:&#60;br /&#62;
sectionId: Required field must not be blank
&#60;/p&#62;</description>
</item>
<item>
<title>greenSkin on "TypeError: node is null message=node is null"</title>
<link>http://forums.sharethis.com/topic/typeerror-node-is-null-messagenode-is-null#post-577</link>
<pubDate>Fri, 08 Aug 2008 04:34:36 +0000</pubDate>
<dc:creator>greenSkin</dc:creator>
<guid isPermaLink="false">577@http://forums.sharethis.com/</guid>
<description>&#60;p&#62;Every site I find ShareThis link on has this error. Note if you are using the latest Firebug that you might need to enable the console pane info for the site. This is at least for the latest Firebug for Firefox 3.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
