<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Argument &#187; API</title>
	<atom:link href="http://web-argument.com/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-argument.com</link>
	<description>tutorials, tools and tips</description>
	<lastBuildDate>Sun, 14 Feb 2010 01:55:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Map Shortcode Version 1.1</title>
		<link>http://web-argument.com/google-map-shortcode-version-11/</link>
		<comments>http://web-argument.com/google-map-shortcode-version-11/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 18:24:22 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[geocoder]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Map]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[real state]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://web-argument.com/?p=432</guid>
		<description><![CDATA[The new version of Google Map Shortcode is ready, some bugs were fixed and new features included.
The first release was based on &#8220;address&#8221;, then to include a point on the maps new instance of google geocoder was need, but google limits the number of this kind of request, read more here.
In this version new custom [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of <a href="http://web-argument.com/google-map-shortcode/">Google Map Shortcode</a> is ready, some bugs were fixed and new features included.</p>
<p>The first release was based on &#8220;address&#8221;, then to include a point on the maps new instance of google geocoder was need, but google limits the number of this kind of request, read more <a href="http://code.google.com/apis/maps/faq.html#geocoder_limit" target="_blank">here</a>.</p>
<p>In this version new custom field &#8220;google-map-sc-latlng&#8221; was included to save the (Latitude,Longitude) for each address entered:</p>
<p><a class="lightbox" href="http://web-argument.com/wp-content/uploads/2009/09/custom.jpg"><img class="aligncenter size-full wp-image-433" title="custom" src="http://web-argument.com/wp-content/uploads/2009/09/custom.jpg" alt="" width="500" height="162" /></a><br />
Now, you can include points on your maps using one of this custom fields considering this:</p>
<ul>
<li>If you use &#8220;google-map-sc-address&#8221;, the first time that you display a point, the &#8220;google-map-sc-latlng&#8221; value will be generated automatically.</li>
<li>In order to use &#8220;google-map-sc-latlng&#8221; you need to include the latitude and longitude separated by comma.</li>
<li>If you update &#8220;google-map-sc-address&#8221; you must delete the &#8220;google-map-sc-latlng&#8221; cause this point will be located based on the previews address.</li>
<li>You can use &#8220;google-map-sc-latlng&#8221; only.</li>
<li>If you are planning to display large number of point is better to use &#8220;google-map-sc-latlng&#8221; or generate them one by one to avoid large number of address requests at the same time. You can generate latitude and longitude using for instance: <a href="http://www.batchgeocode.com/lookup/" target="_blank">http://www.batchgeocode.com/lookup/</a></li>
<li>You can attache more than one point per post/page but based on address or (latitude,longitude) see the example bellow.</li>
<li>If you are displaying all the points under specific category, just the first costum field of each post will be used.</li>
</ul>
<p>The shortcode options can be found in the <a href="http://web-argument.com/google-map-shortcode/">first release</a>.</p>
<p><strong>Examples</strong></p>
<p>This example shows the points attached to the posts under the category 42 cat=&#8221;42&#8243; and display the links to the points at the bottom of the map, external_links=&#8221;true&#8221;.</p>
<div id="canvas_pVcQ" style="width:400px; height:400px" class="google-map-sc-canvas"></div><script type="text/javascript">
var map_canvas_pVcQ;
var map_points_canvas_pVcQ =  new Array();
map_points_canvas_pVcQ[0] = {'point':{'lat':"37.3335177",'long':"-121.8889908"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=325'>ZendCon 2009</a></p><p class='gm_info_address'>San Jose, CA 95113, USA</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=325'><img src='http://web-argument.com/wp-content/uploads/2009/08/convention-center-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>The 5th Annual Zend/PHP Conference will be the largest gathering ...<p><a href='http://web-argument.com/?p=325'>more »</a></p></td></tr></table></div>"};
map_points_canvas_pVcQ[1] = {'point':{'lat':"-23.5391484",'long':"-46.7665922"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=328'>PHP Conference Brazil</a></p><p class='gm_info_address'>06020-190, Brazil</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=328'><img src='http://web-argument.com/wp-content/uploads/2009/08/sao-pablo-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>The main PHP event in Latin America, the PHP Conference ...<p><a href='http://web-argument.com/?p=328'>more »</a></p></td></tr></table></div>"};
map_points_canvas_pVcQ[2] = {'point':{'lat':"48.8906136",'long':"2.3867083"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=331'>Open Source Developer Conference FR (Paris)</a></p><p class='gm_info_address'>75019 Paris, France</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=331'><img src='http://web-argument.com/wp-content/uploads/2009/08/cite_des_sciences-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>First edition of the french version of OSDC. Organized by ...<p><a href='http://web-argument.com/?p=331'>more »</a></p></td></tr></table></div>"};
map_points_canvas_pVcQ[3] = {'point':{'lat':"59.3332947",'long':"18.0676706"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=333'>Google Technology User Group Stockholm</a></p><p class='gm_info_address'>11100, Sweden</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=333'><img src='http://web-argument.com/wp-content/uploads/2009/08/stockholm-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>This is the first Google Technology User Group (GTUG) meeting ...<p><a href='http://web-argument.com/?p=333'>more »</a></p></td></tr></table></div>"};
map_points_canvas_pVcQ[4] = {'point':{'lat':"50.0434155",'long':"8.0487051"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=335'>iPhone Bootcamp</a></p><p class='gm_info_address'>65346 Eltville, Germany</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=335'><img src='http://web-argument.com/wp-content/uploads/2009/08/eltville-burg-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>Big Nerd Ranch Europe, offers Intensive training classes for professional ...<p><a href='http://web-argument.com/?p=335'>more »</a></p></td></tr></table></div>"};
addLoadEvent(function(){
map_canvas_pVcQ = new gmshc_render("canvas_pVcQ",map_points_canvas_pVcQ, 3);
});
addEvent(window,'unload',GUnload,false);
</script>
<div class='map_links'><ul><li><a href='#' onclick='map_canvas_pVcQ.findPoint(0); return false'>ZendCon 2009</a></li><li><a href='#' onclick='map_canvas_pVcQ.findPoint(1); return false'>PHP Conference Brazil</a></li><li><a href='#' onclick='map_canvas_pVcQ.findPoint(2); return false'>Open Source Developer Conference FR (Paris)</a></li><li><a href='#' onclick='map_canvas_pVcQ.findPoint(3); return false'>Google Technology User Group Stockholm</a></li><li><a href='#' onclick='map_canvas_pVcQ.findPoint(4); return false'>iPhone Bootcamp</a></li></ul></div
<p>In this example the map displays some points on South Florida:</p>
<div id="canvas_Uwr0" style="width:400px; height:400px" class="google-map-sc-canvas"></div><script type="text/javascript">
var map_canvas_Uwr0;
var map_points_canvas_Uwr0 =  new Array();
map_points_canvas_Uwr0[0] = {'point':{'lat':"26.912273826625587",'long':"-80.211181640625"}};
map_points_canvas_Uwr0[1] = {'point':{'lat':"26.086388149394875",'long':"-80.26611328125"}};
map_points_canvas_Uwr0[2] = {'point':{'lat':"25.78999956287362",'long':"-80.33203125"}};
map_points_canvas_Uwr0[3] = {'point':{'lat':"26.194876675795218",'long':"-81.749267578125"}};
map_points_canvas_Uwr0[4] = {'point':{'lat':"25.453194979524866",'long':"-80.4364013671875"}};
map_points_canvas_Uwr0[5] = {'point':{'lat':"27.083582461484347",'long':"-80.5792236328125"}};
addLoadEvent(function(){
map_canvas_Uwr0 = new gmshc_render("canvas_Uwr0",map_points_canvas_Uwr0, 7);
});
addEvent(window,'unload',GUnload,false);
</script>

<p>and the custom fields looks like this:</p>
<p><a class="lightbox" title="thepoints" href="http://web-argument.com/wp-content/uploads/2009/09/thepoints.jpg"><img class="aligncenter size-full wp-image-438" title="thepoints" src="http://web-argument.com/wp-content/uploads/2009/09/thepoints.jpg" alt="" width="499" height="352" /></a></p>
<p>Using the post &#8220;id&#8221; id = &#8220;335&#8243;.</p>
<div id="canvas_AWYG" style="width:400px; height:400px" class="google-map-sc-canvas"></div><script type="text/javascript">
var map_canvas_AWYG;
var map_points_canvas_AWYG =  new Array();
map_points_canvas_AWYG[0] = {'point':{'lat':"50.0434155",'long':"8.0487051"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=335'>iPhone Bootcamp</a></p><p class='gm_info_address'>65346 Eltville, Germany</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=335'><img src='http://web-argument.com/wp-content/uploads/2009/08/eltville-burg-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>Big Nerd Ranch Europe, offers Intensive training classes for professional ...<p><a href='http://web-argument.com/?p=335'>more »</a></p></td></tr></table></div>"};
addLoadEvent(function(){
map_canvas_AWYG = new gmshc_render("canvas_AWYG",map_points_canvas_AWYG, 10);
});
addEvent(window,'unload',GUnload,false);
</script>

<p>Using specific address option in the sortcode (not the custom field) address=&#8221;3501 S.W. 130th Ave., Davie 33330&#8243;,width=&#8221;250&#8243;, height=&#8221;250&#8243; and zoom=&#8221;8&#8243;.</p>
<div id="canvas_1mh5" style="width:250px; height:250px" class="google-map-sc-canvas"></div><script type="text/javascript">
var map_canvas_1mh5;
var map_points_canvas_1mh5 =  new Array();
map_points_canvas_1mh5[0] = {'point':{'lat':"26.0757852",'long':"-80.3223340"}};
addLoadEvent(function(){
map_canvas_1mh5 = new gmshc_render("canvas_1mh5",map_points_canvas_1mh5, 10);
});
addEvent(window,'unload',GUnload,false);
</script>

<p><strong>Notes</strong></p>
<p>The Info Window is showed when you are displaying post on your maps for example the posts under a category or when you use the post ID, just in these cases make sense to display the the title, thumbnail and excerpt of your posts.</p>
<p>You can change the html and the css of the Info Windows to cutomize it.</p>
<p>The shortcode name is <strong>google-map-sc</p>
<p></strong></p>
<p><strong>Download</strong></p>
<p><a href="http://wordpress.org/extend/plugins/google-map-shortcode/" target="_blank">google-map-shortcode</a></p>
<p>Add your suggestions, support the plugin.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" size="20" type="hidden" value="_s-xclick" />
<input name="encrypted" size="20" type="hidden" value="-----BEGIN PKCS7-----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-----END PKCS7-----" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" size="20" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://web-argument.com/google-map-shortcode-version-11/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
	<enclosure url='http://web-argument.com/wp-content/uploads/2009/09/custom-150x150.jpg' length ='3783'  type='image/jpg' />	</item>
		<item>
		<title>Google Map Shortcode</title>
		<link>http://web-argument.com/google-map-shortcode/</link>
		<comments>http://web-argument.com/google-map-shortcode/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 04:54:01 +0000</pubDate>
		<dc:creator>Alain</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Google Map]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://web-argument.com/?p=337</guid>
		<description><![CDATA[This plugin allows you to include instances of Google Map in your blogs using the wordpress shortcode API. You can insert maps everywhere: in your theme files, posts and pages. The use of a custom field allows you to insert posts on the maps as points.
The shortcode looks like:

and the custom field name is:
google-map-sc-address
Example
This map [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin allows you to include instances of Google Map in your blogs using the wordpress shortcode API. You can insert maps everywhere: in your theme files, posts and pages. The use of a custom field allows you to insert posts on the maps as points.</p>
<p>The shortcode looks like:<br />
<img class="alignnone size-full wp-image-398" title="shortcode" src="http://web-argument.com/wp-content/uploads/2009/08/shortcode.jpg" alt="" width="134" height="22" /></p>
<p>and the custom field name is:<br />
<strong>google-map-sc-address</strong></p>
<p><strong>Example</strong></p>
<p>This map shows 5 popular events and the shortcode looks like:<br />
<img class="alignnone size-full wp-image-399" title="zoom3" src="http://web-argument.com/wp-content/uploads/2009/08/zoom3.jpg" alt="" width="330" height="23" /></p>
<div id="canvas_DYEb" style="width:400px; height:400px" class="google-map-sc-canvas"></div><script type="text/javascript">
var map_canvas_DYEb;
var map_points_canvas_DYEb =  new Array();
map_points_canvas_DYEb[0] = {'point':{'lat':"26.912273826625587",'long':"-80.211181640625"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=432'>Google Map Shortcode Version 1.1</a></p><p class='gm_info_address'></p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=432'><img src='http://web-argument.com/wp-content/uploads/2009/09/google-map-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>The new version of Google Map Shortcode is ready, some ...<p><a href='http://web-argument.com/?p=432'>more »</a></p></td></tr></table></div>"};
map_points_canvas_DYEb[1] = {'point':{'lat':"37.3335177",'long':"-121.8889908"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=325'>ZendCon 2009</a></p><p class='gm_info_address'>San Jose, CA 95113, USA</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=325'><img src='http://web-argument.com/wp-content/uploads/2009/08/convention-center-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>The 5th Annual Zend/PHP Conference will be the largest gathering ...<p><a href='http://web-argument.com/?p=325'>more »</a></p></td></tr></table></div>"};
map_points_canvas_DYEb[2] = {'point':{'lat':"-23.5391484",'long':"-46.7665922"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=328'>PHP Conference Brazil</a></p><p class='gm_info_address'>06020-190, Brazil</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=328'><img src='http://web-argument.com/wp-content/uploads/2009/08/sao-pablo-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>The main PHP event in Latin America, the PHP Conference ...<p><a href='http://web-argument.com/?p=328'>more »</a></p></td></tr></table></div>"};
map_points_canvas_DYEb[3] = {'point':{'lat':"48.8906136",'long':"2.3867083"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=331'>Open Source Developer Conference FR (Paris)</a></p><p class='gm_info_address'>75019 Paris, France</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=331'><img src='http://web-argument.com/wp-content/uploads/2009/08/cite_des_sciences-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>First edition of the french version of OSDC. Organized by ...<p><a href='http://web-argument.com/?p=331'>more »</a></p></td></tr></table></div>"};
map_points_canvas_DYEb[4] = {'point':{'lat':"59.3332947",'long':"18.0676706"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=333'>Google Technology User Group Stockholm</a></p><p class='gm_info_address'>11100, Sweden</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=333'><img src='http://web-argument.com/wp-content/uploads/2009/08/stockholm-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>This is the first Google Technology User Group (GTUG) meeting ...<p><a href='http://web-argument.com/?p=333'>more »</a></p></td></tr></table></div>"};
map_points_canvas_DYEb[5] = {'point':{'lat':"50.0434155",'long':"8.0487051"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://web-argument.com/?p=335'>iPhone Bootcamp</a></p><p class='gm_info_address'>65346 Eltville, Germany</p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://web-argument.com/?p=335'><img src='http://web-argument.com/wp-content/uploads/2009/08/eltville-burg-150x150.jpg' class='gm_info_img' /></a></td><td valign='top' align='left'>Big Nerd Ranch Europe, offers Intensive training classes for professional ...<p><a href='http://web-argument.com/?p=335'>more »</a></p></td></tr></table></div>"};
addLoadEvent(function(){
map_canvas_DYEb = new gmshc_render("canvas_DYEb",map_points_canvas_DYEb, 3);
});
addEvent(window,'unload',GUnload,false);
</script>
<div class='map_links'><ul><li><a href='#' onclick='map_canvas_DYEb.findPoint(0); return false'>Google Map Shortcode Version 1.1</a></li><li><a href='#' onclick='map_canvas_DYEb.findPoint(1); return false'>ZendCon 2009</a></li><li><a href='#' onclick='map_canvas_DYEb.findPoint(2); return false'>PHP Conference Brazil</a></li><li><a href='#' onclick='map_canvas_DYEb.findPoint(3); return false'>Open Source Developer Conference FR (Paris)</a></li><li><a href='#' onclick='map_canvas_DYEb.findPoint(4); return false'>Google Technology User Group Stockholm</a></li><li><a href='#' onclick='map_canvas_DYEb.findPoint(5); return false'>iPhone Bootcamp</a></li></ul></div
<p><strong>Features</strong></p>
<ul>
<li>Allows to include more than one google map instance on your pages.</li>
<li>You can use the shortcode on your post, pages and theme files.</li>
<li>When you click on a point in the map the window box opened shows part of the content of your posts (post title, thumbnails, excerpt).</li>
<li>You can customize the html of the info window box on your maps.</li>
<li>One custom field define the address of a post.</li>
</ul>
<p><strong>Installation</strong></p>
<p>Unzip the google-map-sc file into your plugins folder and activate it.<br />
Go to the Google Map Shortcode Options page under settings and Insert your <a href="http://code.google.com/apis/maps/signup.html" target="_blank">Google Api Key</a> .</p>
<p><strong>Use</strong></p>
<p>Insert the address in the <strong>google-map-sc-address</strong> custom fields on your posts or pages.<br />
Decide where to show your maps and paste the shortcode in there.<br />
In your post/page using:<br />
<img class="alignnone size-full wp-image-396" title="optcions" src="http://web-argument.com/wp-content/uploads/2009/08/optcions.jpg" alt="" width="312" height="24" /></p>
<p>In your theme files using:<br />
<img class="alignnone size-full wp-image-397" title="php" src="http://web-argument.com/wp-content/uploads/2009/08/php.jpg" alt="" width="500" height="21" /></p>
<p><strong><br />
Shortcode Options</strong></p>
<p>This shortcode support the following options:</p>
<p><em>address</em><br />
You can include a map with a single specific address. For example:<br />
<img class="alignnone size-full wp-image-395" title="address" src="http://web-argument.com/wp-content/uploads/2009/08/address.jpg" alt="" width="449" height="24" /></p>
<p><em>id<br />
</em>The Map will display the address assigned to the post with this id. When you create or edit a post or page you will have a Custom Field with the name <strong>google-map-sc-address</strong> to assign an address to this entry.</p>
<p><em>cat</em><br />
Display on the map all the address assigned to the posts under this specifics categories separated by comma.</p>
<p><em>number</em><br />
(1 to 10) Number of points on the map.</p>
<p><em>zoom</em><br />
Default 10. Initial zoom of your map.</p>
<p><em>width<br />
</em>Default 400. Width of your map</p>
<p><em>height<br />
</em>Default 400. Height of your map.</p>
<p><em>external_links</em><br />
Include the links to the map points outside of the map</p>
<p><strong>Note:</strong></p>
<p>There is a limit in the number of requests to the google map services, so you can not include more than 10 points on maps by page,  read more here on <a href="http://code.google.com/apis/maps/faq.html#geocoder_limit" target="_blank">Google Map API FAQ</a>.</p>
<p><strong>Download</strong></p>
<p><a href="http://wordpress.org/extend/plugins/google-map-shortcode/" target="_blank">google-map-shortcode</a></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="encrypted" type="hidden" value="-----BEGIN PKCS7-----MIIHLwYJKoZIhvcNAQcEoIIHIDCCBxwCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYBUi/h/3jA2Wxe8UOQzSnDow1lkvr5ek+g/b6Ys439ZIGB6NjqSPh6xLFjRocuIV5lHb4Iwin2HwEVrEXC4T6dpnVB5P+hsZbfik7HeJCKIdXULc0gIdJwuMbj9sPnb0vHeYC5+B3T8oMw5ZKm0x5jyUbiUIuB2EEUKXnE058k5WzELMAkGBSsOAwIaBQAwgawGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQI9n7GqU3M0P6AgYjdYlE3SMSdHFK0P3+53IxIn3woqciiHRKldhhuI0jzts0Yn/hm+JUkyfGryivq67ymjTeA+mpd5xsRGni9ISARtM8V1bikhaiJPwpCV3oCTaBayG3gqtjnIvlfHf9kaWE/+yrqduDTSihinhH8NQJ7Tn7bvue4iBT4d9zplztxtlaReOKzFOPmoIIDhzCCA4MwggLsoAMCAQICAQAwDQYJKoZIhvcNAQEFBQAwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMB4XDTA0MDIxMzEwMTMxNVoXDTM1MDIxMzEwMTMxNVowgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBR07d/ETMS1ycjtkpkvjXZe9k+6CieLuLsPumsJ7QC1odNz3sJiCbs2wC0nLE0uLGaEtXynIgRqIddYCHx88pb5HTXv4SZeuv0Rqq4+axW9PLAAATU8w04qqjaSXgbGLP3NmohqM6bV9kZZwZLR/klDaQGo1u9uDb9lr4Yn+rBQIDAQABo4HuMIHrMB0GA1UdDgQWBBSWn3y7xm8XvVk/UtcKG+wQ1mSUazCBuwYDVR0jBIGzMIGwgBSWn3y7xm8XvVk/UtcKG+wQ1mSUa6GBlKSBkTCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb22CAQAwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOBgQCBXzpWmoBa5e9fo6ujionW1hUhPkOBakTr3YCDjbYfvJEiv/2P+IobhOGJr85+XHhN0v4gUkEDI8r2/rNk1m0GA8HKddvTjyGw/XqXa+LSTlDYkqI8OwR8GEYj4efEtcRpRYBxV8KxAW93YDWzFGvruKnnLbDAF6VR5w/cCMn5hzGCAZowggGWAgEBMIGUMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDkwMzA2MDEzODQyWjAjBgkqhkiG9w0BCQQxFgQU3Yi2Wx07YrbF7u6dngjasO70+9cwDQYJKoZIhvcNAQEBBQAEgYBqwr48gStAIVYjkyfG9mCaDgXPLjyZX2WcjJplYJ9HIqxpB0LYkbrMdI7l1Ii1yYLJCnOMoos3sDgepCjyefA6SnsQ/p2vuYbBEJJul6Q4Iz6+t7+QT25p7YumHzaoRYtQq+vKaFo/nYF/2Oa4IrJKOrJafR1ol+juO1/GOFuSag==-----END PKCS7-----" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
<p>Support this and others plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://web-argument.com/google-map-shortcode/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	<enclosure url='http://web-argument.com/wp-content/uploads/2009/08/address-150x24.jpg' length ='2649'  type='image/jpg' />	</item>
	</channel>
</rss>
