Jump to content

How to display external website inside prestashop website


Recommended Posts

Hallo master prestashop.

 

I would like to ask for help if anyone know how to display external website inside prestashop website ?

 

Actually I have successfully able to do it by using iframe, but what I want is the web will be auto resize based on the frame given, I want to remove the scroll things.

post-771091-0-32498100-1394601531_thumb.gif

Edited by akhumaini (see edit history)
Link to comment
Share on other sites

Try adding scrolling="no" to the iframe, and maybe overflow:hidden as style. Do you want it to stretch to the container's size?

 

Hi Nemo thanks for replying this issue,

 

I have added the scrolling="no", yes it is correct the scrolling is gone now, however what I want is the website will be autoresize dynamically to the frame given, maybe also you can say stretch to the container's size.

 

Here is the script for iframe

<p class="lnk_view"><iframe src="http://edition.cnn.com/" scrolling="no" width="727" height="528"></iframe></p>

Edited by akhumaini (see edit history)
Link to comment
Share on other sites

it's not possible to change other website layout, when you including it with <iframe>

 

Thanks Vekia for answering this issue,

 

I Just want to make other website smaller in my website so all the layout can be seen without scrolling,

any suggestion how to do it if <iframe> is doesn't work ?

Link to comment
Share on other sites

Hi Vekia,

 

If you have a time, could you review this video ?

 

The best option for me is put the external website as a link in my prestashop website and when user click the link it will open a pop-up for the external website. However, I dont know how to implement it on prestashop.

 

Best regards,

Aris

Edited by akhumaini (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...