Facebook share link


/ Published in: HTML
Save to your folder(s)

Use Facebook's sharer to easily post status updates to Facebook. The three meta tags control the default content Facebook pulls to create the post.


Copy this code and paste it in your HTML
  1. http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fexample.com%2F
  2.  
  3. <meta name="og:title" content="Bold title on link" />
  4. <meta name="og:description" content="Smaller description on link" />
  5. <meta name="og:image" content="/images/thumbnail_on_link.jpg" />

URL: http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fexample.com%2F

Report this snippet


Comments


You need to login to view comments.