Skip Navigation

[Resolved] Facebook Meta Descriptions with Yoast

This support ticket is created 6 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Beda 6 years, 7 months ago.

Author
Posts
#901129
Screen Shot 2018-05-14 at 9.27.02 AM.png

I am trying to:

Have Facebook pull the Yoast Facebook or main meta description.

Link to a page where the issue can be seen:

Attached image or hidden link

I expected to see:

The Facebook meta description i put in the custom post.

Instead, I got:

The toolset shortcode text.

#901257

That is interesting, it seems on your very site the ShortCodes are executed fine, but when Facebook grasps them it's too soon and they are not yet expanded.

There are 2 possible tests you can do:
- Try to pull a post to Facebook without YOAST, as that Plugin is not 100% compatible with Toolset
https://toolset.com/errata/yoast-seo-plugin-overrides-access-rules/
https://toolset.com/errata/woocommerce-views-should-enforce-its-php-templates-as-late-as-possible/
- Try to use square brackets like [shortcode] and not {!{shortcode}!} (this is a compatibility syntax we use when page builders are used, and it fires later than the usual ShortCodes!)

Does this help?