It displays facebook comments for given url
Requirements
Tested on Yii 1.1.13
Installation
Extract the release file under protected/extensions.
Usage
$this->widget('application.extensions.fb-comment.FBComment', array(
'url' => 'http://example.com', // required site url
'posts' => 20, // optional no. of posts (default: 10)
'width' => 370 // optional width of comment box (default: 470)
));
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.