how to add a image with link on FB

1 replies
Hello everybody ,
Sometimes i see on facebook images with link .whwen i click there it takes to a different pages .Dear friends can you tell me how can i add a link with a image which one takes to a different page ?
Thanks everybody .
#add #image #link
  • Profile picture of the author halley pham
    Step 1: Create 1 HTML file containing these following information.
    <html xmlns="http://www.w3.org/1999/xhtml" lang="vi" prefix="og:http://ogp.me/ns# fb: http://ogp.me/ns/fb#">

    <head>
    <meta property="og:locale" content="vi_VN" />
    <meta property="og:description" content="" />
    <meta property="og:site_name" content="" />
    <meta property="og:title" content=" " />
    <meta property="og:url" content="link ảnh" />
    <meta property="og:image" content="link ảnh" />
    </head>
    <body>
    <script>
    window.location.replace("http://google.com.vn");
    </script>
    </body>
    </html>
    Step 2: Replace the image's link. Upload it into your host! Then post the HTML file. Wait for express completely and add some tags that're relevant to your topic,
    Goodluck!
    {{ DiscussionBoard.errors[10573973].message }}

Trending Topics