{JFBCLike href=http://site.com/page-to-share.html}{JFBCLike href=<?php echo $dynamic_url; ?>}No, you don't. The destination URL (what is stored in $dynamic_url) should have Open Graph tags set by JFBConnect that should be correct for that page. The og:url setting on the $dynamic_url page should be the URL for that page, so that is correct.if we give another page url to the {JFBCLike href=<?php echo $dynamic_url; ?>}, do we need to turn SCOpenGraph off in some manner,
You shouldn't need to set the tags directly in your index.php file. You should be setting them on a per-page basis using the {SCOpenGraph ...} tags. JFBConnect will replace any og:title, og:description and og:url tags you set manually through echo statements. og:image tags can be duplicated, so we don't replace those. However, if you set an og:image tag in your template, that will be used on every page of your site, which generally is not recommended.- I am unable to set even other meta properties such as image and title using appropriate php echo statements in the templates/<our_frontend_template>/index.php file head section. Do we need to put the code in some jfbconnect designated function/place: is it overriding the meta properties set elsewhere?
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
