Facebook 'Share Button' Problem? Coders HELP

by 6 replies
9
I want to do what Jeff walker has done here, on Facebook, to share my site.

Product Launch Millionaires.






But when i try it, i dont get the same affect?
(my trial = Entry Testing Facebook Sharing)

I want to get this



So the code is this (I think).....

But I DONT get the above purple Sentence I want:

#programming #button #coders #facebook #hare #problem #share
  • You need to add the relevant meta tags to the header section of the webpage you are trying to send people to:

    Add these lines before the <body> tag in your html.

    <meta name="title" content="Entry Testing Facebook Sharing"
    <meta name="description" content="How entry is trying to test this share method....but why doesnt this sentence show?" />

    Facebook uses those tags when people share your page. Try it and see.
    • [ 1 ] Thanks
    • [1] reply
    • Oops, also forgot to mention. You can control the little thumbnail image people see when they share you page on facebook.

      To do that, simply add this code into your webpage as well as those I gave you above:

      <link rel="image_src" href="yourimage.jpg" / >

      Where it says 'yourimage.jpg' you will obviously need to insert the location of the image you want used as the thumbnail when people share your page.
      • [ 1 ] Thanks
      • [1] reply

Next Topics on Trending Feed