This module makes it easy to add Open Graph meta tags (http://opengraphprotocol.org/) to a node to enable it to be come a "rich" social object. For instance, Facebook uses this information to work out how to preview shared content in a user's Facebook profile (http://developers.facebook.com/docs/share).

This module makes it easy to select the image thumbnail used to represent the node (used by Facebook when constructing a preview). The editor is shown a list of thumbnails of all images associated with the node (both as fields as well as images embedded within the node's body content).

If need be, meta tags can be restricted to specific content types and access to administering and editing meta tags can be restricted by role using Drupal's built-in permissions system.

Installation

Add the following XML namespace attribute to the HTML tag at the top of your page.tpl.php file:

xmlns:og="http://opengraphprotocol.org/schema/"

For example:

<html xmlns:og="http://opengraphprotocol.org/schema/">
...
</html>

Note that this module does not output the fb:admins or fb:app_id tags which are required for integrating with Facebook. There are other modules which will help you with these tags:

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.2 tar.gz (19.41 KB) | zip (23.3 KB) 2011-Dec-05 Notes
6.x-1.6 tar.gz (19.46 KB) | zip (23.24 KB) 2011-Dec-05 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (20.39 KB) | zip (26.18 KB) 2011-Dec-18 Notes
6.x-1.x-dev tar.gz (20.36 KB) | zip (26.12 KB) 2011-Dec-18 Notes

Project Information


Maintainers for Open Graph meta tags

  • hiddentao - 61 commits
    last: 9 weeks ago, first: 1 year ago

Issues for Open Graph meta tags

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 28 Nov 10
nobody click here