Google maps - tutorial
7 posts by 2 authors in: Forums > CMS Builder
Last Post: April 12, 2010 (RSS)
By ikanizaj - April 8, 2010
tnx
Igor Kani¾aj
Re: [ikanizaj] Google maps - tutorial
By Donna - April 8, 2010
We don't currently have a google maps tutorial for CMS Builder. We used to have one available for Listings Manager, is that what this is in regards to? If so, feel free to drop us an email to support@interactivetools.com.
--
support@interactivetools.com
Re: [Donna] Google maps - tutorial
By ikanizaj - April 9, 2010
honestly, I don't know what Listing Manager is, I was thinking about cmsBuilder.
Igor Kani¾aj
Re: [ikanizaj] Google maps - tutorial
By Donna - April 9, 2010
What are you trying to accomplish?
--
support@interactivetools.com
Re: [Donna] Google maps - tutorial
By ikanizaj - April 9, 2010
Igor Kani¾aj
Re: [ikanizaj] Google maps - tutorial
By Donna - April 12, 2010 - edited: April 12, 2010
You can use the straight embed code that Google gives you no problem -- it's generally a little easier to use this in a plain text field. If you're looking at any given Google Maps page, you'll see a link that says "Link". If you click on it, you'll be given the option to [url http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=49.891082,79.013672&t=h&z=4]link to it directly[/url] like this, or embed code that allows you to embed it into any HTML page. Here's an example of the code you'd get:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=49.891082,79.013672&t=h&z=4&output=embed">
</iframe>
<br /><small>
<a href="http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=49.891082,79.013672&t=h&z=4&source=embed"
style="color:#0000FF;text-align:left">View Larger Map</a></small>
Nothing special in CMS Builder is required for this, it's just straight HTML. :)
--
support@interactivetools.com
Re: [Donna] Google maps - tutorial
By ikanizaj - April 12, 2010
Igor Kani¾aj