<?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>TitaniumSites.com</title>
	<atom:link href="http://titaniumsites.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://titaniumsites.com</link>
	<description>Affordable, Professional Websites</description>
	<lastBuildDate>Wed, 05 Jun 2013 15:00:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Highlight: Recent Posts</title>
		<link>http://titaniumsites.com/2013/06/05/highlight-recent-posts/</link>
		<comments>http://titaniumsites.com/2013/06/05/highlight-recent-posts/#comments</comments>
		<pubDate>Wed, 05 Jun 2013 15:00:34 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Shortcodes]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=674</guid>
		<description><![CDATA[There are so many small features built into TitaniumSites(TS) that I thought it might be helpful to start highlighting a few of them! Today we're going to look at the shortcode. How would you like to show previews of posts in other places on your site? Let's say you wanted to show your 4 most [...]]]></description>
				<content:encoded><![CDATA[<p>There are so many small features built into TitaniumSites(TS) that I thought it might be helpful to start highlighting a few of them!</p>
<p>Today we're going to look at the
<div class="code">
<h3>Code</h3>
<p><code>[recent_posts]</code></div>
<p> shortcode.</p>
<p>How would you like to show previews of posts in other places on your site? Let's say you wanted to show your 4 most recent posts on your home page. It's easy enough! Here's what you'd put on your home page:</p>
<div class="code">
<h3>Code</h3>
<p><code></p>
[recent_posts quantity="4"]
<p></code></div>
<p>That's all you need!</p>
<p>What if you want a little more control? Let's say you wanted to put each of those posts in a separate column. You can use the column shortcodes to create your columns, and then put something like the following in each one:</p>
<div class="code">
<h3>Code</h3>
<p><code></p>
[recent_posts quantity="1" offset="1"]
<p></code></div>
<p>This would go in the second column. The offset attribute specifies how many recent posts to skip. So in this case we're selecting the second newest post on our site. For the first column, no offset is needed of course, and the third column would be offset="2", etc.</p>
<p>Other attributes that you can use are:</p>
<div class="code">
<h3>Code</h3>
<p><code></p>
<p>style="list" (displays a bulleted list of the posts you request)</p>
<p>excerpt="full" (displays all of the content of the requested posts, instead of a partial excerpt as it does by default.)</p>
<p>category="name" (displays posts in a particular category. The name is the category slug, not the actual name.)</p>
<p></code></div>
<p>As always, use creatively! Put post previews in your sidebar, on your pages, in the footer, subheader, etc. It's up to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/06/05/highlight-recent-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Feature: Dynamic Content Insertion</title>
		<link>http://titaniumsites.com/2013/06/04/new-feature-dynamic-content-insertion/</link>
		<comments>http://titaniumsites.com/2013/06/04/new-feature-dynamic-content-insertion/#comments</comments>
		<pubDate>Tue, 04 Jun 2013 18:35:14 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Shortcodes]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[insertion]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=670</guid>
		<description><![CDATA[Sometimes it's important to be able to personalize a page for a subset of users. This is especially true in marketing. Let's say you're running advertising to a page. You may want to customize the title of that page depending on which ad is running to it. It is now possible to put placeholder shortcodes [...]]]></description>
				<content:encoded><![CDATA[<p>Sometimes it's important to be able to personalize a page for a subset of users. This is especially true in marketing. Let's say you're running advertising to a page. You may want to customize the title of that page depending on which ad is running to it. It is now possible to put placeholder shortcodes in your content that will change based on your url!</p>
<p>Here's an example:</p>
<div class="code">
<h3>Code</h3>
<p><code></p>
[replace default="Google" var="s1"]
<p></code></div>
<p>This can be used in your content, title's, and text widgets. By default it will be replaced with(in this case) Google. But if you append ?s1=Ebay to your url, you'll see the text change to Ebay.</p>
<p>Let's look at another example to clarify:</p>
<div class="code">
<h3>Code</h3>
<p><code></p>
<p>[replace default="Websites" var="fiddles"] are very important!</p>
<p></code></div>
<p>Here the default text will be "Websites are very important!", but if I add ?fiddles=cars to the end of my url, the sentence will now read: "Cars are very important!".</p>
<p>You can specify multiple replacements per page, but don't get to carried away with things! Personalization can be good, but don't end up confusing your users by abusing it.</p>
<p>Note that this does not significantly impact SEO optimization because each page on TitaniumSites has a canonical url defined that does not include the substitution variables. Search engines should always index the page with the default keywords, not the dynamic replacements. This prevents any duplicate content penalties for your pages! Everything on TS is designed to give you the best features possible using the very best practices online!</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/06/04/new-feature-dynamic-content-insertion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Feature: Theme Presets!</title>
		<link>http://titaniumsites.com/2013/05/31/feature-theme-presets/</link>
		<comments>http://titaniumsites.com/2013/05/31/feature-theme-presets/#comments</comments>
		<pubDate>Fri, 31 May 2013 23:03:48 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[presets]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=661</guid>
		<description><![CDATA[If you've seen anything about TitaniumSites then you know that you can create practically any design that you want to with them! TS provides several infinitely customizable themes for you to use. But what if you're not a designer? Where do you start? For those who don't feel comfortable picking out their color schemes, or [...]]]></description>
				<content:encoded><![CDATA[<p>If you've seen anything about TitaniumSites then you know that you can create practically any design that you want to with them! TS provides several infinitely customizable themes for you to use. But what if you're not a designer? Where do you start?</p>
<p>For those who don't feel comfortable picking out their color schemes, or playing around with layouts to get that perfectly balanced layout, help has arrived! TitaniumSites is dedicated to making the process as easy as possible. Because of that, today we are announcing the all-new theme presets! These strike the perfect balance of great defaults, and yet still giving you the ability to customize your site endlessly! Select the preset that you like the best, and save it. Then you'll be able to change any of the new settings that you want.</p>
<p>These presets work across any of our themes. We think of the themes as defining some of the "big picture" styles for your site, and the presets/site options as taking care of the specific look and feel. Themes cover things like whether the header spans the entire width of the page, and the general layout of the typography(text style). Colors, site width, and page layout are covered in the presets/site options. We feel like this gives the greatest flexibility in creating the most variations in the easiest way. We think you'll agree when you give it a try!</p>
<p>We're releasing this feature with several presets to start with, and many, many more will be added over the coming months!</p>
<p>Look for the Preset drop-down menu to show up in the admin panel on Monday! You'll find it on your Site Options page under the Color Scheme section.</p>
<p>Have a great weekend!</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/05/31/feature-theme-presets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Shortcode: Related Posts!</title>
		<link>http://titaniumsites.com/2013/05/29/new-shortcode-related-posts/</link>
		<comments>http://titaniumsites.com/2013/05/29/new-shortcode-related-posts/#comments</comments>
		<pubDate>Wed, 29 May 2013 01:00:35 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Shortcodes]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[related posts]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=625</guid>
		<description><![CDATA[It's finally here! TitaniumSites now has the ability to show related posts! There's a blue-million plugins out there that provide related posts, but they either slow the site down, or don't have the customization needed to be used across many types of sites. That's why TS now has a custom solution. So why go with [...]]]></description>
				<content:encoded><![CDATA[<p>It's finally here! TitaniumSites now has the ability to show related posts! There's a blue-million plugins out there that provide related posts, but they either slow the site down, or don't have the customization needed to be used across many types of sites. That's why TS now has a custom solution. So why go with shortcodes? Shortcodes are great because we can use them in so many different places, either in a single post, or any any widget used in the template.</p>
<p>If you go to Appearance -&gt; Widgets in your Admin Panel, you'll see a ton of different locations that you can insert widgets into to show in your website. Add shortcodes by first adding a Text widget to the desired location, and putting your shortcode inside that Text widget. Probably the best place that you can put the related posts shortcode is in the After-Post Widget Area. This will ensure that they show up after every post, including in the blog list, category pages, archives, etc.</p>
<p>Related posts are determined by first looking for other posts with similar tags, and then if it can't find any tags it looks for posts in the same category. Be sure to add plenty of categories and tags to your posts! So what's the shortcode?
<div class="code">
<h3>Code</h3>
<p><code> [related_posts quantity="3"] </code></div>
<p> Plain and simple! Set how many related posts that you want to show with the quantity attribute, and you're done! See an example of it in use <a href="http://trivette.me/blog/" target="_blank">here</a>.</p>
<p>Related posts are a great way to<strong> increase the amount of time on your site</strong>. You get to show people who are interested in one article - other articles right in line with their interests!</p>
<p>Now get creative! You could put it in your sidebar for single posts if you use it inside the <a title="Conditional Shortcode for TS" href="http://titaniumsites.com/2013/03/11/conditional-shortcode-for-ts/">conditional shortcode</a>, or only put it on certain posts in the content, instead of globally in the widgets. It's up to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/05/29/new-shortcode-related-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Twitter Cards on Your Site!</title>
		<link>http://titaniumsites.com/2013/05/27/enabling-twitter-cards-on-your-site/</link>
		<comments>http://titaniumsites.com/2013/05/27/enabling-twitter-cards-on-your-site/#comments</comments>
		<pubDate>Mon, 27 May 2013 11:10:01 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[cards]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=621</guid>
		<description><![CDATA[Twitter cards are a relatively new feature from Twitter that has been rolling out over the last several months. These cards give previews on Twitter(web or mobile) for links from approved sites. Anyone who shares a link gets a summary card when someone clicks on their tweet. See the image on the right for an [...]]]></description>
				<content:encoded><![CDATA[<p>Twitter cards are a relatively new feature from Twitter that has been rolling out over the last several months. These cards give previews on Twitter(web or mobile) for links from approved sites. Anyone who shares a link gets a summary card when someone clicks on their tweet. See the image on the right for an example. TitaniumSites templates now have the code built-in for you to start taking advantage of these! Anytime you can put a little more professional foot forward on the web is a good day for your business!</p>
<p>Here's how to enable this on your site:</p>
<ol>
<li>Add your twitter username to the Site Options page under General Info.</li>
<li>Get approved by Twitter<br />
This is pretty easy. Go here: <a href="https://dev.twitter.com/docs/cards/validation/validator">https://dev.twitter.com/docs/cards/validation/validator<br />
C</a>lick Cancel on the popup, and then click the tab on the left hand side that says Validate &amp; Apply.<br />
Paste a link to one of your blog posts into the URL field, and click Validate. If everything is setup correctly, you'll see the card preview generated.<br />
At that point all you need to do is click the Request Approval button directly below the URL field, and fill out some information about your Twitter account, and you're done!</li>
</ol>
<p>For best results, be sure to set a featured image for each of your posts. This is a general good practice when blogging anyway, and ensures that each preview card has a unique image on it. (Featured images are also used for previews already on Facebook and Google+)</p>
<p>Happy Twittering!</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/05/27/enabling-twitter-cards-on-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizing Your Potential!</title>
		<link>http://titaniumsites.com/2013/04/29/maximizing-your-potential/</link>
		<comments>http://titaniumsites.com/2013/04/29/maximizing-your-potential/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 22:48:48 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[andrew trivette]]></category>
		<category><![CDATA[digital buildings]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=616</guid>
		<description><![CDATA[Being successful online is so much more than only having a great site. Learn about my new show, airing in the next few weeks. Learn more here! - Andrew]]></description>
				<content:encoded><![CDATA[<p>Being successful online is so much more than only having a great site.</p>
<p>Learn about my new show, airing in the next few weeks. <a href="http://trivette.me/2013/04/29/digital-buildings-website-strategies-for-small-businesses/" target="_blank">Learn more here!</a></p>
<p>- Andrew</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/04/29/maximizing-your-potential/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Shortcodes</title>
		<link>http://titaniumsites.com/2013/04/12/redirect-shortcodes/</link>
		<comments>http://titaniumsites.com/2013/04/12/redirect-shortcodes/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 10:00:16 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Shortcodes]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=590</guid>
		<description><![CDATA[Here comes another new shortcode! This one allows you to create url's on your domain that redirect anywhere you want. Here's an example: http://titaniumsites.com/facebook will take you to the TitaniumSites Facebook page(who would've guessed!). Here's how it works. Create a new page with the desired url. In my case, I created a page named facebook, [...]]]></description>
				<content:encoded><![CDATA[<p>Here comes another new shortcode!</p>
<p>This one allows you to create url's on your domain that redirect anywhere you want. Here's an example: http://titaniumsites.com/facebook will take you to the TitaniumSites Facebook page(who would've guessed!).</p>
<p>Here's how it works. Create a new page with the desired url. In my case, I created a page named facebook, which created a page at http://titaniumsites.com/facebook. Then on that page I put the following shortcode:</p>
<div class="code">
<h3>Code</h3>
<p><code>[redirect url="https://www.facebook.com/titaniumsites"]</code></div>
<p>Then set the page template to Unbranded Sales Page. This allows the redirect to happen without the template loading, creating a faster redirect. This is a required step!</p>
<p>That's it! Don't put anything else on the page, since it won't be seen. The page is essentially just a placeholder for the redirect!</p>
<p>So what can we use this for? Glad you asked!</p>
<ul>
<li><strong>Easy to remember url's.</strong> trivette.me/gplus is much easier to remember(and tell others) than https://plus.google.com/115073558164136008184/posts</li>
<li><strong>Moved pages.</strong> Have a popular page that needs to move somewhere else? No problem!</li>
<li><strong>Affiliate links.</strong> If you use affiliate programs then you know that sometimes it's useful to put those links behind your own url's for easier tracking and general use.</li>
</ul>
<p>Advanced Feature:</p>
<p>By default the shortcode creates a temporary redirect. For you SEO guys and developers, that means it's a 302 redirect. This is useful if you don't want search engines to permanently assume that this page is a redirect. (Maybe you're creating a placeholder page for future use, but want it to redirect somewhere else right now).  But you can change it to a permanent(301) redirect if you like. Just add an attribute called <em>status</em>, and set it to <em>permanent</em>. Here's an example:</p>
<div class="code">
<h3>Code</h3>
<p><code>[redirect url="https://www.facebook.com/titaniumsites" status="permanent"]</code></div>
<p>Setting it to permanent tells search engines and browsers that this url is just an alias of the redirected url, and will pass page rank from the original url to the secondary one.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/04/12/redirect-shortcodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Predictive Url&#8217;s</title>
		<link>http://titaniumsites.com/2013/04/08/predictive-urls/</link>
		<comments>http://titaniumsites.com/2013/04/08/predictive-urls/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 10:00:56 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=588</guid>
		<description><![CDATA[Bad url's are a fact of life. We may type them wrong, and sometimes other people type them wrong when they're linking to us. The usual focus is to have good "404" error pages on your site. Now that's all well and good, to a point. But what if we could deal with small typos [...]]]></description>
				<content:encoded><![CDATA[<p>Bad url's are a fact of life. We may type them wrong, and sometimes other people type them wrong when they're linking to us. The usual focus is to have good "404" error pages on your site. Now that's all well and good, to a point.</p>
<p>But what if we could deal with small typos automatically, and figure out where they meant to go in the first place?</p>
<p>As you've no doubt guessed by now, TitaniumSites does! If a page can't be found, before it goes to an error page, TS looks to see if there's any pages that's less than three characters different from the bad url. If it finds one, the visitor is automatically redirected to that page! Now of course the domain has to be correct, or it won't get to the TS servers in the first place. But anything after the domain is as fault tolerant as possible!</p>
<p>For you SEO experts, you'll be happy to know that the redirect is a 301(permanent) one, so the bad links pointing to you can still pass rank to the correct page!</p>
<p>Try it out on these links:</p>
<p><a href="http://titaniumsites.com/2013/04/08/predictive-urls/">http://titaniumsites.com/2013/04/08/predictive-urls/</a> This is the good url to this post</p>
<p><a href="http://titaniumsites.com/2013/04/08/predictve-ur/">http://titaniumsites.com/2013/04/08/predictve-ur/</a>This is a "bad" link to this post, but it still works!</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/04/08/predictive-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Being Good Online Citizens</title>
		<link>http://titaniumsites.com/2013/04/05/being-good-online-citizens/</link>
		<comments>http://titaniumsites.com/2013/04/05/being-good-online-citizens/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 10:00:06 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[feature]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=579</guid>
		<description><![CDATA[Everyone who is online is part of a community. As a part of that community, we have a responsibility to help each other out, and do what we can to make the online "world" a safer place, and a better experience for everyone. One of the big ways that we can do this is to [...]]]></description>
				<content:encoded><![CDATA[<p>Everyone who is online is part of a community. As a part of that community, we have a responsibility to help each other out, and do what we can to make the online "world" a safer place, and a better experience for everyone. One of the big ways that we can do this is to encourage others to keep their browsers updated. People with out-of-date browsers are more likely to be hacked, and more likely to have a bad experience online.</p>
<p>With each new browser comes new features that we can take advantage of to make sites faster, and improve the features and usability of our sites. TitaniumSites is committed to using the latest technologies, so that your site operates at it's very best! In order to do that, we have to set reasonable limits on how many old versions of browsers are supported.</p>
<p>For most browsers, this is a non-issue as they have switched to an "evergreen" browser model. This means that those browsers automatically update in the background, keeping you secure and modern with no effort. Chrome is the best example of an evergreen browser. Internet Explorer(IE) is the browser that's bringing up the rear in this case. As of version 10, IE has adopted the evergreen model by default. However, until users update to the latest version, the automatic updates don't happen by default.</p>
<p>TS has made the decision to support back to version 8 of IE. Chrome and Firefox and Safari, along with these versions of IE, represent 95% of the browsers used. We feel that strikes the correct balance that allows us to reach the most people, and still develop modern solutions for the web.</p>
<p>Users who get all the features of the sites they visit, and don't get hacked when they're online are going to spend more time online, and of course spend more money online as well. We all benefit from using secure browsers!</p>
<p>By default every TitaniumSite has what is called a "Browser Upgrade Bar" that shows whenever someone using an out-of-date browser comes to the site. It doesn't interfere with your site's operation. It's just a hint to your technology-challenged users to upgrade.</p>
<p>It also means that if something doesn't work just right on your site in a really old browser, you won't get calls complaining about your site. They'll understand that it's their software, not you!</p>
<p>If for any reason you don't want the Bar to show for your users, you can easily turn it off under Site Options -&gt; Shortcode Information in the Admin Panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/04/05/being-good-online-citizens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where Am I? New Shortcode!</title>
		<link>http://titaniumsites.com/2013/04/01/where-am-i/</link>
		<comments>http://titaniumsites.com/2013/04/01/where-am-i/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 11:00:40 +0000</pubDate>
		<dc:creator>Andrew Trivette</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Shortcodes]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://titaniumsites.com/?p=571</guid>
		<description><![CDATA[How easy is it to show a Google Map on your page? Well, I think it's pretty simple! Take a look: That's it! What do you think? Now why would you use this over the embed code that you can get from the Google Maps site? Unfortunately those maps use Iframes which get stripped out [...]]]></description>
				<content:encoded><![CDATA[<p>How easy is it to show a Google Map on your page? Well, I think it's pretty simple! Take a look:</p>
<div class="code">
<h3>Code</h3>
<p><code></p>
[map address="1234 AnyStreet Somewhere, AK, 555555" width="500" height="300"]
<p></code></div>
<p>That's it! What do you think?</p>
<p>Now why would you use this over the embed code that you can get from the Google Maps site? Unfortunately those maps use Iframes which get stripped out of the content editor whenever you're in Visual mode. Using the shortcode means that your map will never be stripped out accidentally when you edit your content in the future.</p>
<p>Give it a try, and see how you like it. The next step for this shortcode is to add the ability to get directions on the same page. When directions are added, it'll be announced right here on the blog, so check back soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://titaniumsites.com/2013/04/01/where-am-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>