The BBCODE parses the google linking.
Iframe is different.
The code for iframe is similar: I use this...
Use this code in your text replacement.
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" height="600" style="margin:10px 0">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="{param}" title="Go to site directly" target="_new">Go to the site directly</a>
</td>
</tr>
</thead>
<tr>
<td>
<iFrame src="{param}" width="100%" height="600"marginheight="0" scrolling="no" frameborder="0"></iframe>
</td>
</tr>
</table>
Then [iframe]link goes here[/iframe]
Ste