Meta tags compatibility

jpfle - February 28, 2009 - 23:17
Project:Mailhandler
Version:6.x-1.5
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi.

I don't know how to use commands to parameter some fields of the Meta tags module (also named nodewords).

When we display print_r($node), we see:

[nodewords] => Array
        (
            [description] => A description of the page
            [keywords] => some, keywords
        )

Is it possible to use a command? Something like:

description: bla bla bla
keywords: bla, bla, bla

Thanks.

#1

z.stolar - March 1, 2009 - 10:37

The right way will be to implement hook_mailhandler in the meta tags module.
Probably the best syntax would be:
nodewords[description]: bla bla bla
nodewords[keywords]: bla,bla,bla

 
 

Drupal is a registered trademark of Dries Buytaert.