<?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: Custom AddThis share button</title>
	<atom:link href="http://www.iliadraznin.com/2010/07/custom-addthis-share-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iliadraznin.com/2010/07/custom-addthis-share-button/</link>
	<description>Web Developer, Designer and Enthusiast</description>
	<lastBuildDate>Wed, 25 Jan 2012 17:01:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ilia</title>
		<link>http://www.iliadraznin.com/2010/07/custom-addthis-share-button/#comment-565</link>
		<dc:creator>Ilia</dc:creator>
		<pubDate>Mon, 14 Mar 2011 04:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://iliadraznin.com/?p=272#comment-565</guid>
		<description>Simon, that button image goes into the code you use to put the share widget in, i.e. the code you posted, the one you don&#039;t know where to put. That&#039;s the code you put at the end of your posts, inside &quot;single.php&quot;, and in your case, you want to replace &quot;Share&quot; with regular &lt;code&gt;img&lt;/code&gt; tag pointing to your custom image.

And as for the CSS code, that goes into your regular style.css file, or whatever css file you use for the site.</description>
		<content:encoded><![CDATA[<p>Simon, that button image goes into the code you use to put the share widget in, i.e. the code you posted, the one you don’t know where to put. That’s the code you put at the end of your posts, inside “single.php”, and in your case, you want to replace “Share” with regular <code>img</code> tag pointing to your custom image.</p>
<p>And as for the CSS code, that goes into your regular style.css file, or whatever css file you use for the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.iliadraznin.com/2010/07/custom-addthis-share-button/#comment-547</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 03 Mar 2011 21:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://iliadraznin.com/?p=272#comment-547</guid>
		<description>Hello, I am using Wordpress to facilitate my website creation, When I install AddThis as a plug-in the default files get dispatched to the server.. 

I am trying to upload my own image in place of this one:

 &lt;a href=&quot;http://s7.addthis.com/static/btn/v2/lg-share-en.gif&quot; title=&quot;AddThis Share Button&quot; rel=&quot;nofollow&quot;&gt;AddThis Share Button&lt;/a&gt;

What I did initially was just replace the .jpg with my own, under the same exact file name, to avoid any problems.. but obviously this wasn&#039;t enough to make the cut, so I am now trying your tutorial.. 
I can&#039;t seen to locate a file where to stick this code:

 &lt;pre class=&quot;brush:js&quot;&gt; 
&lt;a href=&quot;http:&#047;&#047;www.addthis.com&#047;bookmark.php?v=250&amp;username=&#091;username&#093;&quot;
  class=&quot;addthis_button&quot; addthis:url=&quot;&quot; addthis:title=&quot;&quot;&gt;Share&lt;/a&gt;
&lt;/pre&gt;

And also - what is the .css file called where I would stick the .CSS code you provided?

The .css files I have are:
options-page.css
addhis.css

One last thing - between which tags on each respective file does each code need to go?</description>
		<content:encoded><![CDATA[<p>Hello, I am using WordPress to facilitate my website creation, When I install AddThis as a plug-in the default files get dispatched to the server.. </p>
<p>I am trying to upload my own image in place of this one:</p>
<p> <a href="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" title="AddThis Share Button" rel="nofollow">AddThis Share Button</a></p>
<p>What I did initially was just replace the .jpg with my own, under the same exact file name, to avoid any problems.. but obviously this wasn’t enough to make the cut, so I am now trying your tutorial..<br />
I can’t seen to locate a file where to stick this code:</p>
<pre class="brush:js">
&lt;a href=&quot;http:&#47;&#47;www.addthis.com&#47;bookmark.php?v=250&amp;username=&#91;username&#93;&quot;
  class=&quot;addthis_button&quot; addthis:url=&quot;&quot; addthis:title=&quot;&quot;&gt;Share&lt;/a&gt;
</pre>
<p>And also — what is the .css file called where I would stick the .CSS code you provided?</p>
<p>The .css files I have are:<br />
options-page.css<br />
addhis.css</p>
<p>One last thing — between which tags on each respective file does each code need to go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilia</title>
		<link>http://www.iliadraznin.com/2010/07/custom-addthis-share-button/#comment-376</link>
		<dc:creator>Ilia</dc:creator>
		<pubDate>Thu, 02 Sep 2010 02:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://iliadraznin.com/?p=272#comment-376</guid>
		<description>&quot;did you over­ride their styles in your style sheet?&quot;
Yeah, exactly that. If you look at the stylesheet file for this page, towards the end of the code there are the styles for the addthis button, and it&#039;s just straightup overrides, most with !important attribute.
The catch with these is basically you need to know which styles to override, which means going through the generated code for the tooltip box,.</description>
		<content:encoded><![CDATA[<p>“did you over­ride their styles in your style sheet?“<br />
Yeah, exactly that. If you look at the stylesheet file for this page, towards the end of the code there are the styles for the addthis button, and it’s just straightup overrides, most with !important attribute.<br />
The catch with these is basically you need to know which styles to override, which means going through the generated code for the tooltip box,.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pere</title>
		<link>http://www.iliadraznin.com/2010/07/custom-addthis-share-button/#comment-375</link>
		<dc:creator>Pere</dc:creator>
		<pubDate>Wed, 01 Sep 2010 18:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://iliadraznin.com/?p=272#comment-375</guid>
		<description>Excited to find this article. Any more details as to how you modified the AddThis CSS to provide your own styles? Not so clear in your article - did you override their styles in your style sheet? Thanks!</description>
		<content:encoded><![CDATA[<p>Excited to find this article. Any more details as to how you modified the AddThis CSS to provide your own styles? Not so clear in your article — did you override their styles in your style sheet? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/12 queries in 0.010 seconds using disk: basic

Served from: www.iliadraznin.com @ 2012-02-04 17:43:42 -->
