one is without fans and stream. <br /><br /> For all details about the control, with descriptions of all optional properties, please visit <b><a href="http://faceconn.com/facebook-like-box-php">Facebook Like Box Tutorial</a></b>. <br /> </p> <?php // check facebook session include 'SessionCheck.php'; // create instance of the control $likeBox = new LikeBox(); // setting of page Id $likeBox->SetPageId("167880046558855"); // render the default control on the page $likeBox->Render(); // render without fan list $likeBox->SetFansCount(0); $likeBox->Render(); // render without fan list and stream $likeBox->SetShowStream(false); $likeBox->Render(); // show the code example echo "<br /><br />"; include 'CodeExamples/LikeBoxExample.php'; ?> </td> </tr> </table> </form> </td>