Comments on: Set your page’s thumbnail image for Facebook /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/ Real world technology today. Fri, 09 Oct 2015 10:10:43 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Ramona /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-13591 Ramona Tue, 23 Oct 2012 13:22:23 +0000 /archive01/?p=266#comment-13591 Help, please! Can you please tell me what is the best resolution of the thumbnail, in DPI? Thanks!

]]>
By: Leopoldo /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-3741 Leopoldo Wed, 22 Feb 2012 04:38:00 +0000 /archive01/?p=266#comment-3741 Excellent solution! The user agent detection works for me, but I had to use:
if (strpos($userAgent,”facebook”) === false) { …

]]>
By: Raphael Soetan /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-2761 Raphael Soetan Mon, 09 Jan 2012 23:47:04 +0000 /archive01/?p=266#comment-2761 @Benjamin: Thanks for feedback. I’ll give it a try.

]]>
By: Benjamin Curtis /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-2754 Benjamin Curtis Mon, 09 Jan 2012 14:22:04 +0000 /archive01/?p=266#comment-2754 @Raphael: Since FB reaches out to grab the page, you won’t be able to do it with Javascript. However, you could cause the Like button to feed a variable, like \page.html?id=245\ and have PHP or whatever language your using dynamically create the rel tag based on that.

]]>
By: Raphael Soetan /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-2743 Raphael Soetan Mon, 09 Jan 2012 00:04:29 +0000 /archive01/?p=266#comment-2743 Is it possible to dynamically change facebook LIKE thumbnail? Basically,
1. I have a script that allows you to scroll through about 30 photos.
2. There is one facebook LIKE button on the page, but the facebook iframe src is dynamically changed to include the photo id of the current photo so that the LIKE is specific to that photo.

All the above work and I’m able to specify a pre-generated thumbnail photo that is displayed on facebook when one clicks the LIKE button.

Is it possible to dynamically modify the [link rel="image_src" href="http://domain.ext/image.png" /] whereby a new thumnail is set for each photo?

]]>
By: Alan /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-2492 Alan Thu, 29 Dec 2011 21:07:38 +0000 /archive01/?p=266#comment-2492 Hi. thanx 4 the info.

All this is for wordpress, how do i accomplish the same on my blogspot blog such that the thumbnail image posted using twitterfeed to facebook is the exact image in my post. keeping in mind that all posts have different images.

thanx again.

]]>
By: Sirsendu Chakraborty /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-2259 Sirsendu Chakraborty Sun, 18 Dec 2011 21:27:15 +0000 /archive01/?p=266#comment-2259 I like the solutions! it has worked for me.

Thx.

]]>
By: Nephi /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-1324 Nephi Wed, 06 Jul 2011 23:37:01 +0000 /archive01/?p=266#comment-1324 Jakub Stacho says:
March 23, 2011 at 1:47 am
Caching: Try http://developers.facebook.com/tools/lint/. It seems to flush the cache every time you use it.
____

THANKYOU :D JUST what I needed to find out

]]>
By: Jakub Stacho /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-984 Jakub Stacho Wed, 23 Mar 2011 06:47:22 +0000 /archive01/?p=266#comment-984 Caching: Try http://developers.facebook.com/tools/lint/. It seems to flush the cache every time you use it.

]]>
By: Benjamin Curtis /archive01/techviews/20091215/set-your-pages-thumbnail-image-for-facebook/#comment-914 Benjamin Curtis Thu, 03 Mar 2011 16:52:28 +0000 /archive01/?p=266#comment-914 @Steve: (a) That would certainly work, but it has two flaws. One, you’re forcing users to download the image, while the link tag doesn’t, and two, you’re not forcing a specific image, but letting users choose what to display. (b) I REALLY wish they documented this, unfortunately I have no idea.

]]>