Get Imagebrowser image URL in og:image
-
Hi!
I’m trying to add og: meta tags to my website and I’m having troubles with getting the og:image meta tag when using ImageBrowser.
I’m able to get the image url without any problem and create meta tag by adding:
<meta property="og:image" content="<?php echo esc_attr($storage->get_image_url($image, 'full', TRUE)); ?>" />innextgen_basic_imagebrowser.phpbut it doesn’t insert it in <head></head> (obviously) so facebook won’t recognize it.
How could I add this meta tag before the closing </head> ?
I suppose this is a fairly basic question but I spent last few days trying it and I’m pretty much stuck in a dead-end..
The topic ‘Get Imagebrowser image URL in og:image’ is closed to new replies.