<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>welocally</title>
	
	<link>http://welocally.com/wordpress</link>
	<description>helping local thrive</description>
	<lastBuildDate>Sat, 08 Dec 2012 21:45:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/welocally/IExn" /><feedburner:info uri="welocally/iexn" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Hang’n with Octocat</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/e5kpL5Z0uZg/</link>
		<comments>http://welocally.com/wordpress/?p=1443#comments</comments>
		<pubDate>Sat, 08 Dec 2012 21:43:17 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://welocally.com/wordpress/?p=1443</guid>
		<description><![CDATA[Opensource Products for WordPress Its official. As of today, all of our WordPress products are 100% Open source and available on github. We are shaking hands with every tentacle of the Octocat. Check us out and fork us too!  Welocally Places On Github    &#160;  Welocally Places Mobile On Github    &#160;  Welocally Places Developer JS On [...]]]></description>
			<content:encoded><![CDATA[<h1>Opensource Products for WordPress</h1>
<p>Its official. As of today, all of our WordPress products are 100% Open source and available on github. We are shaking hands with every tentacle of the Octocat.</p>
<p><img class="aligncenter size-full wp-image-1444" title="github-logo-the-octocat" src="http://welocally.com/wordpress/wp-content/uploads/2012/12/github-logo-the-octocat.png" alt="" width="512" height="512" /></p>
<p>Check us out and fork us too!</p>
<p><strong> Welocally Places On Github  <a href="https://github.com/welocally/welocally-places"><img class="alignleft size-full wp-image-1433" title="fork-me-github" src="http://welocally.com/wordpress/wp-content/uploads/2012/06/fork-me-github.png" alt="" width="118" height="29" /></a> </strong></p>
<p>&nbsp;</p>
<p><strong> Welocally Places Mobile On Github  <a href="https://github.com/welocally/welocally-places-mobile"><img class="alignleft" title="fork-me-github" src="http://welocally.com/wordpress/wp-content/uploads/2012/06/fork-me-github.png" alt="" width="118" height="29" /></a> </strong></p>
<p>&nbsp;</p>
<div>
<p><strong> Welocally Places Developer JS On Github  <a href="https://github.com/welocally/welocally-places-developer"><img class="alignleft" title="fork-me-github" src="http://welocally.com/wordpress/wp-content/uploads/2012/06/fork-me-github.png" alt="" width="118" height="29" /></a> </strong></p>
<p>&nbsp;</p>
<div></div>
</div>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/e5kpL5Z0uZg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1443</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1443</feedburner:origLink></item>
		<item>
		<title>HTTPS Java Client Keystore Certs</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/vUZuV3Kf-K0/</link>
		<comments>http://welocally.com/wordpress/?p=1358#comments</comments>
		<pubDate>Fri, 08 Jun 2012 00:28:46 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=1358</guid>
		<description><![CDATA[When making a secure connection via a java client such as commons-http, the JVM looks for a cert to be available and most client libraries do not try to negotiate the certs automatically, so you will need to import it to your keystore. This is the simplest explanation I could muster for what you will [...]]]></description>
			<content:encoded><![CDATA[<p>When making a secure connection via a java client such as <a href="http://hc.apache.org/httpclient-3.x/">commons-http</a>, the JVM looks for a cert to be available and most client libraries do not try to negotiate the certs automatically, so you will need to import it to your keystore. This is the simplest explanation I could muster for what you will need to do to make a HTTPS connection by java.</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">claygraham<span class="sy0">@</span>gaudi:~<span class="sy0">/</span>tmp$ <span class="kw3">echo</span> <span class="sy0">|</span> 
  openssl s_client <span class="re5">-connect</span> api.welocally.com:<span class="nu0">443</span> <span class="nu0">2</span><span class="sy0">&gt;/</span>dev<span class="sy0">/</span>null <span class="sy0">|</span> 
  <span class="kw2">sed</span> <span class="re5">-ne</span> <span class="st_h">'/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'</span> <span class="sy0">&gt;</span>
   ~<span class="sy0">/</span>tmp<span class="sy0">/</span>api.welocally.com.cer
&nbsp;
claygraham<span class="sy0">@</span>gaudi:~<span class="sy0">/</span>tmp$ openssl x509 <span class="re5">-text</span> 
  <span class="re5">-in</span> ~<span class="sy0">/</span>tmp<span class="sy0">/</span>api.welocally.com.cer
&nbsp;
claygraham<span class="sy0">@</span>gaudi:~<span class="sy0">/</span>tmp$ <span class="kw2">sudo</span> keytool <span class="re5">-delete</span> 
  <span class="re5">-alias</span> api.welocally.com 
  <span class="re5">-keystore</span> <span class="re1">$JAVA_HOME</span><span class="sy0">/</span>Home<span class="sy0">/</span>lib<span class="sy0">/</span>security<span class="sy0">/</span>cacerts
&nbsp;
claygraham<span class="sy0">@</span>gaudi:~<span class="sy0">/</span>tmp$ <span class="kw2">sudo</span> keytool <span class="re5">-import</span> 
  <span class="re5">-alias</span> api.welocally.com 
  <span class="re5">-keystore</span> <span class="re1">$JAVA_HOME</span><span class="sy0">/</span>Home<span class="sy0">/</span>lib<span class="sy0">/</span>security<span class="sy0">/</span>cacerts 
  <span class="re5">-file</span> ~<span class="sy0">/</span>tmp<span class="sy0">/</span>api.welocally.com.cer</pre></div></div></div></div></div></div></div>


<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/vUZuV3Kf-K0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1358</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1358</feedburner:origLink></item>
		<item>
		<title>Dealing With sharer.php</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/pF9Me4DR2Mk/</link>
		<comments>http://welocally.com/wordpress/?p=1351#comments</comments>
		<pubDate>Fri, 08 Jun 2012 00:03:56 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=1351</guid>
		<description><![CDATA[In many themes and plugins the integration with facebook does not do the important work of stripping tags and non text characters from the share url. Many plugins needs to put styling and javascript in the posts to make the maps work, and to provide the custom look and feel, so commonly these no text [...]]]></description>
			<content:encoded><![CDATA[<p>In many themes and plugins the integration with facebook does not do the important work of stripping tags and non text characters from the share url. Many plugins needs to put styling and javascript in the posts to make the maps work, and to provide the custom look and feel, so commonly these no text items will show up when Facebook calls back and tries to get the content associated with the post. In is our opinion that this is a mistake on the parts of both the theme/social plugin developers, and with facebook for not stripping no text items. As a work around we propose the following modification to any theme or plugin using share.php. The example has line breaks so it can be displayed, the href section should not have any line breaks when used on your site.</p>
<p>The approach relies on identifying the “Featured Image”, which wordpress interprets by the ‘single-post-thumbnail’. See Featured Images Support for more info.</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="php"><pre class="de1">&lt;li class=&quot;shareFacebook&quot;&gt;
    &lt;a rel=&quot;nofollow&quot; 
    href=&quot;http://www.facebook.com/share.php?
      s=100
      &amp;p[title]=<span class="kw2">&lt;?php</span> the_title<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><span class="sy1">?&gt;</span>
      &amp;p[url]=<span class="kw2">&lt;?php</span> the_permalink<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span> <span class="sy1">?&gt;</span>
      <span class="kw2">&lt;?php</span> <span class="kw1">if</span> <span class="br0">&#40;</span>has_post_thumbnail<span class="br0">&#40;</span> get_the_ID<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="sy0">:</span> <span class="sy1">?&gt;</span>
        <span class="kw2">&lt;?php</span> <span class="re0">$image</span> <span class="sy0">=</span> 
           wp_get_attachment_image_src<span class="br0">&#40;</span> 
             get_post_thumbnail_id<span class="br0">&#40;</span> get_the_ID<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#41;</span><span class="sy0">,</span> 
             <span class="st_h">'single-post-thumbnail'</span> <span class="br0">&#41;</span><span class="sy0">;</span> <span class="sy1">?&gt;</span>
        &amp;p[images][0]=<span class="kw2">&lt;?php</span> <span class="kw1">echo</span> <span class="re0">$image</span><span class="br0">&#91;</span><span class="nu0">0</span><span class="br0">&#93;</span><span class="sy0">;</span> <span class="sy1">?&gt;</span>
      <span class="kw2">&lt;?php</span> <span class="kw1">endif</span><span class="sy0">;</span> <span class="sy1">?&gt;</span>
      &amp;p[summary]=
       <span class="kw2">&lt;?php</span> <span class="kw1">echo</span> 
         <span class="kw3">urlencode</span><span class="br0">&#40;</span><span class="kw3">substr</span><span class="br0">&#40;</span><span class="kw3">strip_tags</span><span class="br0">&#40;</span>the_excerpt<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">,</span> <span class="nu0">0</span><span class="sy0">,</span> <span class="nu0">250</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span> 
       <span class="sy1">?&gt;</span>&quot; 
     title=&quot;Share this post on Facebook&quot; 
     target=&quot;_blank&quot;&gt;Facebook&lt;/a&gt;
    &lt;/li&gt;</pre></div></div></div></div></div></div></div>


<p>Sadly these aspects of sharer.php are very poorly documented by facebook, the best documentation we have found on this is at daddydesign.com. Hope this helps.</p>
<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/pF9Me4DR2Mk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1351</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1351</feedburner:origLink></item>
		<item>
		<title>Catching The Bear</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/fUfh7FmFWFE/</link>
		<comments>http://welocally.com/wordpress/?p=1307#comments</comments>
		<pubDate>Wed, 23 May 2012 04:23:18 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Hyperlocal]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=1307</guid>
		<description><![CDATA[Great article on Streetfight, about filling ad space and very wise to mention Local Yokel Media which is probably the best fit of all for hyperlocal. The problem is that a hyperlocal publisher just doesn&#8217;t want to &#8220;fill inventory&#8221; especially with ads from adBright, where an ad might have little or nothing to do with the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1313" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.flickr.com/photos/27875041@N02/4425848358/"><img class="size-full wp-image-1313" title="Screen Shot 2012-05-22 at 9.28.32 PM" src="http://welocally.com/wp-content/uploads/2012/05/Screen-Shot-2012-05-22-at-9.28.32-PM.png" alt="" width="400" height="435" /></a><p class="wp-caption-text">photo by Daisyree Bakker</p></div>
<p><a href="http://streetfightmag.com/2012/05/22/6-platforms-hyperlocal-publishers-can-use-to-fill-unsold-ad-inventory/">Great article on Streetfight</a>, about filling ad space and very wise to mention <a href="http://www.localyokelmedia.com/">Local Yokel Media</a> which is probably the best fit of all for hyperlocal. The problem is that a hyperlocal publisher just doesn&#8217;t want to &#8220;fill inventory&#8221; especially with ads from adBright, where an ad might have little or nothing to do with the local area they serve. It seems ridiculous that there is empty inventory at all, local businesses should jump at the chance to partner with local publishers to fight off the advance of national brands and chains and grow reputation as a local and indie brand.</p>
<p>What these publishers need is a champion! They need a savvy outsourced sales force that they feed leads to who then close the deals and do the creative and provisioning. Think BuySell Ads with a salesforce. Some of them might worry, &#8220;am I loosing my customer?&#8221;  Well if having empty ad space that could be filled by real local businesses is your idea of loosing then maybe you should lose more.</p>
<p>I have used this story before but at the expensive of being repeating myself to make the point here goes..</p>
<blockquote><p>Two hunters go on a hunting trip for bears. They go to the cabin; have a few laughs over whiskey the night before the big hunt. In the morning one bear hunter wakes up and hears his friend’s yells approaching “open the door! open the door!”, the hunter in the cabin opens the door to see his friend running towards the cabin with a 1000lb grizzly right behind him. As the friend runs in the cabin and through the back door he mentions: <strong>I caught it now you kill it</strong></p></blockquote>
<p>Hyperlocal publishers should be be the hunter with the bear running behind, and they should hire an outsourced salesforce and channel partners to be the hunter in the cabin.</p>
<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/fUfh7FmFWFE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1307</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1307</feedburner:origLink></item>
		<item>
		<title>Why We Unplugged</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/JB8y5TiCWDg/</link>
		<comments>http://welocally.com/wordpress/?p=1297#comments</comments>
		<pubDate>Wed, 16 May 2012 03:38:46 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=1297</guid>
		<description><![CDATA[We unplugged it to make it easer to publish great places. So as a startup its hard to know how things will come out until you work with your customers and listen. What we found is that the places database, and the requirement that site owners create and save places into our cloud database was [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://welocally.com/wp-content/uploads/2012/05/unplugged3.png"><img class="aligncenter size-full wp-image-1298" title="unplugged3" src="http://welocally.com/wp-content/uploads/2012/05/unplugged3.png" alt="" width="392" height="392" /></a></p>
<div style="text-align: left;">
<h1 style="color: #202020; display: block; font-family: Arial; font-size: 34px; font-weight: bold; line-height: 100%; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 0; text-align: left;">We unplugged it to make it easer to publish great places.</h1>
<p>So as a startup its hard to know how things will come out until you work with your customers and listen. What we found is that the places database, and the requirement that site owners create and save places into our cloud database was getting in the way of people using our product. <strong><em>Now that&#8217;s a teaching moment.</em></strong> So what we did was take the stuff out that was getting in the way. We are going to use all that stuff, dont worry. We streamlined the product and made it simpler, we hope you agree. So now let&#8217;s do a little Q &amp; A about the new release.</p>
<p>What will happen if I upgrade to 1.2.21?</p>
<ul>
<li>Your existing places will continue to work.</li>
<li>Your registration requirements will evaporate. There is no more registration tab in the settings and all requirements have been removed. Your account on api.welocally.com will be deprovisioned within the next 30 days.</li>
<li>You can no longer search places from our cloud database, that is being transitioned to a new product.</li>
<li>You can add places through the meta box for the post editor and the Place Manager in settings.</li>
<li>Your existing category and place tags should work just fine.</li>
</ul>
<h2 style="line-height: 30px; color: #202020; display: block; font-family: Arial; font-size: 30px; font-weight: bold; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 0; text-align: left;">What will happen if I DON&#8217;T upgrade?</h2>
<ul>
<li>Your existing places will continue to work.</li>
<li>Find places will stop working in 30 days.</li>
<li>You will not be able to add places.</li>
</ul>
<h2 style="color: #202020; display: block; font-family: Arial; font-size: 30px; font-weight: bold; line-height: 100%; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 0; text-align: left;">How do I get the new version?</h2>
<p>Welocally Places Plugin for WordPress is open source, that means if you don&#8217;t need support its completely free and available for download on the <a style="color: #336699; font-weight: normal; text-decoration: underline;" href="http://wordpress.org/extend/plugins/welocally-places/">WordPress Plugin Directory</a>. If you want support we work with binpress to sell a version of the license that includes 1 year support for $29.99, its a great deal and cheaper than we have ever sold the product before. We also have multisite and developer licenses that let you run on many sites with support. We hope you will go there now and buy one of our site licenses.</p>
<div style="text-align: center; color: #505050; font-family: Arial; font-size: 14px; line-height: 150%;"><a style="color: #336699; font-weight: normal; text-decoration: underline;" href="http://www.binpress.com/app/wordpress-places-maps-plugin/916"><img style="width: 212px; height: 52px; border: 0; line-height: 100%; outline: none; text-decoration: none; display: inline;" src="https://d2q0qd5iz04n9u.cloudfront.net/_ssl/proxy.php/http/gallery.mailchimp.com/2c0e0dc4d022c71b3d527ab97/images/binpress_buy.png" alt="" width="212" height="52" align="none" /></a></div>
<div style="text-align: center; color: #505050; font-family: Arial; font-size: 14px; line-height: 150%;"></div>
<h2 style="color: #202020; display: block; font-family: Arial; font-size: 30px; font-weight: bold; line-height: 100%; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 0; text-align: left;">We aren&#8217;t complain&#8217;n, we&#8217;re explain&#8217;n</h2>
<p>We know this is a big change, but we think its better for everyone because we got a ton of feedback from site owners that our product was just too complex, and to be honest we have to agree. Working in the WordPress ecosystem has challenges, and its compounded by the fact that we have a product that mashes up wordpress, location, and maps. We are dedicated to delivering quality products, and we can do better. That&#8217;s not an excuse, its an explanation on why we are changing a few things. We want you to be a part of that improvement, please be a part of the community and feel free to <a style="color: #336699; font-weight: normal; text-decoration: underline;" href="http://welocally.com/?page_id=139">give us feedback</a> about what you think of these changes.</p>
<p><em><strong>Thanks, and welocally hopes you will continue to work with us! </strong></em></p>
</div>
<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/JB8y5TiCWDg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1297</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1297</feedburner:origLink></item>
		<item>
		<title>Welocally Quick Widgets</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/d94KNhOqaGE/</link>
		<comments>http://welocally.com/wordpress/?p=1161#comments</comments>
		<pubDate>Sun, 22 Apr 2012 17:51:41 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=1161</guid>
		<description><![CDATA[You may have noticed that we have a new product, Welocally Quick Widgets on Binpress, and we are super excited about it. We think its going to provide a broader set of use cases that we just couldn&#8217;t address with our wordpress plugin. So what is it? Its two jQuery plugin widgets that use Google [...]]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that we have a new product, <a href="http://www.binpress.com/app/google-maps-quick-widgets/863" target="_new">Welocally Quick Widgets on Binpress</a>, and we are super excited about it. We think its going to provide a broader set of use cases that we just couldn&#8217;t address with our wordpress plugin. So what is it?</p>
<p>Its two jQuery plugin widgets that use Google Maps V3, a Place Card Widget for single places, and a Multiplace Widget for maps with multiple places, like a category map or a location guide. It perfect for creating custom business directories, travel guides, or real estate guides that have flair an appeal that go beyond the standard Google Maps look and feel, and its super easy to use if you are a javascript developer.</p>
<div class="shortcode-unorderedlist tick"></p>
<ul style="color: #222; text-align: center; margin-left: 10px;">
<li style="text-align: left;">Simplifies the Google Maps v3 API</li>
<li style="text-align: left;">2 Widgets Included, Place Widget and Interactive Multi Place Widget</li>
<li style="text-align: left;">3 Themes with custom marker and icon photoshop files included</li>
<li style="text-align: left;">Everything is stylable</li>
<li style="text-align: left;">Mashes up Google Maps v3, jQuery, &amp; Google Maps Infobox into one simple widget based solution.</li>
</ul>
<p></div>

<p>We love the people at Google Maps, what a great foundation that makes so many things possible, and for many people it&#8217;s all they will ever need. We just decided we wanted to make it easy to do more advanced, interactive and stylized things with Google Maps and make simple with configurable widgets.</p>
<p style="text-align: center;"><span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 24px; color: #000000;">The real reason to consider using an alternative to the basic look of GMaps is<strong> your client</strong>.</span></p>
<p style="text-align: center;"><a href="http://welocally.com/wp-content/uploads/2012/04/which_dev.jpg"><img class="aligncenter size-full wp-image-1173" title="which_dev" src="http://welocally.com/wp-content/uploads/2012/04/which_dev.jpg" alt="" width="480" height="237" /></a></p>
<p>If your client is happy with basic pin maps then make an embeddable map and you and your client can move on along. If your client wants beautiful interactive fully styled maps and doesn&#8217;t mind spending less than 20 dollars and about 30 mins of your time then we are a solution that makes it easy to make maps that integrate well with a site&#8217;s look and feel.</p>
<h2>What is a Welocally Place?</h2>
<p>Our widget&#8217;s basic data model is founded around the welocally places. Simply put, a place is all the relevant facts about a real world location, like its name, location, phone number, and website. This data is then used to set the map location and create place cards or marker maps.</p>
<div id="gist2390425" class="gist">
      <div class="gist-file">
        <div class="gist-data gist-syntax">



  <div class="file-data">
    <table cellpadding="0" cellspacing="0" class="lines highlight">
      <tr>
        <td class="line-numbers">
          <span class="line-number" id="file-place_basic-js-L1" rel="file-place_basic-js-L1">1</span>
          <span class="line-number" id="file-place_basic-js-L2" rel="file-place_basic-js-L2">2</span>
          <span class="line-number" id="file-place_basic-js-L3" rel="file-place_basic-js-L3">3</span>
          <span class="line-number" id="file-place_basic-js-L4" rel="file-place_basic-js-L4">4</span>
          <span class="line-number" id="file-place_basic-js-L5" rel="file-place_basic-js-L5">5</span>
          <span class="line-number" id="file-place_basic-js-L6" rel="file-place_basic-js-L6">6</span>
          <span class="line-number" id="file-place_basic-js-L7" rel="file-place_basic-js-L7">7</span>
          <span class="line-number" id="file-place_basic-js-L8" rel="file-place_basic-js-L8">8</span>
          <span class="line-number" id="file-place_basic-js-L9" rel="file-place_basic-js-L9">9</span>
          <span class="line-number" id="file-place_basic-js-L10" rel="file-place_basic-js-L10">10</span>
          <span class="line-number" id="file-place_basic-js-L11" rel="file-place_basic-js-L11">11</span>
          <span class="line-number" id="file-place_basic-js-L12" rel="file-place_basic-js-L12">12</span>
          <span class="line-number" id="file-place_basic-js-L13" rel="file-place_basic-js-L13">13</span>
          <span class="line-number" id="file-place_basic-js-L14" rel="file-place_basic-js-L14">14</span>
          <span class="line-number" id="file-place_basic-js-L15" rel="file-place_basic-js-L15">15</span>
          <span class="line-number" id="file-place_basic-js-L16" rel="file-place_basic-js-L16">16</span>
          <span class="line-number" id="file-place_basic-js-L17" rel="file-place_basic-js-L17">17</span>
          <span class="line-number" id="file-place_basic-js-L18" rel="file-place_basic-js-L18">18</span>
          <span class="line-number" id="file-place_basic-js-L19" rel="file-place_basic-js-L19">19</span>
          <span class="line-number" id="file-place_basic-js-L20" rel="file-place_basic-js-L20">20</span>
          <span class="line-number" id="file-place_basic-js-L21" rel="file-place_basic-js-L21">21</span>
          <span class="line-number" id="file-place_basic-js-L22" rel="file-place_basic-js-L22">22</span>
          <span class="line-number" id="file-place_basic-js-L23" rel="file-place_basic-js-L23">23</span>
          <span class="line-number" id="file-place_basic-js-L24" rel="file-place_basic-js-L24">24</span>
          <span class="line-number" id="file-place_basic-js-L25" rel="file-place_basic-js-L25">25</span>
          <span class="line-number" id="file-place_basic-js-L26" rel="file-place_basic-js-L26">26</span>
          <span class="line-number" id="file-place_basic-js-L27" rel="file-place_basic-js-L27">27</span>
          <span class="line-number" id="file-place_basic-js-L28" rel="file-place_basic-js-L28">28</span>
          <span class="line-number" id="file-place_basic-js-L29" rel="file-place_basic-js-L29">29</span>
          <span class="line-number" id="file-place_basic-js-L30" rel="file-place_basic-js-L30">30</span>
          <span class="line-number" id="file-place_basic-js-L31" rel="file-place_basic-js-L31">31</span>
        </td>
        <td class="line-data">
          <pre class="line-pre"><div class="line" id="file-place_basic-js-LC1"><span class="c1">//places are an array of JSON objects</span></div><div class="line" id="file-place_basic-js-LC2"><span class="kd">var</span> <span class="nx">places</span> <span class="o">=</span> <span class="p">[</span></div><div class="line" id="file-place_basic-js-LC3">  <span class="p">{</span>				                       </div><div class="line" id="file-place_basic-js-LC4">      <span class="s2">&quot;properties&quot;</span><span class="o">:</span> <span class="p">{</span></div><div class="line" id="file-place_basic-js-LC5">          <span class="s2">&quot;phone&quot;</span><span class="o">:</span> <span class="s2">&quot;+1 510 595 8000&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC6">          <span class="s2">&quot;classifiers&quot;</span><span class="o">:</span> <span class="p">[</span></div><div class="line" id="file-place_basic-js-LC7">              <span class="p">{</span></div><div class="line" id="file-place_basic-js-LC8">                  <span class="s2">&quot;category&quot;</span><span class="o">:</span> <span class="s2">&quot;Restaurant&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC9">                  <span class="s2">&quot;subcategory&quot;</span><span class="o">:</span> <span class="s2">&quot;&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC10">                  <span class="s2">&quot;type&quot;</span><span class="o">:</span> <span class="s2">&quot;Food &amp; Drink&quot;</span></div><div class="line" id="file-place_basic-js-LC11">              <span class="p">}</span></div><div class="line" id="file-place_basic-js-LC12">          <span class="p">],</span></div><div class="line" id="file-place_basic-js-LC13">          <span class="s2">&quot;titlelink&quot;</span><span class="o">:</span> <span class="s2">&quot;http://oaklandly.com/sicily-pizza&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC14">          <span class="s2">&quot;website&quot;</span><span class="o">:</span> <span class="s2">&quot;http://www.sicilypizzapasta.com&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC15">          <span class="s2">&quot;address&quot;</span><span class="o">:</span> <span class="s2">&quot;138 14th St&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC16">          <span class="s2">&quot;name&quot;</span><span class="o">:</span> <span class="s2">&quot;Gourmet Sicily Pizza&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC17">          <span class="s2">&quot;province&quot;</span><span class="o">:</span> <span class="s2">&quot;CA&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC18">          <span class="s2">&quot;owner&quot;</span><span class="o">:</span> <span class="s2">&quot;welocally&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC19">          <span class="s2">&quot;postcode&quot;</span><span class="o">:</span> <span class="s2">&quot;94612&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC20">          <span class="s2">&quot;country&quot;</span><span class="o">:</span> <span class="s2">&quot;US&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC21">          <span class="s2">&quot;city&quot;</span><span class="o">:</span> <span class="s2">&quot;Oakland&quot;</span></div><div class="line" id="file-place_basic-js-LC22">      <span class="p">},</span></div><div class="line" id="file-place_basic-js-LC23">      <span class="s2">&quot;geometry&quot;</span><span class="o">:</span> <span class="p">{</span></div><div class="line" id="file-place_basic-js-LC24">          <span class="s2">&quot;type&quot;</span><span class="o">:</span> <span class="s2">&quot;Point&quot;</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC25">          <span class="s2">&quot;coordinates&quot;</span><span class="o">:</span> <span class="p">[</span></div><div class="line" id="file-place_basic-js-LC26">              <span class="o">-</span><span class="mf">122.2636</span><span class="p">,</span></div><div class="line" id="file-place_basic-js-LC27">              <span class="mf">37.801379</span></div><div class="line" id="file-place_basic-js-LC28">          <span class="p">]</span></div><div class="line" id="file-place_basic-js-LC29">      <span class="p">}</span></div><div class="line" id="file-place_basic-js-LC30">  <span class="p">}</span></div><div class="line" id="file-place_basic-js-LC31"><span class="p">];</span></div></pre>
        </td>
      </tr>
    </table>
  </div>

        </div>

        <div class="gist-meta">
          <a href="https://gist.github.com/claytantor/2390425/raw/48fb7bdbe76304e833b2c7b0b354b1bf07068507/place_basic.js" style="float:right">view raw</a>
          <a href="https://gist.github.com/claytantor/2390425#file-place_basic-js" style="float:right; margin-right:10px; color:#666;">place_basic.js</a>
          <a href="https://gist.github.com/claytantor/2390425">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
        </div>
      </div>
</div>

<h2>Place Widget</h2>
<p>The place widget creates a pin card for a specific place. It perfect for showcasing a specific location. Of course all of the Google Maps Capabilities work also, so users can use street view to get curb appeal quickly.</p>
<p style="text-align: center;"><a href="http://welocally.com/wp-content/uploads/2012/04/dev_shot_1.png"><img class="aligncenter size-full wp-image-1168" title="dev_shot_1" src="http://welocally.com/wp-content/uploads/2012/04/dev_shot_1.png" alt="" width="354" height="375" /></a></p>
<div id="gist2390723" class="gist">
      <div class="gist-file">
        <div class="gist-data gist-syntax">



  <div class="file-data">
    <table cellpadding="0" cellspacing="0" class="lines highlight">
      <tr>
        <td class="line-numbers">
          <span class="line-number" id="file-welocally_placewidget_basic-js-L1" rel="file-welocally_placewidget_basic-js-L1">1</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L2" rel="file-welocally_placewidget_basic-js-L2">2</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L3" rel="file-welocally_placewidget_basic-js-L3">3</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L4" rel="file-welocally_placewidget_basic-js-L4">4</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L5" rel="file-welocally_placewidget_basic-js-L5">5</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L6" rel="file-welocally_placewidget_basic-js-L6">6</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L7" rel="file-welocally_placewidget_basic-js-L7">7</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L8" rel="file-welocally_placewidget_basic-js-L8">8</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L9" rel="file-welocally_placewidget_basic-js-L9">9</span>
          <span class="line-number" id="file-welocally_placewidget_basic-js-L10" rel="file-welocally_placewidget_basic-js-L10">10</span>
        </td>
        <td class="line-data">
          <pre class="line-pre"><div class="line" id="file-welocally_placewidget_basic-js-LC1"><span class="c1">//config for the widget</span></div><div class="line" id="file-welocally_placewidget_basic-js-LC2"><span class="kd">var</span> <span class="nx">cfg</span> <span class="o">=</span> <span class="p">{</span> <span class="nx">imagePath</span><span class="o">:</span> <span class="s1">&#39;images/marker_all_base.png&#39;</span><span class="p">};</span></div><div class="line" id="file-welocally_placewidget_basic-js-LC3">&nbsp;</div><div class="line" id="file-welocally_placewidget_basic-js-LC4"><span class="c1">//instantiate it</span></div><div class="line" id="file-welocally_placewidget_basic-js-LC5"><span class="kd">var</span> <span class="nx">placeWidget</span> <span class="o">=</span> </div><div class="line" id="file-welocally_placewidget_basic-js-LC6">  <span class="k">new</span> <span class="nx">WELOCALLY_PlaceWidget</span><span class="p">(</span><span class="nx">cfg</span><span class="p">)</span></div><div class="line" id="file-welocally_placewidget_basic-js-LC7">    <span class="p">.</span><span class="nx">init</span><span class="p">();</span></div><div class="line" id="file-welocally_placewidget_basic-js-LC8">&nbsp;</div><div class="line" id="file-welocally_placewidget_basic-js-LC9"><span class="c1">//load loacally with local place</span></div><div class="line" id="file-welocally_placewidget_basic-js-LC10"><span class="nx">placeWidget</span><span class="p">.</span><span class="nx">load</span><span class="p">(</span><span class="nx">places</span><span class="p">[</span><span class="mi">0</span><span class="p">]);</span></div></pre>
        </td>
      </tr>
    </table>
  </div>

        </div>

        <div class="gist-meta">
          <a href="https://gist.github.com/claytantor/2390723/raw/fbca1cfcef020f6a45f0b3c3e8b254945b8c749f/welocally_placewidget_basic.js" style="float:right">view raw</a>
          <a href="https://gist.github.com/claytantor/2390723#file-welocally_placewidget_basic-js" style="float:right; margin-right:10px; color:#666;">welocally_placewidget_basic.js</a>
          <a href="https://gist.github.com/claytantor/2390723">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
        </div>
      </div>
</div>

<h2>Multi Places Widget</h2>
<p>The multi places widget will automatically scale to the correct view bounds to include all the place markers. When a user selects a specific place marker details like website or phone number and driving directions become visible and the map will center.</p>
<p style="text-align: center;"><a href="http://welocally.com/wp-content/uploads/2012/04/dev_multi_shot.png"><img class="aligncenter size-full wp-image-1169" title="dev_multi_shot" src="http://welocally.com/wp-content/uploads/2012/04/dev_multi_shot.png" alt="" width="465" height="384" /></a></p>
<p>This map is great for creating a set of places with a specific category, such as &#8220;Shopping&#8221; or a travel map.</p>
<div id="gist2394637" class="gist">
      <div class="gist-file">
        <div class="gist-data gist-syntax">



  <div class="file-data">
    <table cellpadding="0" cellspacing="0" class="lines highlight">
      <tr>
        <td class="line-numbers">
          <span class="line-number" id="file-multiplace_widget_basics-js-L1" rel="file-multiplace_widget_basics-js-L1">1</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L2" rel="file-multiplace_widget_basics-js-L2">2</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L3" rel="file-multiplace_widget_basics-js-L3">3</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L4" rel="file-multiplace_widget_basics-js-L4">4</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L5" rel="file-multiplace_widget_basics-js-L5">5</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L6" rel="file-multiplace_widget_basics-js-L6">6</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L7" rel="file-multiplace_widget_basics-js-L7">7</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L8" rel="file-multiplace_widget_basics-js-L8">8</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L9" rel="file-multiplace_widget_basics-js-L9">9</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L10" rel="file-multiplace_widget_basics-js-L10">10</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L11" rel="file-multiplace_widget_basics-js-L11">11</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L12" rel="file-multiplace_widget_basics-js-L12">12</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L13" rel="file-multiplace_widget_basics-js-L13">13</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L14" rel="file-multiplace_widget_basics-js-L14">14</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L15" rel="file-multiplace_widget_basics-js-L15">15</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L16" rel="file-multiplace_widget_basics-js-L16">16</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L17" rel="file-multiplace_widget_basics-js-L17">17</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L18" rel="file-multiplace_widget_basics-js-L18">18</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L19" rel="file-multiplace_widget_basics-js-L19">19</span>
          <span class="line-number" id="file-multiplace_widget_basics-js-L20" rel="file-multiplace_widget_basics-js-L20">20</span>
        </td>
        <td class="line-data">
          <pre class="line-pre"><div class="line" id="file-multiplace_widget_basics-js-LC1"><span class="c1">//used for the place display when selected (observed)</span></div><div class="line" id="file-multiplace_widget_basics-js-LC2"><span class="kd">var</span> <span class="nx">placeSelected</span> <span class="o">=</span> <span class="k">new</span> <span class="nx">WELOCALLY_PlaceWidget</span><span class="p">();</span></div><div class="line" id="file-multiplace_widget_basics-js-LC3">&nbsp;</div><div class="line" id="file-multiplace_widget_basics-js-LC4"><span class="c1">//config the widget, use the places array</span></div><div class="line" id="file-multiplace_widget_basics-js-LC5"><span class="kd">var</span> <span class="nx">cfg</span> <span class="o">=</span> <span class="p">{</span> </div><div class="line" id="file-multiplace_widget_basics-js-LC6"> <span class="nx">id</span><span class="o">:</span><span class="s1">&#39;multi_map_1&#39;</span><span class="p">,</span></div><div class="line" id="file-multiplace_widget_basics-js-LC7"> <span class="nx">imagePath</span><span class="o">:</span> <span class="s1">&#39;images/marker_all_base.png&#39;</span><span class="p">,</span></div><div class="line" id="file-multiplace_widget_basics-js-LC8"> <span class="nx">observers</span><span class="o">:</span><span class="p">[</span><span class="nx">placeSelected</span><span class="p">],</span></div><div class="line" id="file-multiplace_widget_basics-js-LC9"> <span class="nx">places</span><span class="o">:</span> <span class="nx">places</span></div><div class="line" id="file-multiplace_widget_basics-js-LC10"><span class="p">};</span></div><div class="line" id="file-multiplace_widget_basics-js-LC11">&nbsp;</div><div class="line" id="file-multiplace_widget_basics-js-LC12"><span class="c1">//it both objects </span></div><div class="line" id="file-multiplace_widget_basics-js-LC13"><span class="nx">placeSelected</span><span class="p">.</span><span class="nx">initCfg</span><span class="p">(</span><span class="nx">cfg</span><span class="p">);</span></div><div class="line" id="file-multiplace_widget_basics-js-LC14"><span class="kd">var</span> <span class="nx">placesMulti</span> <span class="o">=</span> </div><div class="line" id="file-multiplace_widget_basics-js-LC15">	  <span class="k">new</span> <span class="nx">WELOCALLY_PlacesMultiWidget</span><span class="p">(</span><span class="nx">cfg</span><span class="p">)</span></div><div class="line" id="file-multiplace_widget_basics-js-LC16">  		<span class="p">.</span><span class="nx">init</span><span class="p">();</span> </div><div class="line" id="file-multiplace_widget_basics-js-LC17">&nbsp;</div><div class="line" id="file-multiplace_widget_basics-js-LC18"><span class="c1">//setup the selected area, display selected</span></div><div class="line" id="file-multiplace_widget_basics-js-LC19"><span class="nx">placesMulti</span><span class="p">.</span><span class="nx">getSelectedArea</span><span class="p">().</span><span class="nx">append</span><span class="p">(</span></div><div class="line" id="file-multiplace_widget_basics-js-LC20">  <span class="nx">placeSelected</span><span class="p">.</span><span class="nx">makeWrapper</span><span class="p">());</span></div></pre>
        </td>
      </tr>
    </table>
  </div>

        </div>

        <div class="gist-meta">
          <a href="https://gist.github.com/claytantor/2394637/raw/b14f2633e118aee9556cdd0cbd748f2a8967c09b/multiplace_widget_basics.js" style="float:right">view raw</a>
          <a href="https://gist.github.com/claytantor/2394637#file-multiplace_widget_basics-js" style="float:right; margin-right:10px; color:#666;">multiplace_widget_basics.js</a>
          <a href="https://gist.github.com/claytantor/2394637">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
        </div>
      </div>
</div>

<h2>Developers Are Foundation</h2>
<p>Because we are developers we think that the developer community for any technology company, even small ones like ours, is essential. That means we really want to get you involved and listen to your feedback. Make sure to <a href="http://eepurl.com/fBdKI">join our mailing list</a> for important updates and deals. If you use our products please <a href="http://welocally.com/?page_id=139">tell us what you think</a>, we love to hear how we can improve and make our product better. If you think we can do better please tell us. <em><strong>Trolls we can live without</strong></em>, but real feedback on ways that we can improve are an honor to receive.</p>
<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/d94KNhOqaGE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1161</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1161</feedburner:origLink></item>
		<item>
		<title>Welocally Places 1.1.18 Is Available!</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/IcmnFpFPJFY/</link>
		<comments>http://welocally.com/wordpress/?p=1055#comments</comments>
		<pubDate>Tue, 10 Apr 2012 04:47:46 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Place]]></category>
		<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=1055</guid>
		<description><![CDATA[This was our best release ever. Here is a few reasons why: We listened to you, and you made our product better. We made everything widgets, and streamlined. Search should be simple, so we made it easier to find and add places. Quality, we are dedicated to quality so we tested it on more platforms [...]]]></description>
			<content:encoded><![CDATA[<span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 24px; color: #000000;">Without the indie site owners who use our products, we are nothing. Thank you for helping us make Welocally Places stronger!</span>
<div style="margin-top: 10px;">This was our best release ever. Here is a few reasons why:</div>
<ul>
<li><strong>We listened to you</strong>, and you made our product better.</li>
<li>We made everything widgets, and streamlined.</li>
<li>Search should be simple, so we made it easier to find and add places.</li>
<li>Quality, we are dedicated to quality so we tested it on more platforms and browsers.</li>
</ul>
<div style="margin-top: 10px;">Here is the bullet point of the new features, but please read on to get the nitty gritty.</div>
<div>
<ul>
<li>Better look and feel. It looks better and is stronger.</li>
<li>Search is easier, Pizza in Montclair NJ? No problem.</li>
<li>Adding places is easier. We made it separate from search.</li>
<li>We made sure we support IE for viewing. IE6,IE7,IE8,IE9.</li>
<li>Category tags. Put category tags on any post or page such as &#8220;Shopping&#8221;</li>
<li>Intelligent places widget. It knows what categories are related to what the user is viewing and filters automatically.</li>
</ul>
<div style="margin-bottom: 10px;"><span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 24px; color: #000000;">Let&#8217;s Dig In!</span></div>
</div>
<div>
<div style="margin-top: 10px;"><span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 18px; color: #000000;">New Look and Feel</span></div>
<div>We moved to a 100% javascript widget approach, it looks better, performs better and will work in more browsers. Let&#8217;s take a look at the new widgets shall we?</div>
<div style="margin-top: 10px;"><span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 16px; color: #000000;">Place Posts</span></div>
<div>Making everything a tag has been super important to us, that is because we think every place in the world should have a unique ID, just like a URL on the web. Thats why we have made cool little widgets that can be shared.</div>
<div><a href="http://welocally.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-09-at-9.47.30-PM.png"><img class="aligncenter size-full wp-image-1061" style="margin: 10px;" title="Screen Shot 2012-04-09 at 9.47.30 PM" src="http://welocally.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-09-at-9.47.30-PM.png" alt="" width="626" height="26" /></a></div>
<div></div>
</div>
<div><span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 16px; color: #000000;">Category Tags</span></div>
<div>We really want people to use our plugin to create directories to showcase local businesses, that why we made it easy to put the category tags on pages that might showcase a specific class of place like &#8220;Shopping&#8221; or &#8220;Bar&#8217;s &amp; Pubs&#8221;.</div>
<div><a href="http://welocally.com/wp-content/uploads/2011/07/Screen-Shot-2012-04-09-at-5.37.34-PM.png"><img class="aligncenter size-full wp-image-1033" title="Screen Shot 2012-04-09 at 5.37.34 PM" src="http://welocally.com/wp-content/uploads/2011/07/Screen-Shot-2012-04-09-at-5.37.34-PM.png" alt="" width="354" height="24" /></a></div>
<div><div class="wl_category_container_tag"> 
<div class="wl_category_container_tag_empty">
No places found for this category.
</div>
</div>
</div>
<div>
<div style="margin-top: 10px;"><img class="alignleft size-full wp-image-1029" title="Screen Shot 2012-04-09 at 4.06.56 PM" src="http://welocally.com/wp-content/uploads/2011/07/Screen-Shot-2012-04-09-at-4.06.56-PM.png" alt="" width="207" height="354" /><span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 16px; color: #000000;">Smarter Map Widget</span></div>
<div>Shouldnt it be easy for people to see all the similar place to the one they are reading about in one place? Our new Places Widget Map automatically filters the places that are related to either the category your reader is currently viewing or relates it to the category set for a specific post. When viewing the post on a local restaurant, only restaurants show in the map area.</div>
</div>
<div>The new and improved Map widget turns your site into a disruptive technology in seconds. Just organize your posts by category and and places and your site the hyperlocal alternative to Yelp in minutes. People want your local expertise, and do not trust the big internet referrers, so why not use the power tools that will give you the edge in your community?</div>
<div style="margin-top: 10px; clear: both;"><span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 16px; color: #000000;">Better Browser Support</span></div>
<p>The best plugin is the one that helps the most people possible. While we wont be able to help <strong>everybody</strong> at least we help many more people in this release. We worked very hard to support IE readership for this iteration. Here is the new matrix of browsers we support for viewing places:<br />
<img class="alignleft size-full wp-image-1048" title="tested_matrix" src="http://welocally.com/wp-content/uploads/2011/09/tested_matrix.png" alt="" width="380" height="200" /></p>
<div style="margin-top: 30px; clear: both; text-align: center;"><span class="shortcode-typography" style="font-family: 'Cardo'; font-size: 26px; color: #000000;">Welocally Loves You!</span></div>
<div style="margin-top: 20px; clear: both; text-align: center;"><img class="aligncenter size-full wp-image-1075" title="wl-loves" src="http://welocally.com/wp-content/uploads/2012/04/wl-loves1.png" alt="" width="267" height="232" /></div>
<p>Just so you know, we really are into indie sites. We wont stalk you or anything, but we are super passionate about helping indie site owners succeed. Mostly because we see them as the kind of people we look up too, fiercely independent, trying to make their own way. Just like us. We have some big plans to help sites like these monetize and be sustainable, we hope you will work with us to make it happen.</p>
<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/IcmnFpFPJFY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1055</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1055</feedburner:origLink></item>
		<item>
		<title>Place 2</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/bEkGIgvjtgA/</link>
		<comments>http://welocally.com/wordpress/?p=1038#comments</comments>
		<pubDate>Tue, 10 Apr 2012 00:47:32 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Bars & Pubs]]></category>
		<category><![CDATA[Place]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=1038</guid>
		<description><![CDATA[Officia butcher bespoke authentic organic. Eiusmod post-ironic butcher, ad ennui keytar excepteur lo-fi. Bicycle rights dreamcatcher exercitation, fanny pack pop-up before they sold out semiotics next level vinyl. Next level thundercats high life, cray swag mumblecore gluten-free portland adipisicing narwhal tofu nesciunt gastropub trust fund. Pop-up shoreditch veniam sunt. Proident odio butcher, portland Austin elit [...]]]></description>
			<content:encoded><![CDATA[<p>Officia butcher bespoke authentic organic. Eiusmod post-ironic butcher, ad ennui keytar excepteur lo-fi. Bicycle rights dreamcatcher exercitation, fanny pack pop-up before they sold out semiotics next level vinyl. Next level thundercats high life, cray swag mumblecore gluten-free portland adipisicing narwhal tofu nesciunt gastropub trust fund. Pop-up shoreditch veniam sunt. Proident odio butcher, portland Austin elit sartorial food truck pinterest voluptate. Raw denim pour-over mustache ad irure, occupy squid cosby sweater.</p>
<div id="wl-place-content-51a107e76d776" class="wl-place-content">
	<div class="template-wrapper">
		<div>
<script type="text/javascript" charset="utf-8">
var place51a107e76d776 = {"properties":{"classifiers":[{"type":"","category":"","subcategory":""}],"name":"The Layover","address":"1517 Franklin St","city":"Oakland","province":"CA","postcode":"94612","country":"US","phone":"+1  510 834-1517","website":"http:\/\/oaklandlayover.com\/fr_home.cfm"},"type":"Place","geometry":{"type":"Point","coordinates":["-122.2693506","37.8051751"]},"_id":"WL_4fb00ecdba13a4fb00ecdb_37.8051751_-122.2693506@1336938189"};
var cfg = { 
	id:  place51a107e76d776._id, 
	imagePath:'http://welocally.com/wordpress/wp-content/plugins/welocally-places/resources/images/marker_all_base.png', 
	endpoint:'http://stage.welocally.com', 
		showShare: false,
	placehoundPath: 'http://placehound.com'
};
var placeWidget51a107e76d776 = 
	  new WELOCALLY_PlaceWidget(cfg)
		.init();
placeWidget51a107e76d776.load(place51a107e76d776); 	 		
</script>
		</div>
	</div>

</div>

<p>Dolore ethical brunch gluten-free vinyl nisi master cleanse, wes anderson cupidatat minim mixtape pour-over american apparel assumenda. Pop-up vinyl echo park vero, irony cosby sweater you probably haven&#8217;t heard of them eu nesciunt beard DIY. 3 wolf moon letterpress cupidatat labore ethnic consectetur. Mustache sriracha typewriter, placeat nisi PBR mcsweeney&#8217;s vegan. Cupidatat DIY fanny pack duis thundercats, do sunt veniam fingerstache forage mumblecore. Proident farm-to-table wolf marfa. Irony cillum mlkshk quis deserunt forage.</p>
<div id="wl-place-content-51a107e76fe97" class="wl-place-content">
	<div class="template-wrapper">
		<div>
<script type="text/javascript" charset="utf-8">
var place51a107e76fe97 = {"properties":{"classifiers":[{"type":"","category":"","subcategory":""}],"name":"Disco Volante","address":"347 14th St","city":"Oakland","province":"CA","postcode":"94612","country":"US","phone":"+1 510 663 0271","website":"http:\/\/discovolanteoakland.com\/"},"type":"Place","geometry":{"type":"Point","coordinates":["-122.2685899","37.8032611"]},"_id":"WL_4fb00f8d02fc04fb00f8d0_37.8032611_-122.2685899@1336938381"};
var cfg = { 
	id:  place51a107e76fe97._id, 
	imagePath:'http://welocally.com/wordpress/wp-content/plugins/welocally-places/resources/images/marker_all_base.png', 
	endpoint:'http://stage.welocally.com', 
		showShare: false,
	placehoundPath: 'http://placehound.com'
};
var placeWidget51a107e76fe97 = 
	  new WELOCALLY_PlaceWidget(cfg)
		.init();
placeWidget51a107e76fe97.load(place51a107e76fe97); 	 		
</script>
		</div>
	</div>

</div>

<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/bEkGIgvjtgA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1038</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1038</feedburner:origLink></item>
		<item>
		<title>Place 1</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/QfVwSnh5pA4/</link>
		<comments>http://welocally.com/wordpress/?p=1035#comments</comments>
		<pubDate>Tue, 10 Apr 2012 00:43:38 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Bars & Pubs]]></category>
		<category><![CDATA[Place]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=1035</guid>
		<description><![CDATA[Pour-over Austin placeat, tumblr shoreditch sunt you probably haven&#8217;t heard of them vero gentrify pop-up veniam vice portland. Placeat ut chambray, cupidatat four loko aliqua brunch you probably haven&#8217;t heard of them id sartorial. Raw denim twee hoodie, 3 wolf moon cred typewriter salvia. Quinoa small batch mixtape brooklyn adipisicing skateboard gastropub, ullamco sustainable direct [...]]]></description>
			<content:encoded><![CDATA[<p>Pour-over Austin placeat, tumblr shoreditch sunt you probably haven&#8217;t heard of them vero gentrify pop-up veniam vice portland. Placeat ut chambray, cupidatat four loko aliqua brunch you probably haven&#8217;t heard of them id sartorial. Raw denim twee hoodie, 3 wolf moon cred typewriter salvia. Quinoa small batch mixtape brooklyn adipisicing skateboard gastropub, ullamco sustainable direct trade cardigan mollit brunch godard. Artisan butcher high life, polaroid irony narwhal echo park marfa. Labore 3 wolf moon photo booth bespoke brooklyn letterpress, gluten-free tofu fixie esse incididunt ethical et. Art party accusamus typewriter assumenda letterpress street art, salvia ullamco chambray terry richardson jean shorts single-origin coffee polaroid gluten-free.</p>
<div id="wl-place-content-51a107e774cb5" class="wl-place-content">
	<div class="template-wrapper">
		<div>
<script type="text/javascript" charset="utf-8">
var place51a107e774cb5 = {"properties":{"classifiers":[{"type":"","category":"","subcategory":""}],"name":"Radio","address":"435 13th St","city":"Oakland","province":"CA","postcode":"94612","country":"US","phone":"+1 510 451-2889","website":"https:\/\/www.facebook.com\/pages\/Radio\/123162364375801"},"type":"Place","geometry":{"type":"Point","coordinates":["-122.2710677","37.8034054"]},"_id":"WL_4fb0486da0d804fb0486da_37.8034054_-122.2710677@1336952941"};
var cfg = { 
	id:  place51a107e774cb5._id, 
	imagePath:'http://welocally.com/wordpress/wp-content/plugins/welocally-places/resources/images/marker_all_base.png', 
	endpoint:'http://stage.welocally.com', 
		showShare: false,
	placehoundPath: 'http://placehound.com'
};
var placeWidget51a107e774cb5 = 
	  new WELOCALLY_PlaceWidget(cfg)
		.init();
placeWidget51a107e774cb5.load(place51a107e774cb5); 	 		
</script>
		</div>
	</div>

</div>

<p>VHS synth mumblecore, food truck ut wayfarers portland eiusmod Austin pickled helvetica art party deserunt skateboard ea. Dolore high life cardigan officia in. Cliche brooklyn Austin pour-over narwhal cosby sweater. Leggings fap seitan, ethnic single-origin coffee nihil dreamcatcher hella. Umami farm-to-table art party, cray lo-fi anim veniam master cleanse fap banh mi excepteur. Occupy you probably haven&#8217;t heard of them retro, forage organic laboris williamsburg. Gentrify you probably haven&#8217;t heard of them fap sriracha, carles craft beer odd future.</p>
<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/QfVwSnh5pA4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=1035</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=1035</feedburner:origLink></item>
		<item>
		<title>Hey Mom &amp; Pops, Its About Your Local Brand!</title>
		<link>http://feedproxy.google.com/~r/welocally/IExn/~3/YEjFRqN43H8/</link>
		<comments>http://welocally.com/wordpress/?p=999#comments</comments>
		<pubDate>Wed, 14 Mar 2012 17:19:30 +0000</pubDate>
		<dc:creator>clay</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Hyperlocal]]></category>
		<category><![CDATA[Position]]></category>

		<guid isPermaLink="false">http://welocally.com/?p=999</guid>
		<description><![CDATA[&#160; This is a completely a myth. I would say that digitally many of them are trying to innovate and use social marketing. For example &#8220;like us on facebook&#8221; is pervasive, but alas the challenges are greater than that. There utsa be this big yellow book you could just put your ad in, or offer [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1002" class="wp-caption alignleft" style="width: 226px"><a href="http://www.flickr.com/photos/bahman2005/250538182/sizes/m/in/photostream/"><img class="size-medium wp-image-1002  " title="250538182_6d1aa11dd4" src="http://welocally.com/wp-content/uploads/2012/03/250538182_6d1aa11dd4-300x232.jpg" alt="" width="216" height="167" /></a><p class="wp-caption-text">meetups help local businesses</p></div>
<p><div class="woo-sc-quote"><p>An old sawhorse of the punditocracy is that one of the reasons hyperlocal is taking off so slowly in terms of advertising revenues is due to the digital noobieness of local merchants.</p></div> <span class="shortcode-typography" style="font-family: 'Cantarell'; font-size: 9px; color: #000000;"><a title="Posts by Alex Salkever" href="http://streetfightmag.com/author/alex-salkever/" rel="author">ALEX SALKEVER</a> &#8211; <a title="The Myth of The Digitally Dumb Mom &amp; Pop" href="http://streetfightmag.com/2012/03/07/the-myth-of-the-digitally-dumb-mom-and-pop-shop/">The Myth of The Digitally Dumb Mom &amp; Pop</a></span></p>
<div style="clear:both"></div>
<p>&nbsp;<br />
This is a completely a myth. I would say that digitally many of them are trying to innovate and use social marketing. For example &#8220;like us on facebook&#8221; is pervasive, but alas the challenges are greater than that. There utsa be this big yellow book you could just put your ad in, or offer a free meal to the local food journalist and that&#8217;s all you needed. Now there is a myriad of different streams you have to broadcast to and manage, Sprout Social, Klout, Foursquare, facebook, Groupon, Twitter, and now Pintrist! That&#8217;s overwhelming for a Mom &amp; Pop who is juggling chain saws all day. I am sure there are startups just to solve the problem of startups now.</p>
<p>As a Mom &amp; Pop you are small right? Well there are a ton of people who like you just for being that, so why are you trying to get involved in national media streams? You think a national advertising agency, facebook or Groupon care if your business succeeds? You are just inventory to them, but your local area blogger loves their community and really wants you to succeed. That&#8217;s why they are the perfect partner!</p>
<p>What&#8217;s *our* recommendation to the mom and pops for marketing? Go back to basics, get involved as a sponsor in the most widely read local/community blog and make a strong presence there. Sponsor partnered events that engage their readership, start or go to community meetup with them, partner on specials or deals that grow your brand as &#8220;indie&#8221; and &#8220;local&#8221;. Make your presence known in the community and choose only one or two other online marketing streams that provide the biggest reach in your area.</p>
<img src="http://feeds.feedburner.com/~r/welocally/IExn/~4/YEjFRqN43H8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://welocally.com/wordpress/?feed=rss2&amp;p=999</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://welocally.com/wordpress/?p=999</feedburner:origLink></item>
	</channel>
</rss>
