Hi David,
Thank you for the information,
First: why do you use hard-coded GUIDs? Shouldn't this be dynamic? What if the file is removed...
yes dynamic
Secondly is this code directly on your template? Since Kentico macro's aren't resolved (by default) on templates. You either need extra code or preferably just a Web Part for macro's to be resolved
this code I have written in master page template.
when I have used below macro code content should be blank.
<meta property="og:image" content="{%FbImageMetadata%}" />
or
<meta property="og:image" content="/getattachment/{% FbImageMetadata %}/.aspx" />
and when I have put static meta tag on master page template
<meta property="og:image" content="http://euro-travel-example.com/thumbnail.jpg">
still content is blank.