<?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>sixty4media &#187; redirects</title>
	<atom:link href="http://sixty4media.com/tag/redirects/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixty4media.com</link>
	<description>WordPress design and new media solutions based in Vancouver B.C.</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:11:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using your domain as your brand with social networks</title>
		<link>http://sixty4media.com/2009/06/15/using-your-domain-as-your-brand-with-social-networks/</link>
		<comments>http://sixty4media.com/2009/06/15/using-your-domain-as-your-brand-with-social-networks/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 17:45:54 +0000</pubDate>
		<dc:creator>John Bollwitt</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[redirects]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[url redirection]]></category>

		<guid isPermaLink="false">http://sixty4media.com/?p=329</guid>
		<description><![CDATA[Copyright &#169; 2012 John Bollwitt. Visit the original article at http://sixty4media.com/2009/06/15/using-your-domain-as-your-brand-with-social-networks/.With all the social networks that are out there these days, it&#8217;s so common to get into conversations and have someone ask you, &#8220;Hey, are you on (insert the name of specific network here)?&#8221; More often than none, you want to say that you are, [...]]]></description>
			<content:encoded><![CDATA[Copyright &copy; 2012 <a href="http://sixty4media.com">John Bollwitt</a>. Visit the original article at <a href="http://sixty4media.com/2009/06/15/using-your-domain-as-your-brand-with-social-networks/">http://sixty4media.com/2009/06/15/using-your-domain-as-your-brand-with-social-networks/</a>.<br /><p>With all the social networks that are out there these days, it&#8217;s so common to get into conversations and have someone ask you, &#8220;Hey, are you on (insert the name of specific network here)?&#8221;  </p>
<p>More often than none, you want to say that you are, following that up with an easy way for that person you just met at some great networking event to remember how to find you on that specific website.  Be it <a href="http://twitter.com">Twitter</a>, <a href="http://facebook.com">Facebook</a>, <a href="http://myspace.com">MySpace</a>, or <a href="http://linkedin.com">LinkedIn</a>, there are multiple sites that all have different ways for you to be found on their service.  It could be a search based on a name or email address, but how could you simplify this process that makes it easy for this person to find you?</p>
<p>These following is going to get quite technical, so if you&#8217;re uncomfortable with the following directions or just don&#8217;t like dealing with the settings on your web server or getting into code in general, don&#8217;t let this overwhelm you.  Look over the idea and consider using this with your web presence.  After that, consider finding someone with the skills to get this implemented.<br />
<span id="more-329"></span><br />
Just as an example, I&#8217;m going to use Twitter.  To find anyone on their service, you can usually find someone by typing in the following URL into any web browser:<br />
<code>twitter.com/mybrand</code></p>
<p>It&#8217;s fairly easy to tell someone that URL, but there is actually a way to make your website&#8217;s domain name, what you should also consider as your brand, do a lot of the work for you.  Using what is known as <a href="http://en.wikipedia.org/wiki/URL_redirection">URL redirection</a>, you can use a simple, one line of code to use your brand to promote your presence on a particular social network.  This is where we get a little more technical.</p>
<p>In my example here, I&#8217;m using some simple code in the <a href="http://en.wikipedia.org/wiki/Htaccess">htaccess</a> on my website&#8217;s server.  It should be said that you need to be very careful when editing this particular file on any website because altering it incorrectly can cause problems with the overall function of your domain.  Of course, not all web servers are the same, so consult your host if you are not sure where or how you can implement this yourself.</p>
<p><code>Redirect /twitter http://twitter.com/mybrand</code></p>
<p>Once you have added that to the bottom of your htaccess, test it out by going to:<br />
<code>mybrand.com/twitter</code></p>
<p>Once you have this working, you should be able to go to that URL and have it automatically send anyone who visits that address to your account on Twitter so they can find you easily, efficiently, and, ultimately, follow your Twitter stream.  </p>
<p>This also cuts down on any confusion because what if your brand&#8217;s name is hard to spell or there is another account on Twitter that has an account such as &#8220;twitter.com/my_brand&#8221; or &#8220;twitter.com/mybrands&#8221;?  Having this redirect in place will save someone time and any confusion over who is who on any social network.  </p>
<p>A live example of this would be the Flickr group that we just started.  Since Rebecca and I both have our own accounts on there, we decided to create a pool of photos of all things related to sixty4media.  </p>
<p>Here&#8217;s the actual address to the sixty4media Flickr Group:<br />
<code>http://flickr.com/groups/sixty4media/</code></p>
<p>To simplify things, I&#8217;ve used this trick to create:<br />
<code>sixty4media.com/flickr</code></p>
<p>When anyone clicks on that URL or types it into any web browser, they will be directed to the appropriate page on Flickr to see our photo group there.  I&#8217;ve even gone a step further and added another line to compensate for any misspellings in the event that someone tries to type in &#8220;<a href="http://sixty4media.com/flicker" target="_blank">sixty4media.com/flicker</a>&#8220;.  It&#8217;s really up to you as to how specific you want to get.</p>
<p>This concept was something I caught wind about via <a href="http://twitter.com/JohnChow/status/2150111032">a Twitter post by John Chow</a>, and it made a lot of sense to me as soon as I saw it.  </p>
<p>My instant thought was how much it would make sense to be able to hand someone your business card at an event.  Since your website is usually on the card with all the rest of your contact information, telling that person how to find you on Facebook or LinkedIn is easier because all you have to do is point out your website on the card and tell them it&#8217;s &#8220;slash, (enter name of social network here).&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://sixty4media.com/2009/06/15/using-your-domain-as-your-brand-with-social-networks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

