javascript - How to embed mosmap google map into a non joomla webpage? -
i want embed google map on home page of website. use folowing code on joomla! site
mosmap msid='211583848080531580036.0004c74a22231f20dfa00'|lat='19.997023 '|lon='73.790102'|width='900'|height='650'|zoom='12'
how code work in non-joomla site?
google maps allows embed maps webpage inserting html snippet. more embedding google maps map page please visit https://support.google.com/maps/answer/72644
in case, html snippet this:
<iframe width="900" height="650" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps?q=19.997023,73.790102&ie=utf8&t=m&ll=19.996902,73.790102&spn=0.104853,0.154324&z=12&output=embed"></iframe>
Comments
Post a Comment