• Resolved Sergio

    (@scaredda)


    Good Morning,

    I’m using WP-Buffer plugin, and would like to use the SEO Description as Excerpt for my Social Posting. But have not found documentation on how to access the field that holds the description.

    Thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rank Math SEO

    (@rankmath)

    Hello @scaredda

    Thank you for contacting the support.

    Can you please link us to the plugin you are referring so we can assist better?

    Looking forward to helping you.

    Thread Starter Sergio

    (@scaredda)

    Sure! Here it is:

    https://www.ads-software.com/plugins/wp-to-buffer/

    When using Yoast, you could simply pull the SEO description from Yoast. I understand RankMath is not supported out of the box, but it should be possible to use other fields.
    I use this to automate posting to social media.
    Thanks

    Plugin Author Rank Math SEO

    (@rankmath)

    Hello @scaredda

    Thank you for sending the link.

    You can ask the plugin developers to add support for the Rank Math plugin.

    Rank Math stores the description value in rank_math_description meta. You can use the following code to get this value:
    get_post_meta( $post_id, 'rank_math_description', true );
    or
    RankMath\Paper\Paper::get()->get_description()

    Hope that helps. If there’s anything else we can help you with, please let us know.

    We are here to assist.

    Thread Starter Sergio

    (@scaredda)

    Thanks a lot!
    As it’s possible to access post meta directly from the app, this is now sufficient.
    Best Regards

    Plugin Author Rank Math SEO

    (@rankmath)

    Hello @scaredda

    Glad that helped!

    If it isn’t too much to ask for – would you mind leaving us a review here?
    https://www.ads-software.com/support/plugin/seo-by-rank-math/reviews/#new-post

    It only takes a couple of minutes but helps us tremendously.

    It would mean so much to us and would go a really long way.

    Thank you.??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Access SEO Description in other Plugin’ is closed to new replies.