How to Implement Cross-instance Content Sharing

With cross satellite content sharing, you can dynamically feed content from one site to another. Take the footer on zesty.io for example:

The 'From our Blog' section is pulling from blog.zesty.io's endpoint:

We can fetch the blogs content, loop through and display it on our footer.

Last updated