<?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>Carnival Creative Ltd</title>
	
	<link>http://www.carnivalcreative.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 25 Nov 2011 16:30:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CarnivalCreativeLtd" /><feedburner:info uri="carnivalcreativeltd" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><item>
		<title>Securing WordPress 102</title>
		<link>http://feedproxy.google.com/~r/CarnivalCreativeLtd/~3/-lp7LnWjerA/</link>
		<comments>http://www.carnivalcreative.com/blog/securing-wordpress/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 15:49:49 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.carnivalcreative.com/?p=561</guid>
		<description><![CDATA[For those of you who didn&#8217;t have the pleasure of attending this September&#8217;s Think Visibility conference then you sadly missed Glyn Wintle&#8217;s excellent talk on WordPress Security, cleverly titled &#8220;WordPress Security 101&#8243;. The talk was excellent and I came away thinking about all the tricks I had missed when securing my own websites, whether they [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-562" title="secure-wordpress" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/secure-wordpress.jpg" alt="" width="625" height="139" /></p>
<p style="text-align: left;">For those of you who didn&#8217;t have the pleasure of attending this September&#8217;s <a href="http://www.thinkvisibility.com">Think Visibility</a> conference then you sadly missed Glyn Wintle&#8217;s excellent talk on WordPress Security, cleverly titled &#8220;WordPress Security 101&#8243;. The talk was excellent and I came away thinking about all the tricks I had missed when securing my own websites, whether they be WordPress or something else.</p>
<p style="text-align: left;">After talking to a few people after the knowledge had been imparted upon us, I found that it was not what some people were expecting. Although the title of the talk did give the impression it was all about WordPress, the talk was a more well rounded &#8220;How to secure websites with a few WordPress specific examples thrown in&#8221;.</p>
<p style="text-align: left;">This for me was much more useful, but I do understand that some people going to learn how to secure their own WordPress website(s) may have left feeling a little confused.</p>
<p style="text-align: left;">So this is where this blog post (hopefully) steps in. I will be covering the points discussed by Glyn and hopefully elaborating a little so it becomes almost a check-list of things to do and how to do them. So let&#8217;s get started!<span id="more-561"></span></p>
<p>&nbsp;</p>
<h2 style="text-align: left;">#1 Remove readme.html</h2>
<p style="text-align: center;"><img class="alignnone size-full wp-image-565" title="readme-html" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/readme-html.jpg" alt="" width="625" height="139" /></p>
<p style="text-align: left;">Out of Glyn&#8217;s points, this is probably the simplest to change. Included with WordPress is a file in the root of your installation called &#8220;readme.html&#8221; that if viewed will show some information about the version of WordPress you are currently using. Although not directly damaging to your website, giving information about which version of WordPress you are using could help any person with malicious intent narrow their efforts to your specific version.</p>
<p style="text-align: left;">To rectify this, simply delete the file via (s)FTP or your host&#8217;s file manager.</p>
<p>&nbsp;</p>
<h2 style="text-align: left;">#2 Stop WordPress displaying version numbers</h2>
<p style="text-align: left;">Much like above, informing a user which version of any software you are using is not directly damaging, but can help someone if they did intend to do your website harm. WordPress by default outputs the version in the Meta information in the header of your website. Some themes disable this but you should check that yours does. If you have a line something like the following in your source code, it&#8217;s time to fix it.</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-567" title="generator" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/generator.jpg" alt="" width="423" height="17" /></p>
<p style="text-align: left;">To stop WordPress outputting this information in your header, open your theme&#8217;s <strong>functions.php</strong> file in either the wordpress back-end editor or via (s)FTP and insert the line below somewhere in-between the opening &lt;?php and closing ?&gt; lines.</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-568" title="generator2" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/generator2.jpg" alt="" width="295" height="20" /></p>
<p>&nbsp;</p>
<h2 style="text-align: left;">#3 Moving wp-config.php</h2>
<p style="text-align: center;"><img class="alignnone size-full wp-image-573" title="wp-config" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/wp-config.jpg" alt="" width="625" height="139" /></p>
<p style="text-align: left;">I see this step as more of an optional, as if a malicious user gets their hands on this file you&#8217;re probably already in trouble. For those that don&#8217;t know, wp-config.php is a file in the root of your WordPress install that contains all information on how your WordPress installation connects to your database and a few other things. Recent versions of WordPress now have the option to move this file out of the root of your website and so keep it a little more secure.</p>
<p style="text-align: left;">This is simple enough to do, just move the file one level up in your hosting. There may be some hosts that don&#8217;t allow you outside of the root of the website though, so you may have issues if this is the case with your host. If you&#8217;re ok, simply move the file via (s)FTP and ensure the copy that was in your website root is no longer there.</p>
<p>&nbsp;</p>
<h2 style="text-align: left;">#4 Deny access to wp-admin</h2>
<p style="text-align: left;">If you have a static IP and you know where you are going to be logging into the admin section from, this is a great update to your security that is very easy to do. By default, anyone from anywhere can go to YourWebsite.com/wp-admin/ and try to login. Since some WordPress websites only need the admin to login to the admin area then there is no need to show this area of your website to anyone BUT the admin.</p>
<p style="text-align: left;">This is accomplished via a .htaccess file that is uploaded to your website. If you already have a .htaccess file in your wp-admin folder, edit this one, if not simply create a new one with a text editor and upload it with the following content in it:</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-575" title="deny-wp-admin" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/deny-wp-admin.jpg" alt="" width="192" height="48" /></p>
<p style="text-align: left;">Just change xx.xx.xx.xx to your IP address and you&#8217;re done!</p>
<p style="text-align: left;">An alternative for this if you either don&#8217;t know where you will be logging in from or don&#8217;t have a static IP is to use an SSL certificate. This is more complicated to do and I don&#8217;t think I can add much more than the <a href="http://codex.wordpress.org/Administration_Over_SSL">WordPress Codex</a> already has so I suggest reading that if you are planning to do this.</p>
<p>&nbsp;</p>
<h2 style="text-align: left;">#5 Keep wordpress up-to-date</h2>
<p style="text-align: center;"><img class="alignnone size-full wp-image-576" title="updates" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/updates.jpg" alt="" width="625" height="139" /></p>
<p style="text-align: left;">This is another incredibly simple problem, but it still amazes me (and Glyn) how many people don&#8217;t keep their WordPress up-to-date. Each time WordPress is updated a list of bugs that the new patch has fixed is published. This is important for you as you know which problems have been fixed but also great for people wanting to exploit these bugs as they not only know which bugs there were, but what WordPress has changed to fix them. So in short, keep your WordPress up-to-date to avoid this as much as possible.</p>
<p>&nbsp;</p>
<h2 style="text-align: left;">#6 Investigate your plugins</h2>
<p style="text-align: center;"><img class="alignnone size-full wp-image-577" title="plugins" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/plugins.jpg" alt="" width="625" height="139" /></p>
<p style="text-align: left;">Plugin research is a little harder to do if you&#8217;re not a developer, but that doesn&#8217;t mean you shouldn&#8217;t try. Anyone can write a plugin for WordPress and submit it to the WordPress website. If I was a malicious person, it wouldn&#8217;t take me much effort to write a plugin that is seemingly harmless but email me a copy of your database in the background.</p>
<p style="text-align: left;">Other than this, sometimes developers have purely good intentions but their plugin may be vulnerable to some oversight meaning that once installed on your website, your website is also vulnerable.</p>
<p style="text-align: left;">Before installing anything on your website, read reviews, search Google and if you can, get a Developer to look it over. If it seems like it was made in a rush, or not very well, stay clear.</p>
<p>&nbsp;</p>
<h2>#7 Don&#8217;t be lazy</h2>
<p>Is your username &#8220;Admin&#8221;? Then you better change it since I&#8217;ve already guessed it and I&#8217;m just writing a blog post, not trying to gain access to your website. Previous versions of WordPress created the account for the administrator with the username &#8220;Admin&#8221;, but now you can enter whatever you like, so I strongly suggest changing this to something more secure (and I don&#8217;t mean &#8220;Administrator&#8221;).</p>
<p>Other than username, the next obvious thing is password. WordPress has a password strength meter to help you pick a strong password but I would say it&#8217;s a little lenient, so if your password is not at LEAST classed as &#8220;Strong&#8221; by WordPress, you should think about changing it. As Glyn pointed out, <a href="http://xkcd.com/936/">this comic</a> sums it up pretty well (even if it&#8217;s not 100% mathematically correct).</p>
<p>&nbsp;</p>
<h2 style="text-align: left;">#8 Don&#8217;t give away so much info</h2>
<p style="text-align: center;"><img class="alignnone size-full wp-image-584" title="login-error" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/login-error.jpg" alt="" width="625" height="139" /></p>
<p style="text-align: left;">The final point I am going to cover in this post (I may do more in a later post if people are interested) is to not give away too much information. When someone tries to login to a WordPress website with a fake or incorrect username, WordPress will inform you that the username is invalid. This is great for real users who have entered their username incorrectly but also great for someone trying to gain access to your website.</p>
<p style="text-align: left;">This error message shows a malicious person that the username they have entered is not valid, and so they move onto the next one. Without this message, then the malicious user doesn&#8217;t know if they have a valid username but the password is incorrect or an invalid username and so makes it much more difficult for the malicious user.</p>
<p style="text-align: left;">Unless all of your users login via your login page (ie not via facebook, twitter etc), this error message can be easily removed much like the WordPress version in your header. Add the following to your functions.php file:</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-579" title="login-errors" src="http://www.carnivalcreative.com/wp-content/uploads/2011/09/login-errors.jpg" alt="" width="465" height="20" /></p>
<p>&nbsp;</p>
<h2 style="text-align: left;">#9 Final thoughts</h2>
<p style="text-align: left;">Thousands of WordPress website&#8217;s are hacked each day, and I don&#8217;t know about you, but I don&#8217;t want to be one of them. For a couple hours of effort you can make it much less likely that you will be one of those websites and I can&#8217;t see any reason why you wouldn&#8217;t want to.</p>
<p style="text-align: left;">I&#8217;d like to thank Glyn Wintle for his excellent talk at <a href="http://www.thinkvisibility.com">Think Visibility</a> and getting me thinking about this.</p>
<p style="text-align: left;">Any questions, please feel free to leave them in the comments or <a href="/meet-the-team/dan-mcguire/">contact me</a>.</p>
<p style="text-align: left;">Oh, and don&#8217;t use &#8220;princess&#8221; as your password.</p>
<img src="http://feeds.feedburner.com/~r/CarnivalCreativeLtd/~4/-lp7LnWjerA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carnivalcreative.com/blog/securing-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.carnivalcreative.com/blog/securing-wordpress/</feedburner:origLink></item>
		<item>
		<title>Think Visibility 5: Rubber Ducks, Jazzles &amp; Gold Dinner Jackets</title>
		<link>http://feedproxy.google.com/~r/CarnivalCreativeLtd/~3/M5INBb3d6k0/</link>
		<comments>http://www.carnivalcreative.com/blog/think-visibility-5-rubber-ducks-jazzles-gold-dinner-jackets/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 19:50:22 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[A Beginners Guide]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[ThinkVis]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.carnivalcreative.com/?p=146</guid>
		<description><![CDATA[This years Think Visibility conference was one that the team were really looking forward to for a number of reasons. Firstly, Jackie was selected to be one of the speakers, secondly, we were one of the sponsors of the event and thirdly, we knew it was probably going to be the best one yet. We [...]]]></description>
			<content:encoded><![CDATA[<p>This years <a href="http://www.thinkvisibility.com/">Think Visibility</a> conference was one that the team were really looking forward to for a number of reasons. Firstly, Jackie was selected to be one of the speakers, secondly, we were one of the sponsors of the event and thirdly, we knew it was probably going to be the best one yet. We weren&#8217;t disappointed and yet again came away with some fantastic tips and the chance to meet up with old and new friends alike. We would like to have attended all the presentations but this just wasn&#8217;t possible, so this post is a round up of just some of the highlights. For more in-depth reviews of the day I recommend the following:<span id="more-146"></span></p>
<p><a href="http://blog.pushon.co.uk/think-visibility/think-visibility-live-blogging-march-2011/">http://blog.pushon.co.uk/think-visibility/think-visibility-live-blogging-march-2011/</a></p>
<p><a href="http://www.distilled.co.uk/blog/seo/think-visibility-march-2011-the-jaamit-award-pick-n-mix/">http://www.distilled.co.uk/blog/seo/think-visibility-march-2011-the-jaamit-award-pick-n-mix/</a></p>
<p><a href="http://www.keanrichmond.com/my-thinkvis.html">http://www.keanrichmond.com/my-thinkvis.html</a></p>
<p><a href="http://www.3wdl.co.uk/2011/03/07/getting-links-from-twitter/">http://www.3wdl.co.uk/2011/03/07/getting-links-from-twitter/</a></p>
<p><a href="http://www.stateofsearch.com/think-visibility-5-march-2011-the-one-with-the-panda-pick-n-mix/">http://www.stateofsearch.com/think-visibility-5-march-2011-the-one-with-the-panda-pick-n-mix/</a></p>
<p><a href="http://www.vertical-leap.co.uk/blog/think-visibility-5-roundup/">http://www.vertical-leap.co.uk/blog/think-visibility-5-roundup/</a></p>
<p><a href="http://www.davidnaylor.co.uk/what-a-weekend-thinkvis.html">http://www.davidnaylor.co.uk/what-a-weekend-thinkvis.html</a></p>
<p style="text-align: center;"><img class="size-medium wp-image-147 aligncenter" title="dom" src="http://www.carnivalcreative.com/wp-content/uploads/2011/03/dom-199x300.jpg" alt="Dom - Think Vis 5" width="199" height="300" /><br />
<a href="http://www.flickr.com/photos/sk8geek/5501259320/sizes/l/in/set-72157626197673302/">Photo Credit: Sk8geek</a></p>
<p><strong>Paddy Moogan</strong></p>
<p>Link builder extraordinaire Paddy chose a selection of sites to analyse via their link profiles. Lots of tips were given for mining Twitter for data Use (use http://qwerly.com/), creating ego bait (not the dreaded linkbait) plus a couple of highly entertaining &#8216;shadier&#8217; stuff which I&#8217;m afraid you had to be at the session to hear.</p>
<p><strong>Jackie Hole</strong></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-150" title="jackie hole" src="http://www.carnivalcreative.com/wp-content/uploads/2011/03/jackie-hole-199x300.jpg" alt="Jackie Hole " width="199" height="300" /><br />
<a href="http://www.flickr.com/photos/sk8geek/5501259320/sizes/l/in/set-72157626197673302/">Photo Credit: Sk8geek</a></p>
<p>You can see the slides from <a href="http://www.slideshare.net/carnivalcreative/think-visibility-march-2011-ppc-presentation-by-jackie-hole-carnival-creative-ltd">Jackie&#8217;s presentation here</a></p>
<p><strong>Paul Madden</strong></p>
<p>What can I say about Paul &#8211; he always gives good presentation and he didn&#8217;t disappoint this time either. He let us in on some of the processes and companies he has been using over the past year in order to free up more of his time. He&#8217;s been successful but not without a great deal of preparation on his part, but does warn that it&#8217;s best to have &#8216;something&#8217; to replace the time you&#8217;ll free up otherwise you&#8217;ll end up bored or doing as much work. Oh, and if you have a spare $5, head over to fiverr.com but try not to get that person arrested&#8230;..</p>
<p><strong>Dixon Jones</strong></p>
<p>I&#8217;m a huge fan of Majestic (now I&#8217;ve taken the time to learn how to use it properly LOL) so this was a really great presentation for me. Dixon fired off tips like they were going out of fashion but the real takaway for me was utilising the Google Customer Search Engine using data from Majestic SEO&#8217;s &#8216;Cliquehunter&#8217; tool.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-151" title="Dave Naylor" src="http://www.carnivalcreative.com/wp-content/uploads/2011/03/Dave-Naylor-199x300.jpg" alt="Dave Naylor" width="199" height="300" /><br />
<a href="http://www.flickr.com/photos/sk8geek/5501259320/sizes/l/in/set-72157626197673302/">Photo Credit: Sk8geek</a></p>
<p>Finally, a huge congratulutions to <a href="http://twitter.com/#!/rhyswynne">Rhys</a> for winning the first Jaamit award.</p>
<p>What a wonderful end to a great day. So, like I said, a short but (hopefully) sweet post on the day. A huge thanks to Dom &amp; the team for making it so easy to sponsor (hint!), for supporting Jackie, for making us feel so welcome and for bringing so may like minded people together. Roll on September 2011&#8230;&#8230;&#8230;&#8230;</p>
<img src="http://feeds.feedburner.com/~r/CarnivalCreativeLtd/~4/M5INBb3d6k0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carnivalcreative.com/blog/think-visibility-5-rubber-ducks-jazzles-gold-dinner-jackets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.carnivalcreative.com/blog/think-visibility-5-rubber-ducks-jazzles-gold-dinner-jackets/</feedburner:origLink></item>
		<item>
		<title>Can Facebook really help your business?</title>
		<link>http://feedproxy.google.com/~r/CarnivalCreativeLtd/~3/ZUCQ0NdjYdc/</link>
		<comments>http://www.carnivalcreative.com/blog/can-facebook-really-help-your-business/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 22:14:12 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.carnivalcreative.com/?p=103</guid>
		<description><![CDATA[These days, there are hundreds of social networking websites available online – finding old friends or sharing interests with others is a major factor in their popularity. Many, many internet users have joined at least one of these social networking sites with one of the biggest being Facebook. If you own a business and you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-112" title="facebook" src="http://www.carnivalcreative.com/wp-content/uploads/2011/03/facebook.jpg" alt="" width="625" height="139" /></p>
<p>These days, there are hundreds of social networking websites available online – finding old friends or sharing interests with others is a major factor in their popularity. Many, many internet users have joined at least one of these social networking sites with one of the biggest being Facebook. If you own a business and you are targeting an 18 to 25 demographic to sell your products, Facebook could provide you with a ready market.</p>
<p>The great thing about Facebook is that it provides tools that can be used to effectively market your products and services, as standard. With over 62 million users worldwide, that’s a lot of potential clients to do business with. So, here are a few tips that can help you use this phenomenal site to market your products and services for free.<span id="more-103"></span></p>
<p><strong>Make your profile strong and identifiable</strong>.</p>
<p>With a great profile, you will be able to attract more people to view it. Social websites like Facebook are all about connecting and interacting with other members, so the more relationships you build in Facebook, the more effective your marketing efforts will be.</p>
<p><strong>Join Facebook groups or create your own group.</strong></p>
<p>It can be groups containing members of your target niche and it can also be groups of internet marketers where you will be able to help each other out advertise your business or your products and services.</p>
<p><strong>Add some applications (such as games) and syndicate your blog website using RSS.</strong></p>
<p>Reach out to as many people as possible. In order for an online business to become a success, targeted traffic is the key and there is no better way than by using Facebook. So, if you think that <a href="http://www.sorbetdigital.com/">internet marketing</a> is not working for you, try a social networking site like Facebook and see if you can tap into its potential.</p>
<img src="http://feeds.feedburner.com/~r/CarnivalCreativeLtd/~4/ZUCQ0NdjYdc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carnivalcreative.com/blog/can-facebook-really-help-your-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.carnivalcreative.com/blog/can-facebook-really-help-your-business/</feedburner:origLink></item>
		<item>
		<title>The wonderful world of Twitter</title>
		<link>http://feedproxy.google.com/~r/CarnivalCreativeLtd/~3/Sg4jye10yow/</link>
		<comments>http://www.carnivalcreative.com/blog/the-wonderful-world-of-twitter/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 22:05:14 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.carnivalcreative.com/?p=101</guid>
		<description><![CDATA[Contrary to those that know me, I don&#8217;t really believe that Twitter is the best thing to happen to internet marketing ever&#8230;.honest. However, I do think it has an incredibly important part to play in an holistic search marketing campaign, if used with some thought and a clear strategy. Primarily a communication tool, ironically this [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-116" title="twitter" src="http://www.carnivalcreative.com/wp-content/uploads/2011/03/twitter.jpg" alt="" width="625" height="139" /></p>
<p>Contrary to those that know me, I don&#8217;t really believe that Twitter is the best thing to happen to internet marketing ever&#8230;.honest. However, I do think it has an incredibly important part to play in an holistic search marketing campaign, if used with some thought and a clear strategy. Primarily a communication tool, ironically this represents both Twitter&#8217;s greatest strength and also its greatest weakness. Anyone with internet access can open an account in under a minute and tweet about anything and everything &#8211; and they usually do. The perception that Twitter is where people tweet about what they&#8217;ve just eaten is based on fact (hell, even I&#8217;ve done it!) but that doesn&#8217;t mean that serious users should shy away from participating. On the contrary, the fact that people are actually <em>using</em> Twitter at all means that anyone serious about internet marketing should be part of the process too. Why wouldn&#8217;t you want to promote your service or product in an arena where literally millions are ready to listen?</p>
<p>However, having millions ready to listen means there are millions of other Twitter accounts to compete against &#8211; so how do you make yourself or your client stand out from the noise?<span id="more-101"></span></p>
<ul>
<li>Get consensus on the public profile from the start from all parties concerned- agree on the corporate image you want to promote.</li>
<li>Establish your online identity. Choose a user name that reflects your company name or one very close to it.</li>
<li>Brand your profile page and update your Twitter icon. Use the Bio feature to establish your service or product and always link to a website if there is one.</li>
<li>Consider using different Twitter accounts to feed into the main one if applicable, i.e. Customer Service, Technical Support, Promotional Offers. Make sure each are branded the same to ensure continuity.</li>
<li>If you&#8217;re using just one account try and vary the tweets &#8211; a constant stream of promotion or sales pitches can be off putting to potential followers.</li>
<li>If you or your client has a blog, tweet about and link to each new post.</li>
<li>Always include a link back to the URL if you are promoting something on your website.</li>
<li>Use keywords in your tweets so you&#8217;ll be found on searches (just like real SEO!)</li>
<li>Twitter works best when its two way &#8211; follow people back, respond to their tweets, promote others.</li>
<li>Take notice of the Trending Topics &#8211; these are the 10 or so most popular subject of current tweets. If you have something to say that fits in with a topic, just pop a hashtag followed by that subject on the end of your tweet. That way (for a few minutes anyway) your tweet will be on the front page of searches on that hashtag subject.</li>
<li>Don&#8217;t wait to tweet until you have something to say &#8211; build up your following and then you&#8217;ll have an audience for that special announcement.</li>
</ul>
<p>The world of social media is evolving at a crazy rate and it takes time and effort to build up a presence. However, the rewards could definately be worth it for a well executed and well maintained campaign.</p>
<p>There&#8217;s a reason why people like Stephen Fry and Jonathan Ross are reaping incredible PR benefits with their Twitter presence &#8211; they are an easy reference point for new users, a safe pair of hands, a trusted source. Make your social media campaign a point of reference for your customers and clients too and build up that client relationship in a unique and rewarding way.</p>
<img src="http://feeds.feedburner.com/~r/CarnivalCreativeLtd/~4/Sg4jye10yow" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carnivalcreative.com/blog/the-wonderful-world-of-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.carnivalcreative.com/blog/the-wonderful-world-of-twitter/</feedburner:origLink></item>
		<item>
		<title>Carnival Blog</title>
		<link>http://feedproxy.google.com/~r/CarnivalCreativeLtd/~3/m8rH-LcwuJA/</link>
		<comments>http://www.carnivalcreative.com/blog/carnival-blog/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 13:16:26 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.carnivalcreative.com/?p=1</guid>
		<description><![CDATA[Welcome to the Carnival, I guess you all know why we&#8217;re here! Welcome to the new Carnival Creative blog, it’s here that you’ll see our up to the minute information on new developments in the company as well as advice, reviews and research on the latest technologies, developments and innovations in the world of SEO, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-47" title="welcome-to-carnival" src="http://www.carnivalcreative.com/wp-content/uploads/2011/03/welcome-to-carnival.jpg" alt="" width="625" height="281" /></p>
<p style="text-align: left;">Welcome to the Carnival, I guess you all know why we&#8217;re here!</p>
<p style="text-align: left;">Welcome to the new Carnival Creative blog, it’s here that you’ll see our up to the minute information on new developments in the company as well as advice, reviews and research on the latest technologies, developments and innovations in the world of SEO, PPC and Design, hell we may even throw in some industry secrets, just don’t tell THE INDUSTRY!</p>
<p style="text-align: left;">So roll up roll up (come one we had to say it just once) and visit our site regularly to see what we’re up to, who we’re up to it with and what we’re learning.</p>
<p style="text-align: left;">We may call ourselves experts but even we know that in this field you’re kept on your toes and constantly having to adapt new strategies in order to stay at the (big) top! So stay tuned and we promise you the best insights into our creative world. Of course, what we can’t promise you is no more carnival puns, they’re just too darn tempting!</p>
<img src="http://feeds.feedburner.com/~r/CarnivalCreativeLtd/~4/m8rH-LcwuJA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.carnivalcreative.com/blog/carnival-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.carnivalcreative.com/blog/carnival-blog/</feedburner:origLink></item>
	</channel>
</rss>
