<?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>Royal Deer Design &#187; solution</title>
	<atom:link href="http://www.royaldeerdesign.com/tag/solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.royaldeerdesign.com</link>
	<description>Web Design Company</description>
	<lastBuildDate>Thu, 21 Aug 2025 15:08:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Hacking Pin It Button</title>
		<link>http://www.royaldeerdesign.com/2012/10/hacking-pin-it-button/</link>
		<comments>http://www.royaldeerdesign.com/2012/10/hacking-pin-it-button/#comments</comments>
		<pubDate>Sat, 20 Oct 2012 14:53:39 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business News]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Pinterest]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=928</guid>
		<description><![CDATA[Pinterest offers a user friendly Pin It button generator. Unfortunately, they don&#8217;t really let web developers to modify the look of it. It is getting problematic in a situation when we insert few social media buttons horizontally next to each other and we realize that they have slightly different height. I faced this issue working]]></description>
				<content:encoded><![CDATA[<p>Pinterest offers a user friendly Pin It button generator. Unfortunately, they don&#8217;t really let web developers to modify the look of it. It is getting problematic in a situation when we insert few social media buttons horizontally next to each other and we realize that they have slightly different height.</p>
<p>I faced this issue working on my client&#8217;s website organiceyourlife.com.</p>
<p>This is how Pin It button was not fitting into the crowed of other two social networking buttons:</p>
<p><img src="http://www.royaldeerdesign.com/wp-content/uploads/2013/03/pinit1.jpg" alt="pinit1" width="175" height="82" class="alignnone size-full wp-image-929" /></p>
<p>The goal was to make it look this way:</p>
<p><img src="http://www.royaldeerdesign.com/wp-content/uploads/2013/03/pinit2.jpg" alt="pinit2" width="179" height="80" class="alignnone size-full wp-image-930" /></p>
<p>The problems is that the button itself is loaded in iframe (on top of that this iframe is generated by JS) and all the files, including JS and leaded to iframe HTML file are hosted on Pinterest server. I did try many tricks like loading external CSS file to the iframe and forcing CSS styles on iframe elements by JavaScript. Nothing worked.<br />
Solution.</p>
<p>Digging more into the structure of the button I found that I can host on my own server not only JS file which generates the iframe but also leaded into the iframe HTML file, and the functionality of the button will stay.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.royaldeerdesign.com/2012/10/hacking-pin-it-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
