<?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: Wrong post thumbnails when sharing on Facebook</title>
		<link>http://www.kriesi.at/support/topic/wrong-post-thumbnails-when-sharing-on-facebook</link>
		<description>Support Forum - Topic: Wrong post thumbnails when sharing on Facebook</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 05:08:16 +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/wrong-post-thumbnails-when-sharing-on-facebook" rel="self" type="application/rss+xml" />

		<item>
			<title>Kontramax on "Wrong post thumbnails when sharing on Facebook"</title>
			<link>http://www.kriesi.at/support/topic/wrong-post-thumbnails-when-sharing-on-facebook#post-34696</link>
			<pubDate>Mon, 12 Dec 2011 16:21:37 +0000</pubDate>
			<dc:creator>Kontramax</dc:creator>
			<guid isPermaLink="false">34696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well, when I insert code in header.php it show me post thumbnail in any post at top-left of screen on site. Also I don't know what is and where I can get my &#34;My Application ID&#34;...  I have many customized changes make with this Display theme and probably broke something, so I will just leave all as is.&#60;br /&#62;
Thanx for response anyway!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Wrong post thumbnails when sharing on Facebook"</title>
			<link>http://www.kriesi.at/support/topic/wrong-post-thumbnails-when-sharing-on-facebook#post-33956</link>
			<pubDate>Mon, 05 Dec 2011 13:49:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hope it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kontramax on "Wrong post thumbnails when sharing on Facebook"</title>
			<link>http://www.kriesi.at/support/topic/wrong-post-thumbnails-when-sharing-on-facebook#post-33934</link>
			<pubDate>Mon, 05 Dec 2011 12:47:30 +0000</pubDate>
			<dc:creator>Kontramax</dc:creator>
			<guid isPermaLink="false">33934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanx for the reply, I will try it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Wrong post thumbnails when sharing on Facebook"</title>
			<link>http://www.kriesi.at/support/topic/wrong-post-thumbnails-when-sharing-on-facebook#post-33693</link>
			<pubDate>Fri, 02 Dec 2011 07:55:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
to be honest I'm not sure why the plugins fetch the wrong image. You can try Slatelunchs open graph meta here: &#60;a href=&#34;http://www.kriesi.at/support/topic/facebook-open-graph-protocol#post-23893&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/facebook-open-graph-protocol#post-23893&#60;/a&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- Facebook Opengraph --&#38;gt;
	&#38;lt;meta property=&#38;quot;fb:app_id&#38;quot; content=&#38;quot;My Application ID&#38;quot; /&#38;gt;
	&#38;lt;meta property=&#38;quot;fb:admins&#38;quot; content=&#38;quot;My Admin ID&#38;quot; /&#38;gt;
&#38;lt;?php if (is_single()) { 

