Page 1 of 1

Installing Radio.blog and Iframes

Posted: Fri Apr 29, 2005 2:58 am
by boxers
I'm trying to get Radio.blog working on my site. I'm placing it in the HTML nugget plugin .

Code: Select all

 
<iframe src="http://boxers-almighty.com/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
however when I go back to my blog, all I see is the code, and no frame for radio.blog is there some issue with using Iframes, that I over looked??

Re: Installing Radio.blog and Iframes

Posted: Fri Apr 29, 2005 2:42 pm
by garvinhicking
It seems you are using the WYSIWYG editor.

If yes you can only paste code when you're in NON-WYSIGWYG mode (click on the <> icon to go into HTML source view). There paste your code.

If you do it like currently, your HTML got gets converted to HTML entities and thus not evaluated as HTML by the browser.

Regards,
Garvin

THANKS !

Posted: Fri Apr 29, 2005 3:48 pm
by boxers
Thanks a lot for that, Is there a ay I can keep the WYSIWYG editor, and still get my blog in there??? What is I made a link into it in the Stylesheet?

Re: THANKS !

Posted: Fri Apr 29, 2005 4:04 pm
by garvinhicking
As I said, just enter the Source mode via the <> button to paste your code while still having the WYSIWYG editor active.

I don't understand your second question?

Regards,
Garvin

Sorry

Posted: Fri Apr 29, 2005 4:34 pm
by boxers
I'm sorry, I was too excited after getting it to work.. I meant how can I get it to work with the WYSIWYG option enabled? Do I have to place code in the Stylesheet?

Re: Sorry

Posted: Fri Apr 29, 2005 4:36 pm
by garvinhicking
No, you got me all wrong.

1. Create a HTML Nugget plugin.
2. Wait that the WYSIWYG editor loads
3. Click on the <> icon of the WYSIWYG editor.
4. Paste your <iframe> code into the WYSIWYG editor
5. Save your plugin.

Then you should be done.

Regards,
Garvin