<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Colin&#039;s Blog &#187; addthis.com</title>
	<atom:link href="http://colincarmichael.ca/tag/addthiscom/feed/" rel="self" type="application/rss+xml" />
	<link>http://colincarmichael.ca</link>
	<description>My thoughts on everything.</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:17:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AddThis.com &#8211; Please Help Me!</title>
		<link>http://colincarmichael.ca/addthiscom-please-help-me/</link>
		<comments>http://colincarmichael.ca/addthiscom-please-help-me/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 18:38:16 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[addthis.com]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[the_excerpt()]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP Plugins]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=30</guid>
		<description><![CDATA[As you can see on my main page, I&#8217;m having a little difficulty with the AddThis plugin for WordPress&#8230; I&#8217;ve sent multiple requests for support to AddThis and have received no response&#8230; Sigh. Maybe one of my readers can help me? The issue: The plugin has no options functionality and the button just appears automagically. [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/addthiscom-wordpress-plugin/' rel='bookmark' title='AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</a></li>
<li><a href='http://colincarmichael.ca/guest-blogging/' rel='bookmark' title='Guest Blogging!'>Guest Blogging!</a></li>
<li><a href='http://colincarmichael.ca/salvationarmy-ca-a-great-wordpress-example/' rel='bookmark' title='SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)'>SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As you can see on my main page, I&#8217;m having a little difficulty with the <a href="http://blog.addthis.com/?p=32">AddThis plugin for WordPress</a>&#8230; I&#8217;ve sent multiple requests for support to AddThis and have received no response&#8230; Sigh.</p>
<p>Maybe one of my readers can help me?</p>
<p><strong><em>The issue:</em></strong></p>
<p>The plugin has no options functionality and the button just appears automagically.  The problem is that it appears when on calls to the_content() as well as the_excerpt()&#8230;  <a href="http://webstrategythoughts.com/2007/07/page/2/">on very short posts</a>, this means that the addthis code is added, but then stripped (poorly) by WP&#8217;s excerpt process&#8230;</p>
<p><strong><em>The solution:</em></strong></p>
<p>Only fire the plugin calls are made to the_content() and not the_excerpt().  I think, however, that WordPress&#8217; plugin hook doesn&#8217;t distinguish between them. Am I out of luck here?</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Faddthiscom-please-help-me%2F&amp;t=AddThis.com%20-%20Please%20Help%20Me%21" id="facebook_share_button_30" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_30') || document.getElementById('facebook_share_icon_30') || document.getElementById('facebook_share_both_30') || document.getElementById('facebook_share_button_30');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_30') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/addthiscom-please-help-me/&via=ccarmichael&text=AddThis.com - Please Help Me!&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/addthiscom-please-help-me/&via=ccarmichael&text=AddThis.com - Please Help Me!&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/addthiscom-wordpress-plugin/' rel='bookmark' title='AddThis.com WordPress Plugin'>AddThis.com WordPress Plugin</a></li>
<li><a href='http://colincarmichael.ca/guest-blogging/' rel='bookmark' title='Guest Blogging!'>Guest Blogging!</a></li>
<li><a href='http://colincarmichael.ca/salvationarmy-ca-a-great-wordpress-example/' rel='bookmark' title='SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)'>SalvationArmy.ca &#8211; a great WordPress example (WP Wednesday)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/addthiscom-please-help-me/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AddThis.com WordPress Plugin</title>
		<link>http://colincarmichael.ca/addthiscom-wordpress-plugin/</link>
		<comments>http://colincarmichael.ca/addthiscom-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 02:24:26 +0000</pubDate>
		<dc:creator>Colin Carmichael</dc:creator>
				<category><![CDATA[Social Media Stuff]]></category>
		<category><![CDATA[addthis.com]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP Plugins]]></category>

		<guid isPermaLink="false">http://colincarmichael.ca/?p=17</guid>
		<description><![CDATA[This is the coolest little plugin I&#8217;d never heard of. Last month, AddThis.com released a new plugin for WordPress allows your users to bookmark blog posts at any of about a dozen different social bookmarking services with just one little button. Cool. UPDATE: I&#8217;ve temporarily disabled the plugin until I&#8217;ve resolved a couple issues&#8230; UPDATE [...]
Related posts:<ol>
<li><a href='http://colincarmichael.ca/addthiscom-please-help-me/' rel='bookmark' title='AddThis.com &#8211; Please Help Me!'>AddThis.com &#8211; Please Help Me!</a></li>
<li><a href='http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</a></li>
<li><a href='http://colincarmichael.ca/guest-blogging/' rel='bookmark' title='Guest Blogging!'>Guest Blogging!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is the coolest little plugin I&#8217;d never heard of. Last month, <a href="http://addthis.com/">AddThis.com</a> released a new<a href="http://blog.addthis.com/?p=32"> plugin for WordPress</a> allows your users to bookmark blog posts at any of about a dozen different social bookmarking services with just one little button.</p>
<p>Cool.</p>
<p><strong>UPDATE</strong>: I&#8217;ve temporarily disabled the plugin until I&#8217;ve resolved a couple issues&#8230;</p>
<p><strong>UPDATE 2</strong>: I&#8217;ve re-enabled the plugin while I troubleshoot the issues&#8230; you may see some weird text at the end of post excerpts&#8230; AddThis has been completely unresponsive to my support requests &#8211; so I&#8217;m trying to figure this out on my own &#8211; any help would be appreciated.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcolincarmichael.ca%2Faddthiscom-wordpress-plugin%2F&amp;t=AddThis.com%20WordPress%20Plugin" id="facebook_share_button_17" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_17') || document.getElementById('facebook_share_icon_17') || document.getElementById('facebook_share_both_17') || document.getElementById('facebook_share_button_17');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_17') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/addthiscom-wordpress-plugin/&via=ccarmichael&text=AddThis.com WordPress Plugin&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://colincarmichael.ca/addthiscom-wordpress-plugin/&via=ccarmichael&text=AddThis.com WordPress Plugin&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><p>Related posts:<ol>
<li><a href='http://colincarmichael.ca/addthiscom-please-help-me/' rel='bookmark' title='AddThis.com &#8211; Please Help Me!'>AddThis.com &#8211; Please Help Me!</a></li>
<li><a href='http://colincarmichael.ca/wordpress-image-handling-sucks-wp-wednesday/' rel='bookmark' title='WordPress Image Handling Sucks (WP Wednesday)'>WordPress Image Handling Sucks (WP Wednesday)</a></li>
<li><a href='http://colincarmichael.ca/guest-blogging/' rel='bookmark' title='Guest Blogging!'>Guest Blogging!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://colincarmichael.ca/addthiscom-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

