fb-comment Widget to display facebook comments for given url

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)
));
4 0
6 followers
716 downloads
Yii Version: Unknown
License: (not set)
Category: User Interface
Developed by: kautil
Created on: Jun 20, 2013
Last updated: 10 years ago

Downloads

show all