<?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 - Topic: Missing Like Box with Facebook plug-in and AddThis&#039;s Facebook&#039;s Like</title>
		<link>http://www.kriesi.at/support/topic/missing-like-box-with-facebook-plug-in-and-addthiss-facebooks-like</link>
		<description>Support Forum - Topic: Missing Like Box with Facebook plug-in and AddThis&#039;s Facebook&#039;s Like</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 05:06:26 +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/topic/missing-like-box-with-facebook-plug-in-and-addthiss-facebooks-like" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Missing Like Box with Facebook plug-in and AddThis&#039;s Facebook&#039;s Like"</title>
			<link>http://www.kriesi.at/support/topic/missing-like-box-with-facebook-plug-in-and-addthiss-facebooks-like#post-78935</link>
			<pubDate>Mon, 08 Oct 2012 09:15:37 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;[EDIT] &#60;a href=&#34;http://i.imgur.com/1vBjf.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/1vBjf.png&#60;/a&#62; &#38;lt;-- You are giving a width of 90. Give it a width of 475 or 450 and it will work fine. [/EDIT]&#60;/p&#62;
&#60;p&#62;There is something very wrong with the page. You are running on Apache?&#60;/p&#62;
&#60;p&#62;Please take a look at .htaccess file and add MIME definitions in there before anything else in the file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;# ----------------------------------------------------------------------
# Proper MIME type for all files
# ----------------------------------------------------------------------

# JavaScript
#   Normalize to standard type (it&#38;#39;s sniffed in IE anyways)
#   tools.ietf.org/html/rfc4329#section-7.2
AddType application/javascript         js jsonp
AddType application/json               json

# Audio
AddType audio/ogg                      oga ogg
AddType audio/mp4                      m4a f4a f4b

# Video
AddType video/ogg                      ogv
AddType video/mp4                      mp4 m4v f4v f4p
AddType video/webm                     webm
AddType video/x-flv                    flv

# SVG
#   Required for svg webfonts on iPad
#   twitter.com/FontSquirrel/status/14855840545
AddType     image/svg+xml              svg svgz
AddEncoding gzip                       svgz

# Webfonts
AddType application/vnd.ms-fontobject  eot
AddType application/x-font-ttf         ttf ttc
AddType font/opentype                  otf
AddType application/x-font-woff        woff

# Assorted types
AddType image/x-icon                        ico
AddType image/webp                          webp
AddType text/cache-manifest                 appcache manifest
AddType text/x-component                    htc
AddType application/xml                     rss atom xml rdf
AddType application/x-chrome-extension      crx
AddType application/x-opera-extension       oex
AddType application/x-xpinstall             xpi
AddType application/octet-stream            safariextz
AddType application/x-web-app-manifest+json webapp
AddType text/x-vcard                        vcf
AddType application/x-shockwave-flash       swf
AddType text/vtt                            vtt&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please try adding this to Quick CSS&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.fb_edge_widget_with_comment span.fb_edge_comment_widget {
top: 15px !important;
left: -250px !important;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Error Reference: &#60;a href=&#34;http://stackoverflow.com/questions/7194591/facebook-iframe-app-send-like-button-z-index-issue&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/7194591/facebook-iframe-app-send-like-button-z-index-issue&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I see the plugin span causing the problem. ( &#60;a href=&#34;http://i.imgur.com/T3chX.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/T3chX.png&#60;/a&#62; )Addthis is not functioning properly, and if it is, I would get rid of that plugin. Its injecting files all over the place, mostly garbage like *ok!* , right after &#38;lt;head&#38;gt; starts. Its throwing errors without stop too. I took a look at the forum for the Addthis and nobody is even answering all the complaints. I would find something that is being supported instead of this.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Missing Like Box with Facebook plug-in and AddThis&#039;s Facebook&#039;s Like"</title>
			<link>http://www.kriesi.at/support/topic/missing-like-box-with-facebook-plug-in-and-addthiss-facebooks-like#post-78913</link>
			<pubDate>Mon, 08 Oct 2012 07:32:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Personally I couldn't find a way to expand the facbook iframe. I tried:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.fb_iframe_widget iframe {
    width: 100% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and various other css rules but I couldn't get it to display properly. I'll tag this thread for the other support staff members though - maybe they have a better idea/solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>teerasej on "Missing Like Box with Facebook plug-in and AddThis&#039;s Facebook&#039;s Like"</title>
			<link>http://www.kriesi.at/support/topic/missing-like-box-with-facebook-plug-in-and-addthiss-facebooks-like#post-78857</link>
			<pubDate>Sun, 07 Oct 2012 19:17:28 +0000</pubDate>
			<dc:creator>teerasej</dc:creator>
			<guid isPermaLink="false">78857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;whenever user click on 'like' button, both for Facebook official plug-in or AddThis's Facebook Like button, the pop up showed but it has been chopped. Similar to this photo: &#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.nextflow.in.th/example-fb.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;you can go to &#60;a href=&#34;http://nextflow.in.th/en/2012/how-to-solve-error-status2-messageclass-not-found-in-using-phonegaps-video-player-plugin-for-android/&#34;&#62;this post and test like button here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I have tried disable other plugins to test this but no luck. Even official Facebook's wordpress plugin chopped. I think this will not good to your nice theme.&#60;/p&#62;
&#60;p&#62;I know this could be solved by applied hot fix to CSS. But could you tell me how? :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
