|
Greetings, I'm not sure if this is a general or skin question, so I apologize in advance if I've mischaracterized. Is there a setting that controls the og:image content value? My generated code is:
<meta property="og:image" content="shareimage.jpg">
whereas I want to reference an absolute path like:
<meta property="og:image" content="http://www.zzz.com/site/shareimage.jpg">
UPDATE: I fixed this with the Advanced Custom code:
<meta property="og:image" content="${albumURL}/shareimage.jpg">
Edited by: ORBroncoFan on 12 Jan 2024, 07:19
|