Hi,
on this page ( http://mnt.mk/ ) the og:image is always the first image from the slider. How can I put static, fixed image for the homepage only?
Thanks,
Gorast
<?php
if( JRequest::getVar('Itemid') == ID_OF_YOUR_HOMEPAGE ):
print '<meta property="og:image" content="URL_TO_STATIC_IMAGE" />';
endif;
?>