Quote:
Originally Posted by Digital Jedi
AME parses URLs, not BBCode. I'm afraid you'd need a completely different application for that. AME won't parse terms or addresses, or other BBCodes.
|
So how about parsing this:
PHP Code:
http://maps.google.com/?ie=UTF8&ll=42.518897,-83.480473&spn=0.027519,0.043387&t=h&z=15
And turning it into this:
PHP Code:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&ll=42.518897,-83.480473&spn=0.027519,0.043387&t=h&z=15&output=embed"></iframe><br /><small><a href="http://maps.google.com/?ie=UTF8&ll=42.518897,-83.480473&spn=0.027519,0.043387&t=h&z=15&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>