Stylish Facebook like button

 Now a days everyone know that the power of social media , we can get  more audience with social media , So  Facebook like div should me stylish and show the faces of like persons.This below code you can anywhere like blog, website and so on. 



 Source Code:-
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="facebooklikebutton.aspx.cs"
    Inherits="facebooklikebutton" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div style="-moz-box-shadow: 0px 5px 0px 0px #777777; -webkit-box-shadow: 0px 5px 0px 0px #777777;
            background-color: #f4f4f4; border-radius: 15px; border: 1px solid #CCCCCC; box-shadow: 0px 15px 20px 0px #777777;
            height: 270px; margin: 5px; padding: 10px 0 10px 10px; width: 252px;">
            <div style="height: 250px; overflow: hidden;">
                <iframe src="http://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/codesol&amp;width=252&amp;height=258&amp;show_faces=true&amp;header=false&amp;stream=false&amp;show_border=false"
                    scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 250px;
                    height: 258px;" allowtransparency="true"></iframe>
            </div>
        </div>
    </div>
    </form>
</body>
</html>

 Out-Put:-

Stylish Facebook like button Stylish Facebook like button Reviewed by NEERAJ SRIVASTAVA on 11:55:00 AM Rating: 5

No comments:

Powered by Blogger.