-
AuthorPosts
-
June 21, 2012 at 5:56 pm #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.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
June 22, 2012 at 7:21 am #458450Hi 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
1 user says Thank You to Wall Crasher for this useful post
AuthorPostsViewing 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
Facebook Comments
Viewing 2 posts - 1 through 2 (of 2 total)