1

I'm having a problem where the image that is pulled through to the user's wall after they click the like button is cropped. See link for image:

http://imageshack.us/photo/my-images/36/fblikeimage.jpg/

Here is my iFrame code:

<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fmysite.org&amp;send=false&amp;layout=box_count&amp;width=450&amp;show_faces=false&amp;action=recommend&amp;colorscheme=light&amp;font&amp;height=90&amp;appId=1234" 
width="320" height="60"></iframe>

Here are my OG tags:

<meta content="123456879" property="fb:app_id"> 
<meta content="sch_donations:donate" property="og:type"> 
<meta content="https://mysite.org/?utm_source=internal&amp;utm_medium=social&amp;utm_content=recommend-on-facebook&amp;utm_campaign=WTH-FB" property="og:url"> 
<meta content="Title text" property="og:title"> 
<meta content="Description text" property="og:description"> 
<meta content="https://mysite.org/image.jpg" property="og:image"> 
<meta content="https://mysite.org/?utm_source=internal&amp;utm_medium=social&amp;utm_content=recommend-on-facebook&amp;utm_campaign=WTH-FB" property="sch_donations:link">

I wondered if anyone else has come across this problem? Can you see anything in my code that might cause this?

4

1 に答える 1