With all the changes that took place on Monday. There are a few things outdated in xF in regards to facebook.
Currently Open Graph (og) does not flush and update changes when you update og meta's.
To fix this, open index.php
After <?php
add:
Currently Open Graph (og) does not flush and update changes when you update og meta's.
To fix this, open index.php
After <?php
add:
PHP:
if($_GET['fbrefresh']){
$canological_url = '?refresh='.$_GET['fbrefresh'];
}else {...
You do not have permission to view the full content of this resource.
Log in or register now.