Facebook Send Button
Facebook Send Button is used by users of website to share interesting content with their friends
by selecting them from friends list. This will result in sending the message to friends' inbox.
There is also an option to send it to the wall of group that user is fan of, or any email address.
The example shows PHP code needed to insert default Send button, with defined external URL.
For all details about the control, with descriptions of all optional properties, please visit
Facebook Send Button Tutorial.
Facebook session is not established. Please login by pressing login button:
// create new instance of the control
$send = new SendButton();
// Optional: set external URL
$send->SetUrl("http://faceconn.com");
// render the control on the page
$send->Render();
|