Popular Posts
Read exif using metadata extraction metadata extraction version : 2.3.1 metadata extraction import java.io.File; import java.io.FileNotFoundException; import java.util.Iterato... Chrome Extension: Easy Cookie A simple cookie viewer/editor : Easy Cookie It's easy to view cookies at a web site Simply add a new cookie ... Capture response output stream using HttpModule using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Web; namespace TestWebA...
Stats
Customize facebook share content
<html>
<head>
    <title>Custimize share content to FB</title>
    <!-- Customize share title -->
    <meta name="title" content="Shared content Title" />
    <!-- Customize share description -->
    <meta name="description" content="Shared content description" />
    <!-- Customize share image -->
    <link rel="image_src" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiakCBGuDHB1HyNK7hmHBiQpP-nt897DSNKou8Y4XLIuKOnX7wyHIPhBBsmRnD7VgUXAh-nc-nxBtxXxTuiEhjgiuUPG0Kh63ICOnsbaw7cHq9cBmqj9DNhPxActjzwhJDh_xYMCauHVnmf/s296-no/QR_http___nanashi07_blogspo.png" />
</head>
<body>
    <a href="https://www.facebook.com/sharer/sharer.php?src=bm&u=http://nanashi07.blogspot.com">Share this page to FB</a>
</body>
</html>
or
<html>
<head>
    <title>Custimize share content to FB</title>
    <!-- Customize share title -->
    <meta property="og:title" content="Shared content Title" />
    <!-- Customize share description -->
    <meta property="og:description" content="Shared content description" />
    <!-- Customize share image -->
    <meta property="og:image" content="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiakCBGuDHB1HyNK7hmHBiQpP-nt897DSNKou8Y4XLIuKOnX7wyHIPhBBsmRnD7VgUXAh-nc-nxBtxXxTuiEhjgiuUPG0Kh63ICOnsbaw7cHq9cBmqj9DNhPxActjzwhJDh_xYMCauHVnmf/s296-no/QR_http___nanashi07_blogspo.png" />
    <!-- Customize share url -->
    <meta property="og:url" content="http://nanashi07.blogspot.com" />
    <!-- Customize share image -->
    <link href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiakCBGuDHB1HyNK7hmHBiQpP-nt897DSNKou8Y4XLIuKOnX7wyHIPhBBsmRnD7VgUXAh-nc-nxBtxXxTuiEhjgiuUPG0Kh63ICOnsbaw7cHq9cBmqj9DNhPxActjzwhJDh_xYMCauHVnmf/s296-no/QR_http___nanashi07_blogspo.png" rel="image_src" type="image/jpeg" /
</head>
<body>
    <a href="https://www.facebook.com/sharer/sharer.php?src=bm&u=http://nanashi07.blogspot.com">Share this page to FB</a>
<body>
</html>