Quote:
Originally Posted by gobears20
Here's the fix that seems to have worked for me.
In the SHOWTHREAD template, edit the following line:
From this:
<link rel="canonical" href="{vb:raw thread_url}" />
To this:
<link rel="canonical" href="http://www.domain.com/forums/{vb:raw thread_url}" />
Even though you pass a url to facebook, they still scrape the page to get the url apparently. This fixes it.
|
Thank you very much! This fixed the problem for me as well. Is there a way to add a like button per post instead of per thread?