Log in

Project Info

Stats

  • Category: Third Party integrations
  • License: GNU General Public License (GPL) version 2
  • Updated: 2012-1-22
  • Downloads: 2242
  • Recommendations: 8

Releases


Previous releases:

Other Projects

aung's plugins:

Facebook Comments Box Social Plugin for Elgg 1.8 for Elgg 1.8

Implementing Facebook comment social plugin on your Elgg website.

by aung
Last updated 468 days ago
  • Extends Facebook comments box under built-in comment box
  • Enables users to comment via their facebook account.

Full features of Facebook comments box can be found here:

https://developers.facebook.com/docs/reference/plugins/comments/

Requirements:

  • Elgg 1.8.3+
  • Facebook Application ID

Release notes:

Hide Facebook comments box when built-in comments box is off.

Comments

  • Alvaro 405 days ago

    the module does not work on 1.8.3 elgg version!

  • ajojavi 382 days ago

    don´t work on my Elgg 1.8.4

  • Tawhid 296 days ago

    does not work on Elgg version : Release - 1.8.8, Version

  • Liang Lee 296 days ago

    you used youw own api id in src?

  • Tawhid 295 days ago

    yes im using my own api id did not work .

  • Tawhid 295 days ago

    unless i am doing something wrong that im not aware of ?:/

  • Liang Lee 294 days ago
    • Are you own localhost?
    • What is your elgg version?
  • jesus 288 days ago

    tampoco en ELGG 1.8.8

  • Weipeng 169 days ago

    I modified the start.php and test it online, it works well.

    From "register_elgg_event_handler" to elgg_register_event_handler;

     elgg_register_event_handler('init','system','fb_commentbox_init');

    BTW, i also change the width to fulid width. you can add one line in the plugin files:

     elgg_extend_view('css', 'fb_commentapps/css');

    and then create a css.php under the fb_commentapps folder, then add the code below into the css.php:

    <?php

    ?>

    .fb-comments,.fb-comments span,.fb-comments iframe[style] {width: 100% !important;}

    and then save it.

    Enjoy:)