Facebook Share/Specifying Meta Tags
From Facebook Developer Wiki
Contents |
Configuring Meta Tags for Facebook Share
Adding Facebook Share to your website is easy. However, you can enhance how the shared item appears on Facebook by configuring how it gets previewed on a user's profile and when a user tries to share it. You do this with a combination of <link> and <meta> tags.
Facebook Share passes along the URL of your page to our servers, which in turn looks up certain HTML tags within it. Those tags are used to display a preview of the page. In order to provide this preview, we always look for the title of the page, a summary of the main content and an image. If there's media content on the page, those media files are also important to identify.
Basic Tags
In order to make sure that the preview is always correctly populated, you should add the tags shown below to your HTML. An example news story could have the following:
As shown, title contains the preview title, description contains the preview summary and image_src contains the preview image. Please make sure that none of the content fields contain any HTML markup because it will be stripped out. For consistency's sake, please use the tag to provide text data for the preview, and the tag for any source URLs.
The title and summary tags are the minimum requirements for any preview, so make sure to include these two.
Specifying a "medium" Type
You may also specify the type of content being shared by using the following tag:
Valid values for medium_type are "audio", "image", "video", "news", "blog" and "mult".
Specifying Multimedia Tags
The ideal way for you to connect video and media files to the share link is to make the URL in the link point to a web page that contains the <meta>/<link> tags described above (title, description, image_src) along with some additional <meta>/<link> tags:
Audio (required)
Audio (optional)
Video* (required)
* To make your videos embeddable on Facebook, please send a request using this form. Your request should include the domain names of the values you will use for the video source URL (in the video_src link tag above). You must do this to ensure your videos play correctly.
Note: Facebook supports embedding video in SWF format only.
Video (example)
Here is an example of embedded Flash video:
For that video, the appropriate metadata would look like this:
You can use these video tags for other multimedia content too if these tags fully describe the content you want to make sharable. Make sure that you use the medium type tag described above to set the correct medium type if you use these tags for something other than video.
Hiding the Share Action Bar
When someone clicks on your shared item, they are redirected to your page and a small action bar is added above your site. The action bar promotes further sharing so that more people can see your content If you would like to disable this feature, simply add this code to your web page:
