-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 28, 2013 at 11:26 am #510398This is JA Bookmark plugin but you need to check category selection on JA Bookmark plugin
-
1 user says Thank You to Ninja Lead for this useful post
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
October 28, 2013 at 7:54 pm #510434I have the Facebook, Google and Twitter buttons back on the left, but still no Facebook comments at the bottom of the article.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 29, 2013 at 8:03 am #510491I could not check default.php file on com_content of your site but you can try this :
+ FB comment need script added to default.php file
Open templates/ja_fixel/html/com_content/article/default.php file
add
<?php if($tplparams->get('tpl_facebook_comment', 1)): ?>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1<?php echo $tplparams->get('tpl_facebook_appid', '') ? '&appId=' . $tplparams->get('tpl_facebook_appid', '') : '' ?>";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script><div class="fb-comments" data-href="<?php echo JUri::getInstance()->toString(array('scheme', 'host', 'port')) . $this->item->readmore_link ?>" data-num-posts="10"></div>
<?php endif ?>
+ My screenshot will help you to clarify anything
bvk1987 Friendbvk1987
- Join date:
- October 2012
- Posts:
- 187
- Downloads:
- 10
- Uploads:
- 31
- Thanks:
- 66
- Thanked:
- 6 times in 1 posts
October 29, 2013 at 8:44 pm #510583That works!
AuthorPostsThis topic contains 19 replies, has 2 voices, and was last updated by bvk1987 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum