Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lonnyprojects Friend
    #178394

    When I post a comment it shows the wrong web address on the Facebook Timeline. It uses Facebook.com instead of the websites address.


    1. facebook
    Wall Crasher Developer
    #458450

    Hi lonnyprojects,

    I am sorry. Please apply the patch below:

    1. Open file templatesja_wallhtmlcom_contentarticledefault.php
    2. Go to the bottom at line 221
    3. Change from the content from

    <div class="fb-comments" data-href="<?php echo $this->item->readmore_link; ?>" data-num-posts="2" data-width="576"></div>
    to

    <div class="fb-comments" data-href="<?php echo JURI::getInstance()->toString(array('scheme', 'host', 'port')) . $this->item->readmore_link; ?>" data-num-posts="2" data-width="576"></div>

    Hope it helps

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 12 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum