The AME definition I have for Google Maps is no longer working. Is there anyone with a working definition that would be willing to share it here? I am not a coder, so I really need to be able to just cut/paste the regular expression and replacement code if possible.
This is what I have for the regular expression that used to work:
Code:
https://maps\.google\.com[\w.]*/[maps]*\?[\w]*=[\w+&;='%,.-]+
and this is the replacement code:
Code:
<iframe width="800" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="$ameinfo[url]&output=svembed"></iframe>
I know nothing about how this stuff works...