<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Tag: facebook like button - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/facebook-like-button</link>
		<description>Support Forum - Tag: facebook like button - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 15:11:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/facebook-like-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Facebook like button disappear when selecting"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-disappear-when-selecting#post-83487</link>
			<pubDate>Mon, 12 Nov 2012 16:25:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83487@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Waardewindwaait,&#60;/p&#62;
&#60;p&#62;Can we take a look at a page with the like button live and inspect the code?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Waardewindwaait on "Facebook like button disappear when selecting"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-disappear-when-selecting#post-83287</link>
			<pubDate>Sun, 11 Nov 2012 12:12:12 +0000</pubDate>
			<dc:creator>Waardewindwaait</dc:creator>
			<guid isPermaLink="false">83287@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Same problem here. Tried your solution, but without any success. Still a dissapearing 'like' button on roll over.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Facebook like button disappear when selecting"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-disappear-when-selecting#post-81494</link>
			<pubDate>Tue, 30 Oct 2012 03:51:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81494@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi arjaybis,&#60;/p&#62;
&#60;p&#62;You can find it in wp-content\themes\flagship\js\avia-social.js&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arjaybis on "Facebook like button disappear when selecting"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-disappear-when-selecting#post-81489</link>
			<pubDate>Tue, 30 Oct 2012 03:36:05 +0000</pubDate>
			<dc:creator>arjaybis</dc:creator>
			<guid isPermaLink="false">81489@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having this same problem. Where is this code replaced at?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Facebook like button disappear when selecting"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-disappear-when-selecting#post-81134</link>
			<pubDate>Fri, 26 Oct 2012 07:19:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think this issue is caused by the FB.init event. Try following - open up wp-content\themes\flagship\js\avia-social.js and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(like_container.length)
	{
		(function(d, s, id) {
		  var js, fjs = d.getElementsByTagName(s)[0];
		  if (d.getElementById(id)) return;
		  js = d.createElement(s); js.id = id;
		  js.src = &#38;quot;//connect.facebook.net/en_US/all.js#xfbml=1&#38;quot;;
		  fjs.parentNode.insertBefore(js, fjs);
		}(document, &#38;#39;script&#38;#39;, &#38;#39;facebook-jssdk&#38;#39;));

		//activate avia facebook link
		if(jQuery.fn.avia_facebook_link)
		like_container.avia_facebook_link();
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(like_container.length)
	{
		(function(d, s, id) {
		  var js, fjs = d.getElementsByTagName(s)[0];
		  if (d.getElementById(id)) return;
		  js = d.createElement(s); js.id = id;
		  js.src = &#38;quot;//connect.facebook.net/en_US/all.js#xfbml=1&#38;quot;;
		  fjs.parentNode.insertBefore(js, fjs);
		}(document, &#38;#39;script&#38;#39;, &#38;#39;facebook-jssdk&#38;#39;));

window.fbAsyncInit = function() {
                FB.init();

		//activate avia facebook link
		if(jQuery.fn.avia_facebook_link)
		like_container.avia_facebook_link();
}
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>wvanderzee on "Facebook like button disappear when selecting"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-disappear-when-selecting#post-80886</link>
			<pubDate>Wed, 24 Oct 2012 12:21:39 +0000</pubDate>
			<dc:creator>wvanderzee</dc:creator>
			<guid isPermaLink="false">80886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I've an issue with the FB like button. When I hover it, it is no longer visible. Tweet button is functioning ok. This happens in Firefox on a Mac and IE on a Windows PC. I've disabled all add-ons and plugins, but that won't help.&#60;/p&#62;
&#60;p&#62;link: &#60;a href=&#34;http://www.ca-electronics.com/Products/ca-silver-rca/&#34; rel=&#34;nofollow&#34;&#62;http://www.ca-electronics.com/Products/ca-silver-rca/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Like buttons are working correctly in Safari.&#60;br /&#62;
In Chrome the like buttons whas 'jumping' when selecting it, but working correctly after disabling the Do Not Track Plus Extension.&#60;/p&#62;
&#60;p&#62;Has it anything to do with Preferences, Extensions Add-ons?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Facebook Like Button - Out of Control"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-out-of-control#post-42869</link>
			<pubDate>Wed, 22 Feb 2012 05:24:27 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">42869@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;you can force those social icons down a bit so they won't be as close to the categories as they are now. You can add this to your custom.css or Quick CSS:&#60;br /&#62;
&#60;code&#62;.summary .social{margin-top:10px !important;}&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>uplatereading on "Facebook Like Button - Out of Control"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-out-of-control#post-42475</link>
			<pubDate>Sun, 19 Feb 2012 19:43:35 +0000</pubDate>
			<dc:creator>uplatereading</dc:creator>
			<guid isPermaLink="false">42475@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thanks for your reply. The problem seems to have resolved itself with the latest WooCommerce update. However, aesthetically the icons don't look good. They overlap the list of categories as has been mentioned in another post so I think I will disable as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Facebook Like Button - Out of Control"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-out-of-control#post-42050</link>
			<pubDate>Thu, 16 Feb 2012 16:50:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">42050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Uplatereading,&#60;/p&#62;
&#60;p&#62;Make sure your facebook settings with ShareThis are correct and aren't somehow pointing to another person facebook.&#60;/p&#62;
&#60;p&#62;If you want to remove facebook from the social icons,  you can do so from &#60;a href=&#34;http://sharethis.com/account/linking&#34; rel=&#34;nofollow&#34;&#62;http://sharethis.com/account/linking&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>uplatereading on "Facebook Like Button - Out of Control"</title>
			<link>http://www.kriesi.at/support/topic/facebook-like-button-out-of-control#post-40090</link>
			<pubDate>Sat, 04 Feb 2012 06:03:40 +0000</pubDate>
			<dc:creator>uplatereading</dc:creator>
			<guid isPermaLink="false">40090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Every product on my demo site is showing 1.1m likes. This is up from 75k two days ago. When you click on the like button it goes to &#34;Tracys Touch Therapies&#34;. Yikes! How can I disable this ASAP?&#60;/p&#62;
&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.verosimile.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.verosimile.com/blog&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
