Advertisement:

Author Topic: How integrate iframe in my page  (Read 1010 times)

Kittin

  • Full Member
  • ***
  • Posts: 181
How integrate iframe in my page
« on: January 08, 2013, 03:56:49 pm »
Hi,

Osclass 3.0.2
Moderne template

I created a new page called "Boutique" with url "http://mywebsite.com/boutique-p32. The button "Boutique" displays in my footer.
When I insert this code <iframe src="http://astore.amazon.fr/vinymark08-21" width="90%" height="4000" frameborder="0" scrolling="no"></iframe> in the panel admin of this page, this displays the code in my page on front end :(

In fact, this code represents an online shop from amazon, and I would like to integrate in my website.

How can I display correctly this online shop intregating my website?

I will appreciate some help :)
« Last Edit: January 08, 2013, 04:00:35 pm by Kittin »

mgjfandroid

  • Newbie
  • *
  • Posts: 19
Re: How integrate iframe in my page
« Reply #1 on: June 19, 2018, 06:14:53 am »
use this code in your inframe model: 
Code: [Select]
<iframe src="<?php echo osc_current_web_theme_url();?>http://astore.amazon.fr/vinymark08-21" width="90%" height="4000" frameborder="0" scrolling="no"></iframe>
This works fine for me.