$preview_small = get_post_meta($post-&#38;gt;ID, &#38;quot;_preview_small&#38;quot;, true);
				$preview_medium = get_post_meta($post-&#38;gt;ID, &#38;quot;_preview_medium&#38;quot;, true);
				$preview_big = get_post_meta($post-&#38;gt;ID, &#38;quot;_preview_big&#38;quot;, true);

				//defaults:
				$preview = $preview_small;
				$link_url = $preview_big;
				$lightbox = &#38;#39;boxes&#38;#39;;
				$link = true;
				//change if necessary:

				// resizing? =&#38;gt; take next sized picture
				if ($k_option[&#38;#39;general&#38;#39;][&#38;#39;tim&#38;#39;] == &#38;quot;1&#38;quot; &#38;amp;&#38;amp; $preview_small == &#38;quot;&#38;quot;)
				{
					$preview = $preview_medium  != &#38;#39;&#38;#39; ? $preview_medium : $preview_big;
				} 

				if (!kriesi_is_file($preview_big,&#38;#39;image&#38;#39;))
				{
					$preview = $preview_small  != &#38;#39;&#38;#39; ? $preview_small : $preview_medium;
					$link_url = $preview_big;
				}	

				// no bigpicture? =&#38;gt; no lightbox
				if ($preview_big == &#38;quot;&#38;quot; &#124;&#124; $k_option[&#38;#39;portfolio&#38;#39;][&#38;#39;portfolio_click&#38;#39;] == 2) { $lightbox = &#38;#39;&#38;#39;; $link = true; $link_url = get_permalink(); }
				// the kriesi_build_image function used here checks if the image should be resized.
				// the function is located in framework/helper_functions

				$preview = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$preview,
													&#38;#39;height&#38;#39;=&#38;gt; &#38;#39;124&#38;#39;,
													&#38;#39;width&#38;#39;=&#38;gt; &#38;#39;280&#38;#39;,
													&#38;#39;lightbox&#38;#39;=&#38;gt;$lightbox,
													&#38;#39;link&#38;#39;=&#38;gt;$link,
													&#38;#39;link_url&#38;#39;=&#38;gt;$link_url
													));

?&#38;gt;
	&#38;lt;meta property=&#38;quot;og:url&#38;quot; content=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;&#38;quot;/&#38;gt;
	&#38;lt;meta property=&#38;quot;og:title&#38;quot; content=&#38;quot;&#38;lt;?php single_post_title(&#38;#39;&#38;#39;); ?&#38;gt;&#38;quot; /&#38;gt;
	&#38;lt;meta property=&#38;quot;og:description&#38;quot; content=&#38;quot;&#38;lt;?php the_excerpt_rss() ?&#38;gt;&#38;quot; /&#38;gt;
	&#38;lt;meta property=&#38;quot;og:type&#38;quot; content=&#38;quot;article&#38;quot; /&#38;gt;
	&#38;lt;meta property=&#38;quot;og:image&#38;quot; content=&#38;quot;&#38;lt;?php echo $preview; ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;?php } else { ?&#38;gt;
	&#38;lt;meta property=&#38;quot;og:site_name&#38;quot; content=&#38;quot;My Website Name&#38;quot; /&#38;gt;
	&#38;lt;meta property=&#38;quot;og:url&#38;quot; content=&#38;quot;http://myurl.com&#38;quot;/&#38;gt;
	&#38;lt;meta property=&#38;quot;og:description&#38;quot; content=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;description&#38;#39;); ?&#38;gt;&#38;quot; /&#38;gt;
	&#38;lt;meta property=&#38;quot;og:type&#38;quot; content=&#38;quot;website&#38;quot; /&#38;gt;
	&#38;lt;meta property=&#38;quot;og:image&#38;quot; content=&#38;quot;http://A default image url for the website.com&#38;quot; /&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the admin id, etc. and add the meta tags before the body tag in header.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kontramax on "Wrong post thumbnails when sharing on Facebook"</title>
			<link>http://www.kriesi.at/support/topic/wrong-post-thumbnails-when-sharing-on-facebook#post-33661</link>
			<pubDate>Thu, 01 Dec 2011 17:42:50 +0000</pubDate>
			<dc:creator>Kontramax</dc:creator>
			<guid isPermaLink="false">33661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please somebody help me with suggestion?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kontramax on "Wrong post thumbnails when sharing on Facebook"</title>
			<link>http://www.kriesi.at/support/topic/wrong-post-thumbnails-when-sharing-on-facebook#post-33216</link>
			<pubDate>Sun, 27 Nov 2011 10:30:53 +0000</pubDate>
			<dc:creator>Kontramax</dc:creator>
			<guid isPermaLink="false">33216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Foget to add link:&#60;br /&#62;
&#60;a href=&#34;http://kontramax.com/portfolio/hobbie&#34; rel=&#34;nofollow&#34;&#62;http://kontramax.com/portfolio/hobbie&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;try to start share any post url and thumbnail will always wrong, why?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kontramax on "Wrong post thumbnails when sharing on Facebook"</title>
			<link>http://www.kriesi.at/support/topic/wrong-post-thumbnails-when-sharing-on-facebook#post-33215</link>
			<pubDate>Sun, 27 Nov 2011 10:27:24 +0000</pubDate>
			<dc:creator>Kontramax</dc:creator>
			<guid isPermaLink="false">33215@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;br /&#62;
I am using Display theme.&#60;br /&#62;
When I share url from one of my portfolio posts on facebook - it shows wrong thumbnail picture, not from this post.&#60;br /&#62;
I try to use this plugins:&#60;/p&#62;
&#60;p&#62;- Facebook Thumbnails&#60;br /&#62;
- Easy Facebook Share Thumbnails&#60;br /&#62;
- Fix Facebook Like&#60;/p&#62;
&#60;p&#62;,but it show me several other pictures or my gravatar, but still wrong.&#60;/p&#62;
&#60;p&#62;I want see the right post thumbnail when sharing post url on FB, please, can you help me, what I need to do?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
