I have a trouble with an iframe from radio.blog that I try to have in a HTML nugget. It kinda works (as seenable at http://test.nizoux.com on the bottom right) but it has 2 troubles:
- I HAVE TO put it at the end of the plugins list or the next lpugins won't be displayed
- When going to the previous articles page, the nugget actually displays a part of the Archives page instead of the radio.blog thingie.
Into your 'src' of the <iframe> tag you must put an absolute URL! Like http://yourblog/radio.blog/index.php! Otherwise it thinks it is a relative link, and thinks you link to
# 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/
I hope this will fix the problem of it being the last plugin, but I can't really tell. Maybe you could set it to the top and show me the page again, then I could have a look at it?
Best 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/
<iframe .. /> is not supported by most browsers. Try to use <iframe ...></iframe> instead! That should then properly be displayed!
If you look in your HTML sourcecode you'll see that all the other plugins are there; just your browser stalls at parsing the <iframe> tag.
Best 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/
Hmmm... I think I got it working but not sure why what I did did the trick:
In the iframe src, instead of an relative url (radio.blog/...) or an complete absolute url (http://test.nizoux.com/radio.blog/...), I tried the small absolute version (/radio.blog/...) and it worked.
Are you posting that iframe code with the WYSIWYG editor? That one could mess up with your code. No other XHTML markup plugin or so would transform the <iframe> links...?!
Best 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/