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://wordpress.org/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
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
Hello @scaredda
Glad that helped!
If it isn’t too much to ask for – would you mind leaving us a review here?
https://wordpress.org/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.