Guest Posted December 29, 2014 Share Posted December 29, 2014 I know i can use the RSS block to show the latest wordpress blogs, but this is different. We have a wordpress page that regularly changes it's contents via a wordpress shortcode This link does not show the actual page which is still in development, but shows how it works, baically a business directory http://www.moorbiz.co.uk/business-directory/ Do you think it is possible to embed that page into a prestashop CMS page so that it displays and works in the same way? Link to comment Share on other sites More sharing options...
tuk66 Posted December 30, 2014 Share Posted December 30, 2014 It is not too good idea to mix two different systems. I would put the WordPress site on a subdomain and link both parts. Link to comment Share on other sites More sharing options...
Guest Posted December 30, 2014 Share Posted December 30, 2014 It is not too good idea to mix two different systems. I would put the WordPress site on a subdomain and link both parts. The wordpress site already exists on it's own domain. I can link directly from a menu but just thought it would look so much better embedded. It is only one specific page, not the whole site. But if it is not possible I will simply list as a menu link Link to comment Share on other sites More sharing options...
Guest Posted December 30, 2014 Share Posted December 30, 2014 Found a way - use an Iframe This code on prestashop cms page <iframe src="http://www.yourwordpresspageurl" width="800" height="600" frameborder="0"></iframe> It works well, could do with not showing the wordpress menu, but this is perfect for what i need http://www.graphskill.co.uk/en/content/31-Agents-Distributor-Suppliers-Customers Link to comment Share on other sites More sharing options...
Alberto alvarez Posted December 31, 2014 Share Posted December 31, 2014 As you being told, you can use an iframe to get the trick, but if your shop is on a secure domain (using https) and your wordpress arent, you can get a mix content error when you tried to get the wordpress page. Link to comment Share on other sites More sharing options...
Guest Posted December 31, 2014 Share Posted December 31, 2014 As you being told, you can use an iframe to get the trick, but if your shop is on a secure domain (using https) and your wordpress arent, you can get a mix content error when you tried to get the wordpress page. A good point. We don't have https currently, so OK at the moment. Link to comment Share on other sites More sharing options...
Recommended Posts