Adds a new CCK field type for referencing fields in CCK content types. In other words, the same as Node Reference, but only references a portion (that is, a field) instead of the whole node. The referenced field gets injected into the referring node.
The formatter configuration is straightforward:
'teaser' formatter formats the referenced as it is configured in its own content type for a teaser view.
'full' formatter formats the referenced field as it is configured in its own content type for a full view
'default' formatter formats the referenced field according to the referring node: when the referring node is displayed in teaser (respectively full) view, the referenced field is formatted as it is configured in its own content type for a teaser (respectively full) view.
A concrete use case:
suppose you have the "Image" and "Blog post" content types
declare an imagefield field shared by your two content types
when an image is "important enough", you can create an "Image" node for the image, with the ability to add a description and even to make this not part of a gallery created with views
Embed widgets allows content such as pages, blocks, views, and nodes from your Drupal site to be embedded in external sites (including non-Drupal ones). Widgets can be embedded in the following formats:
iFrame: Allows widgets to be embedded in any website that allows <script> tags.
Google Gadgets: Allows widgets to be embedded in any web page, iGoogle, and OpenSocial containers.
Facebook FBML: Allows widgets to be embedded in Facebook applications, but not profiles.
The first alpha release of Embed Widgets 2 was recently posted. It is not yet recommended that you upgrade from previous versions as there is no upgrade path, but feel free to test it out and play with it. Not recommended for production sites.
Embed Widgets 6.x-1.0 requires the following modules: