Facebook comments plugin

4 posts by 2 authors in: Forums > CMS Builder
Last Post: September 18, 2011   (RSS)

Re: [videopixel] Facebook comments plugin

By videopixel - September 17, 2011

Ok found the problem...

FB adds a "fb_comment_id" behind your url so it's not possible to link back from facebook's newsfeed...

Re: [videopixel] Facebook comments plugin

By MickC - September 17, 2011

Hi Videopixel,

I just set up the Facebook Like/Recommend plugin at the bottom of each dynamic listing, and just used PHP code to specify the URL - works perfectly for me!

here is the code that does the job:
<div class="fb-like" data-href="http://used.xxxxxxx.com.au/listing/extListingDetails.php?<?php echo $listingsRecord['num'] ?>" data-send="true" data-width="500" data-show-faces="true" data-action="recommend" data-font="verdana"></div>

This makes the url specify the exact page to go to.

I know this is for the Like/Share plugin, but i looked at the code for the Comments plugin and it looks very similar

See how that goes :)