It can be extremely frustrating sharing your web page or blog post to your Facebook wall or fan page and have Facebook pull in the wrong images. For example, when you or someone else posts a Facebook status update that includes a link to your blog post, you are presented with a box where you can enter a link to your post and text about your post. Oftentimes the images Facebook pulls in to choose from are not the images you may want to represent that post.
<link rel=”image_src” href=”http://faceitpages.com/blog/wp-content/uploads/2011/08/facebook-applications.jpg” / >
<link rel=”image_src” href=”http://www.faceitpages.com/images/email-opt-in-forms.jpg” / >
<link rel=”image_src” href=”http://faceitpages.com/blog/wp-content/uploads/2011/09/2-facebook-html-app.jpg” / >
</head>
Dealing With Facebook Cache
Another annoyance is if you previously created the post without the image_src tags, Facebook may pull in a cached version of your page with the incorrect images. There is also an easy solution to this. You simply need to force Facebook to update its cache for your page. The easiest way to accomplish this is to run your url through the Facebook URL Debugger. After you run your url through the debugger, the cached version will be gone and Facebook will start pulling in your latest images in Facebook status updates and comments.


Comments