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
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Third-party Integration
- Reported installs: 2533 sites currently report using this module. View usage statistics.
- Last modified: May 2, 2011