Mike Edge
Well-known member
Mike Edge submitted a new resource:
Facebook SDK updates for xenForo (version 1.0) - Monday Facebook changes effecting xF
Read more about this resource...
Facebook SDK updates for xenForo (version 1.0) - Monday Facebook changes effecting xF
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:
PHP:if($_GET['fbrefresh']){ $canological_url = '?refresh='.$_GET['fbrefresh']; }else { $canological_url = ''; }
Next, there have been several versions of js SDK updated since the xF version. This will update you to latest FB SDK and...
Read more about this resource...