I’m trying to get content pulled in to Facebook using the following code in my head.
Facebook takes the text from my ‘summary’ field as its description but fails to get the image I specify?
{exp:channel:entries channel="news" url_title="{segment_3}"}
<meta property="og:description" content="{summary}" />
<meta property="og:image" content="{image}"/>
{/exp:channel:entries}
This question may be related to a resolved thread.