As you know WordPress has [embed] function. I can use this when I write blog posts.
Embed tag is working in normal use.
I'm now trying to use with Layout plugin.
I created post field : [types field='news_url' output='raw']
and entered this code in Layout plugin. However nothing happened.
[embed][types field='news_url' output='raw'][/types][embed]
I tried several idea. But couldn't solve it. Would you help me ?
I did some reading on this and the issue is that the embed shortcode isn't compatible with non-native wordpress shortcodes.
I believe this is because the shortcode is processed on the backend the provide a preview while most other shortcodes are interpreted when they are loaded when the user views the page on the frontend.