Quote:
Originally Posted by alfisti
Hello there,
I would like to add an iframe code inside a specific article.
The source of the item inside the iframe is from another website. I noticed that when i am putting inside the iframe an item, which is hosted in my website (e.g. swf file) does work. But, when I am trying something else from a different domain, it doesn't.
Could help in that?
Thank in advance!
John
|
Go To AdminCP> Custom BB Codes> Add New BBCode>
Title- Call it whatever you want
BBCode Tag: whatever
Replacement:
Code:
<vb:literal> <iframe src="{param}" style="width:120px; height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"</iframe></vb:literal>
Example:
Code:
[whatever]http://insertyourlinktowhateverpageyouwantintheiframehere.com[/whatever]
Use: No
Button Image: None
Remove Tag if empty: yes
Disable BB Code Within This BB Code: yes
Disable Smilies Within This BB Code: yes
Disable Word Wrapping Within This BB Code: no
Disable Automatic Link Parsing Within This BB Code:no
Save
Then, go to your article page, write your into to the site if you have one and to display your iframe simply type in:
Code:
[whatever]http://insertyourlinktowhateverpageyouwantintheiframehere.com[/whatever]
Note, in the "replacement" field you'll need to change the height and width to suit your site.
As was mentioned in previous posts, some website owners disable your ability to frame their sites and unless the site you are framing is your own, you need to ask their permission before framing it.