EDIT: Scratch all of this. I figured out a better way to make sure the URL is always consistent.
This appears to be an issue with query strings. Is there a modification I can make to vBulletin code to include Facebook Likes for ALL permutations of a base article URL, instead of the exact SEO URL?
For example:
http://site.com/content.php?123
should show the same likes as:
http://site.com/content.php?123-Hello
http://site.com/content.php?123-Hello-How-Are-You
Etc...
--------------- Added [DATE]1371821134[/DATE] at [TIME]1371821134[/TIME] ---------------
I've found this in facebook_functions.php :
$og_array['og:url'] = get_fbcanonicalurl();
Any idea how to construct a CMS URL without the SEO suffix? Just content ID? Thanks!