Log in

View Full Version : iframe in a thread


f1vlad
06-08-2007, 06:08 PM
Hi,

I was wondering what is the best way to display iframe in the thread:

<iframe src=http://wikimapia.org/s/#y=49803982&x=30106487&z=13&l=0&m=a&v=2 width=659 height=472 frameborder=0></iframe>

I haven't really found a way. I am admin and I didn't find a way to give myself rights to post html. Any ideas?

Thanks in advance,
Vlad

Dismounted
06-09-2007, 03:42 AM
Yuck....Inline Frames. For one, you wrap all properties in double quotes ("). Why don't you just link to the page?

f1vlad
06-09-2007, 02:44 PM
Because it's nicer like this. Look at this google map mod, it's much better:

http://seacoastsubarus.com/forums/showthread.php?t=639

cheat-master30
06-09-2007, 03:15 PM
Hi,

I was wondering what is the best way to display iframe in the thread:


<iframe src=http://wikimapia.org/s/#y=49803982&x=30106487&z=13&l=0&m=a&v=2 width=659 height=472 frameborder=0></iframe>


I haven't really found a way. I am admin and I didn't find a way to give myself rights to post html. Any ideas?

Thanks in advance,
Vlad

These hacks may help:

https://vborg.vbsupport.ru/showthread.php?t=96926&highlight=html+usergroups

https://vborg.vbsupport.ru/showthread.php?t=122942&highlight=usergroup+permissions

https://vborg.vbsupport.ru/showthread.php?t=138476&highlight=usergroups+post+html

Which one used depends on if you want the iframe as a usergroup restricted BB code or allowing certain usergroups to post HTML.

Dave Hawley
06-10-2007, 09:20 AM
I have used iframes in a custom BB code to show a custom Google search.

Leo Brazil
03-05-2008, 02:32 PM
I know this is an old thread butthe subject is interesting.

Is there a way to limit the range of using HTML, I mean not limiting usergroups but limiting HTLM codes them selves.

Here is an example:

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com.br/maps?ie=UTF8&amp;z=3&amp;ll=-14.179186,-50.449219&amp;output=embed&amp;s=AARTsJqzARj-Z8VnW5pkPMLMmZbqrJcYpw"></iframe><br /><small><a href="http://maps.google.com.br/maps?ie=UTF8&amp;z=3&amp;ll=-14.179186,-50.449219&amp;source=embed" style="color:#0000FF;text-align:left">Exibir mapa ampliado</a></small>

This came from Google Maps.

Is there a way to block all sort of HTML code but those ones from Google Maps ?