shared content by other people. The example shows PHP code for creating the control with default setting: width 300 pixels, height 300 pixels, show header and
                                    light color scheme. Recommendations are set for faceconn.com domain.

                                    <br /><br />
                                    For all details about the control, with descriptions of all optional properties, please visit
                                    <b><a href="http://faceconn.com/facebook-recommendations-php">Facebook Recommendations Tutorial</a></b>.
                                    <br />
                                    </p>
                                    
                                    <?php 
// check facebook session
include 'SessionCheck.php';
// create new instance of the control
$recomendations = new Recommendations();
// set external domain
$recomendations->SetDomain("faceconn.com");
// render the control on the page
$recomendations->Render();
// render the control on the page
echo "<br /><br />";
include 'CodeExamples/RecommendationsExample.php';
?>
                                </td>
                            </tr>
                        </table>
                    </form>
                </td>
                <td style="width:20%"></td>
            </tr>
        </table>
    </body>