Sharing Links on Facebook Fan Pages – Update

In an earlier post, I suggested how to use an image and certain meta tags on a web page when posting a link on a Facebook Fan page.  I recently discovered what I think is a better way to post links to a Facebook Fan page than relying on the default meta tags.  If you are using Facebook share buttons (Like/Recommend), you can also then control how your page is presented on the user’s Facebook Wall page.

Check out the section titled “Sharing Rich Media” at http://developers.facebook.com/docs/share.  It describes how to use some custom Open Graph <meta> tags in the <head> section of your HTML.  This way you can control the title, description and thumbnail image that displays when you or someone else shares a link on Facebook:

<meta property="og:title" content="title" />
<meta property="og:description" content="description" />
<meta property="og:image" content="thumbnail_image" />

<meta property="og:title" content="Frank Abagnale | November 30, 2010 - Tuesday, 8pm" />
<meta property="og:description" content="The Spielberg film, Catch Me If You Can, is his amazing life story" />
<meta property="og:image" content="http://www.baltimorespeakerseries.org/images/abagnale-l.jpg" />

Use the Facebook URL Linter tool to preview how your Open Graph tags will be viewed on Facebook before posting.

A few issues:

  1. You have to manually update the page you want to link to with these extra Open Graph <meta> tags ahead of time.
  2. Your page may not validate.  For example, XHTML 1.0 Transitional does not have a “property” attribute.

If you already have a title, description and image on a page and you are happy with the way it displays on Facebook, there’s no need for this extra work.  But by using these tags, you can make sure the title, description and thumbnail image are exactly the way you’d like them to be viewed (even more important if you are using Like/Recommend buttons or other people are linking to your pages).  I’ve noticed when I have many images on a page, Facebook never seems to offer the one I prefer.  And with the volume of Fan pages and friend’s posts, this could be the difference between getting noticed (click!) and just lost in the Facebook ether.

Advertisement

5 Responses to Sharing Links on Facebook Fan Pages – Update

  1. Pingback: Facebook Fan Page Links – Don’t Forget the Meta Tag & Image « The Social Media Revolution Starts…Now?

  2. Marc says:

    Thanks, Dale. That’s some handy info. Too bad it doesn’t validate, as I’m using Strict on my site. But most sites don’t necessarily validate in the first place, even in Transitional, so I think this is fine to use as it won’t alter any visual elements on the site itself anyway.

    • dalefisher says:

      I also don’t think it would cause any visual errors. I guess it just depends how important that is to you. When using any kind of embed code provided by Facebook, I’ve decided not to worry about this. The added functionality beats a page not validating.

  3. Pingback: Five random social media things to do for arts organizations | Dutch Perspective by Marc van Bree

  4. Pingback: Five random social media things to do for arts organizations | Magaraya

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.