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&amp;ie=utf8&amp;t=m&amp;ll=19.996902,73.790102&amp;spn=0.104853,0.154324&amp;z=12&amp;output=embed"></iframe> 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -