Well, and this another thing.
I am changing some things inside the mod, in order to enable the Like Button from Facebook.
As well, it's necessary to add some tags in the HTML code. Actually it is taking the generic information of vb, but no the specific for each video. For that reason the Like button doesn't work well.
For example
Code:
<meta property="og:description"
So I tracked it, and it comes from $vbulletin->options['description'] in the functions_facebook.php file from vbulletin.
Do you have any suggestion of a plugin that can fill the variables needed by facebook? (meta property="og:description", meta property="og:url", meta property="og:type")
Thank you.