Facebook Comments
This control allows users of your web site to write comments and share them with their friends by posting them on their profiles.
Posting a comment on user's wall will result in more visitors from the Facebook to your site. The example shows PHP code for creating default
Comments control which has 10 displayed comments and width of 550 pixels.
For all details about the control, with descriptions of all optional properties, please visit
Facebook Comments Tutorial.
Facebook session is not established. Please login by pressing login button:
// create new instance of the control
$comments = new Comments();
// render the control on the page
$comments->Render();
|