Just a quick note to let everyone know that I’ve completed a pretty major overhaul of the site last week. Launched late Thursday, this is the first major refresh of this blog in nearly three years and I am very, very excited to share it with everyone. In addition to a new design of the site, I have completely revamped the underlying WordPress theme in an effort to make the blog more readable, archives more browsable, and content more shareable.
One of the challenges that I faced was how to deal with the archive of over 300 blog posts written since 2006. I spent a considerable amount of time reorganizing the category structure, reviewing tags, and creating a better archive page all in an effort to make the past content more accessible. All posts now have intergrated Twitter, Facebook, and Digg buttons to make sharing the content here easy.
If you do enjoy the content here, I hope you will consider subscribing to the RSS feed, following me on Twitter (@noturnonred), or Liking us on the new Facebook page (where our content is also syndicated).
As we enter the wind down of the Back to School season and prepare for the ramp up into the madness that is Q4 retail, I have exciting content and thoughts to share that I hope will get all of us through the busy season. Expect to also see some fresh content shared from ecommr and a new release of my Retail Twitter Aggregator, which shows a real time, one page view of what retailers are Tweeting.
Thanks for reading No Turn On Red!
This week, Twitter has announced a new feature: the official Tweet Button. This feature will allow publishers to add an official button to share their content via Twitter. Mashable has more information on the button and what this means for publishers and site owners.
I really like this idea and hope that this leads to more analytics from Twitter, similar to the Facebook Insights program.
I’ve started adding this new button to a few sites that I maintain and thought I’d share the (very simple) code for adding this to a WordPress blog template so that it appears on every post.
On this blog, I’m displaying the Twitter Button with a horizontal count. The link is a direct link to the blog post and with the title of the post serving as the Twitter content. In order to populate that, I’ve inserted the following code into the WordPress loop in my template:
<?php $twitVia = "noturnonred"; ?>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-text="<?php the_title(); ?>" data-count="horizontal" data-via="<?php echo $twitVia; ?>">
Tweet
</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
If you want to put this on your blog, just change the first variable from noturnonred to your own Twitter account name. After that, the permalink and page title will be properly inserted into the link and your button should appear on your blog posts.
For more information on the options available or to generate a different Tweet Button, visit the Tweet Button page on Twitter.

I was having a conversation with a colleague of mine who suggested that it would be interesting to see a list of all retailers’ Twitter accounts on one page. We agreed that it would be interesting to see how different retailers are using the same medium – are they promoting sales, offering ideas for their market, reaching out to customers?
Continue reading this post »