Open Graph Protocol syntax help needed

I am using version 2.2.1 with sharethis buttons. The Facebook Like button on each product page returns the wrong image (correct image is not even given as an option).



As suggested by Breeze in a previous post, I have implimented:



[color=#282828][font=arial, verdana, tahoma, sans-serif][size=3]You need to add open graph protocol. Details are here [/size][/font][/color]http://developers.fa…docs/opengraph/



[color=#282828][font=arial, verdana, tahoma, sans-serif][size=3]In my index.tpl I changed the code [/size][/font][/color]



[color=#000088]XHTML namespace”[/color][color=#000000] [/color][color=#660066]lang[/color][color=#666600]=[/color][color=#008800]“{$smarty.const.CART_LANGUAGE|lower}”[/color][color=#000088]>[/color]

[color=#282828][font=arial, verdana, tahoma, sans-serif][size=3]to[/size][/font][/color]



[color=#000088]XHTML namespace”[/color][color=#000000] [/color][color=#660066]lang[/color][color=#666600]=[/color][color=#008800]“{$smarty.const.CART_LANGUAGE|lower}”[/color][color=#000000] [/color][color=#660066]xmlns:fb[/color][color=#666600]=[/color][color=#008800]“Redirecting...”[/color][color=#000000] [/color][color=#660066]xmlns:og[/color][color=#666600]=[/color][color=#008800]“http://ogp.me/ns#”[/color][color=#000088]>[/color]

[color=#282828][font=arial, verdana, tahoma, sans-serif][size=3]And in my meta.tpl added this meta tag[/size][/font][/color]





[color=#000088][/color]



however it is still not producing the correct image.

If anyone can suggest the correct meta tag in order to return the correct image for each product it would be great. I really need some help with this please.