Results 1 to 10 of 21

Thread: Facebook comment share tab

Threaded View

  1. #9
    Hi Viktor, may be I was not clear enough. If I put this code 2 as follow:
    <div class="fb-comments" data-href="http://www.mywebsite.com" data-numposts="5" data-colorscheme="light"></div>
    Then the facebook comment will be the same for all pages and listings. For example if A, B, and C comments as 1,2, and 3. Then all pages and listings show the same comments of 1,2, and 3 from A,B, and C

    I want to set it up so each page has its own facebook comment page, not duplicated. In wordpress, I just need to change www.mywebsite.com to <?php echo get_permalink(); ?>. But in flynax, when I do so, it shows blank content box and when i check back, the code in box changed from <?php echo get_permalink(); ?> to &lt;?php echo get_permalink(); ?&gt;

    So I'm wondering if flynax software need different code other than <?php echo get_permalink(); ?>
    Last edited by Wei Hong; March 3, 2015 at 06:03 AM.