PDA

View Full Version : Integration with vBulletin - Facebook comments to threads


katim110
05-15-2012, 10:00 PM
Its very easy to Add Facebook comments to threads.

Just go to show thread templates / SHOWTHREAD

FIND: {vb:raw similarthreads}

paste this code above

<div class="fb-comments" data-href="http://mywebsite.nl" data-num-posts="2" data-width="470"></div>

change mywebsite with your own website.

enjoy

xixxon
05-18-2012, 02:06 PM
Demo, please

AURFSCAN
05-19-2012, 02:17 AM
demo? puts a comment box at the end of the thread..

how about using the url of the page?

<div class="fb-comments" data-href="/{vb:raw relpath}" data-num-posts="2" data-width="470" ></div>

Gamelobby
05-19-2012, 07:37 PM
website root or forum root.?
<div class="fb-comments" data-href="http://mywebsite.nl" data-num-posts="2" data-width="470"></div>

Also what does the "2" refer to.?

Kraxell
05-20-2012, 08:20 AM
Use this one:
https://vborg.vbsupport.ru/showthread.php?t=239023

Gamelobby
05-21-2012, 02:55 AM
Use this one:
https://vborg.vbsupport.ru/showthread.php?t=239023

Thanks, that works much better. (except on Facebook's end is all kinds of bullsh*t. lol)