dynamically create og tags for images for facebook -
I need to draw a picture that will display Facebook from the database
& Lt; Meta Http-equiv = "content-type" content = "text / html; charset = ISO-885 9-1" & gt; & Lt; Meta Property = "OG: url" content = "xxx / public / giggid 2.asp? A = <% = iActName%> & gt; /> & Lt; Meta Property = "OG: Type" content = "website" /> & Lt; Meta Property = "OG: Title" Content = "Live Gig Guide" /> & Lt; Meta Property = "OG: Image" content = "& lt;% = Virus%> & gt; /> & Lt; Meta Property = "Ogg: site_name" content = "MyEpod" /> & Lt; Meta Property = "OG: Details" Content = "Live Gig Guide" /> Can this be done? What am i doing wrong
The Open Graph Object Debugger shows that I have all the tags except the image tag and should be capable of bringing the picture of the action with their pages etc ??
OG: image tag can only use one URL as content, see
You can
& lt; meta property = "and: image:" content = "xxx / public / actimage.asp? A = & lt;% = iActName is needed to create a different script%> & gt;" /> and the ActImage.asp script will drag the image from the DB and set the correct header etc. As you have not given any details how pictures are stored in DB, this is the most detailed answer I can give.
Comments
Post a Comment