External blog posts

Hi,
We need to embed external blog entries on a page. Currently, the blog is at example.com/blog and we need to show that content using Pro builder on subdomain.example.com.

How can we achieve that with Pro builder?

Thanks

Hi There,

The example.com/blog and subdomain.example.com are using a separated database.

There is a way that we can use the iframe to embed the blog posts.

  • Please create a page with the template: Blank - No Container | No Header, No Footer

  • Then add the recent posts shortcode to that page using Pro Content Builder:

  • After that you can embed this iframe code to the subdomain.example.com website using the text element:

<iframe src="http://example.com/page-contains-recent-posts" width="400px" height="600px"></iframe>

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.