The Recipe Embed API can be used to embed your recipes on other websites, that don’t even need to be running WordPress.
Before your recipes can be embedded anywhere, the Embed API needs to be enabled on the WP Recipe Maker > Settings > Permissions page.

We highly recommend using one of the authentication methods to prevent just anyone from embedding recipes from your website.
Recipes can be embedding as an iFrame or you can ask for a JSON format which will pass along the HTML, CSS and JS as separate objects, allowing you to inject them where needed.
Check out this example PHP file that we’ve used for the Embed API demo for 2 examples of how the Embed API could get implemented.