I have a Google Map on my page, which Google provides inside an iframe. When I paste the HTML into Umbraco, the editor appears to remove the iframe. Any idea how I can make this work in Umbraco.
I will paste my Google Map code below, but I'm not sure how it will render inside this forum posting:
Google Map doesn't work
I have a Google Map on my page, which Google provides inside an iframe. When I paste the HTML into Umbraco, the editor appears to remove the iframe. Any idea how I can make this work in Umbraco.
I will paste my Google Map code below, but I'm not sure how it will render inside this forum posting:
<p> <iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&view=map&q=10065+E.+Harvard+Ave,+Suite+300,+Denver,+CO+80231&sll=39.673182,-104.870597&sspn=0.011958,0.01929&gl=us&ie=UTF8&hq=&hnear=10065+E+Harvard+Ave,+Denver,+Colorado+80231&ll=39.682222,-104.86639&spn=0.023119,0.042915&z=13&iwloc=A&output=embed"></iframe> <br />
<small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&view=map&q=10065+E.+Harvard+Ave,+Suite+300,+Denver,+CO+80231&sll=39.673182,-104.870597&sspn=0.011958,0.01929&gl=us&ie=UTF8&hq=&hnear=10065+E+Harvard+Ave,+Denver,+Colorado+80231&ll=39.682222,-104.86639&spn=0.023119,0.042915&z=13&iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
Tinymce chokes on iframes, so try this -> http://our.umbraco.org/projects/google-map-macro-for-the-rich-text-editor-
hth,
Dan
I just added this, and it works great!
The link is dead, so i found this instead.
I dont know if its the same link, but here is the one i found, and it works great.
http://www.proworks.com/blog/2010/02/13/umbraco-package-google-map-macro-for-the-rich-text-editor/
is working on a reply...