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.

Comments

z.stolar’s picture

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

ilo’s picture

Title: Meta tags compatibility » Associate metatags to submitted e-mail (Nodewords Metatags integration).
Version: 6.x-1.5 » 6.x-1.x-dev
Component: Code » Documentation

Ok, going to the list of things to review and document..

danepowell’s picture

Status: Active » Closed (won't fix)

Sorry, 6.x-1.x is no longer a supported release. Please try upgrading to 6.x-2.x and reopen if still an issue.