Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cyntrixtech Friend
    #179496

    How do I go about disabling facebook social feed plugin? Tried looking in default.php but didn’t find anything in there

    HeR0 Friend
    #462668

    Hi Cyntrixtech
    If that is joomla articles, you must disable ja social plugin content. If it is k2 item , you must display in menu setting ( parameters ) or K2 configuration.

    Regards,

    John Wesley Brett Moderator
    #496317

    Actually the correct answer is the following:

    GOTO: templates/ja_wall/html/com_content/article/default.php
    [FONT=arial]
    Beginning at line 234 comment or remove everything to the bottom of the page.
    [/FONT]

    <script type="text/javascript">
    (function(d){
    var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
    if (d.getElementById(id)) {return;}
    js = d.createElement('script'); js.id = id; js.async = true;
    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
    ref.parentNode.insertBefore(js, ref);
    }(document));
    </script>
    <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>

    Have fun!

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

This topic contains 3 replies, has 3 voices, and was last updated by  John Wesley Brett 10 years, 10 months ago.

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