Monday, November 29, 2010

Facebook Like

 <div><!-- Flike in Iframe   -->
            <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.Example.com&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=21"
                scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 450px;
                height: 21px;" allowtransparency="true"></iframe>
        </div>

        <br />
        <br />

        <div><!-- Flike in Javascript  -->
            <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
            <fb:like href="http://www.Example.com" layout="button_count" show_faces="true"
                width="450"></fb:like>
        </div>

No comments:

Post a Comment