Installing Radio.blog and Iframes

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
boxers
Posts: 3
Joined: Thu Apr 28, 2005 11:12 am
Contact:

Installing Radio.blog and Iframes

Post 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??
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Installing Radio.blog and Iframes

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
boxers
Posts: 3
Joined: Thu Apr 28, 2005 11:12 am
Contact:

THANKS !

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: THANKS !

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
boxers
Posts: 3
Joined: Thu Apr 28, 2005 11:12 am
Contact:

Sorry

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Sorry

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply