aung's plugins:
Full features of Facebook comments box can be found here:
https://developers.facebook.com/docs/reference/plugins/comments/
Requirements:
Hide Facebook comments box when built-in comments box is off.
the module does not work on 1.8.3 elgg version!
don´t work on my Elgg 1.8.4
does not work on Elgg version : Release - 1.8.8, Version
you used youw own api id in src?
yes im using my own api id did not work .
unless i am doing something wrong that im not aware of ?:/
tampoco en ELGG 1.8.8
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:)
Comments
the module does not work on 1.8.3 elgg version!
don´t work on my Elgg 1.8.4
does not work on Elgg version : Release - 1.8.8, Version
you used youw own api id in src?
yes im using my own api id did not work .
unless i am doing something wrong that im not aware of ?:/
tampoco en ELGG 1.8.8
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:)