Popular Posts
Build an OpenVPN server on android device Preparation An android device, in this case, Sony xperia Z is used Root permission required Linux Deploy for deploy i... javax.net.ssl.SSLHandshakeException: Connection closed by peer in Android 5.0 Lollipop Recently, there is a error occurs when access website via ssl connection like below although it worked fine several days ago. // Enable SSL... SwiXml - Layout BorderLayout BorderLayoutPane.xml <?xml version="1.0" encoding="UTF-8"?> <panel layout="BorderLayout...
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>