From a first glance, this looks very similar to http://drupal.org/project/metatags_quick - can I suggest collaboration with that project?
From a first glance, this looks very similar to http://drupal.org/project/metatags_quick - can I suggest collaboration with that project?
Comments
Comment #1
jn2 commentedI addressed the 'Meta tags quick' module in this module's description, but I appreciate this opportunity to go into more detail about the essential differences between the two modules. It's true that they both output meta tags to the node's header, but there the similarities end.
From the site developer's viewpoint, the modules function very differently.
To enable:
Meta tag simple - Choose edit in the content type, click the enable radio. Fields are already built.
Meta tags quick - Choose manage fields in the content type, administer many settings.
To create meta tags in node edit form:
Meta tag simple - Choose Meta tags in the links at the bottom left, enter data.
Meta tags quick - Enter data in fields that have been saved for the content type. These appear just below the body and image fields, along with any other fields set for the content type.
I did a code review, and the codebase is completely different. These modules don't have a single hook function in common.
The ultimate goal of outputting meta tags may be the same, but these modules use very different ways of getting there. There is room for more than one approach to solve the same problem, to accommodate different developer preferences.