Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter atarampi

    (@atarampi)

    Just to clarify, we had a function in place to extract a description from the content, and use it for a meta desc tag, as well as use it for a meta Twitter card.

    What we want to do is pass the description written in with the plugin to this twitter card meta as well if there is one.

    Thread Starter atarampi

    (@atarampi)

    Answer:

    get_post_meta(get_the_ID(), ”)

    Plugin Author George Notaras

    (@gnotaras)

    Hi, that would be:

    Return the description that is generated by the plugin after going through its logic:

    amt_get_content_description();

    Print the same thing:

    amt_content_description();

    Hope this helps.

    Thread Starter atarampi

    (@atarampi)

    Thank you. Although I checked for this function in the VIP version of the plugin ‘add-meta-tags-mod’

    Will this be added to that version as well? not sure how that process works.

    Plugin Author George Notaras

    (@gnotaras)

    Hi. This plugin (add-meta-tags-mod) is a fork of my plugin. Noone has ever contacted me about it, so it is impossible to provide any support for it.

    BTW, who is the developer? Is the source code of this fork available? Could you please share some more info about it or perhaps send the sources over at the following email address:

    gnot -at- g-loaded.eu

    From what I’ve seen here, the fork is released under the same license, so the sources can be shared without any extra permission. The php files on that web site are not accessible because of the web server configuration.

    Thanks in advance.

    PS: I think I’ll also contact Automattic for more info.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible to pass Description Text?’ is closed to new replies.