<?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; Pinterest</title>
	<atom:link href="https://www.royaldeerdesign.com/tag/pinterest/feed/" rel="self" type="application/rss+xml" />
	<link>https://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>Study Shows Consumers Spending More Time on Social Media Than Ever Before</title>
		<link>https://www.royaldeerdesign.com/2012/12/study-shows-consumers-spending-more-time-on-social-media-than-ever-before/</link>
		<comments>https://www.royaldeerdesign.com/2012/12/study-shows-consumers-spending-more-time-on-social-media-than-ever-before/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 14:39:36 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business News]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Pinterest]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=797</guid>
		<description><![CDATA[A recent study revealed that the majority of time spent online is now predominately spent accessing social media websites. Nielsen noted that there was a 37% increase in time spent on social media websites this past year. Among those who use home computers 20% of time spent online was spent accessing social media sites, and]]></description>
				<content:encoded><![CDATA[<p>A recent study revealed that the majority of time spent online is now predominately spent accessing social media websites. Nielsen noted that there was a 37% increase in time spent on social media websites this past year. Among those who use home computers 20% of time spent online was spent accessing social media sites, and for mobile users 30% of online time went towards social media. However, home computers still remain the most popular outlet for accessing social media websites, with mobile apps and mobile web usage close behind and on the rise (raising 63% from last year).</p>
<p>Among the top social media sites it is no surprise that Facebook is ranked the most popular, beating out the competition by a landslide. Mobile web and PC users combined allowed Facebook to top the charts, bringing in a total of 304.9 million users this past year. Other popular social media sites noted in the study were LinkedIn, Pinterest, Twitter, and WordPress.</p>
<p><img class="size-full wp-image-799 alignnone" alt="nielsen top social networks" src="http://www.royaldeerdesign.com/wp-content/uploads/2012/12/nielsen-top-social-networks.jpg" width="500" height="422" /></p>
<p>With growing popularity social media sites such as these have also recently explored the idea of working with advertisers to sell ad space on their sites. Facebook was the first to explore this idea and has since been scrutinized over their decision to do so. However, though users initially complained of such a change Nielsen revealed that this change hasn’t actually deterred anyone from visiting their favorite social media website regularly. Thus, perhaps Nielsen’s study not only revealed the growing trend in social media, but also the potential lucrative perk that on-site advertisements could provide such networks.</p>
<p><img class="size-full wp-image-801 alignnone" alt="nielsen time on social" src="http://www.royaldeerdesign.com/wp-content/uploads/2012/12/nielsen-time-on-social.jpg" width="500" height="324" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2012/12/study-shows-consumers-spending-more-time-on-social-media-than-ever-before/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking Pin It Button</title>
		<link>https://www.royaldeerdesign.com/2012/10/hacking-pin-it-button/</link>
		<comments>https://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>https://www.royaldeerdesign.com/2012/10/hacking-pin-it-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
