Tag Archives: search

Don’t link to my Twitter profile!

From time to time, people are kind enough to mention me, with a link, in their blog posts. Usually, in a positive way. I’m very grateful when they do.

A rusty chain

Lovely links (geddit?)
Photo by pratanti, on Flickr, CC-BY

But…

They often link to my Twitter account, like this::

Here’s something about .

or like this:

Here’s something about Andy Mabbett (he’s @pigsonthewing on Twitter).

(the relevant HTML markup being, in the first example,
<a href="http://twitter.com/pigsonthewing">Andy Mabbett</a>).

Now, like I say, I’m very grateful for the attention. But I do wish they would link to my website, instead:

Here’s something about Andy Mabbett.

or even both:

Here’s something about Andy Mabbett (he’s @pigsonthewing on Twitter).

(the relevant HTML markup being
<a href="http://pigsonthewing.org.uk">Andy Mabbett</a>).

Why?

For two reasons. Firstly, though Twitter is fun, and I use it a lot, it’s ephemeral, and not everyone reading those post will want to use it. My website, on the other hand, has more about me and the work I do. Secondly, I need the Google juice (the value afforded to incoming web links by , the Google search algorithm ) more than Twitter does.

This isn’t just about me, though. The same applies every time a blogger or other web page author — and that probably includes you — links to anyone or any organisation, with their own website or blog. Please don’t just link to their page on Twitter, Facebook, LinkedIn, or on some other social networking site. Of course, do that as well, or if it’s the only online presence they have.

But if they have a website, as I do, please make that the primary destination to which you link. And hopefully, they will reciprocate.

Thank you.

HashMash: My invention of a new hashtag search tool

Yesterday, while reading through the for last Monday’s superb Twicket event (for background, read the , which I wrote), I started to notice that other hashtags had been used in tweets discussing it. I started to wonder which had been used the most, and what subjects they were about, and this gave me an idea, which I posted to Twitter:

Sadly, my coding days were so long ago that I no longer have the technical skills to make that happen.

Top tag is #digitalbritain, followed by #welovebrenda

Tags tweeted alongside #twicket

Then Rachel Beer () kindly retweeted my comment, and one of her followers, Simon Painter (), immediately responded that it was was something he could do. That evening, he already had a first daft up-and-running, and the tool, which I named “HashMash”, is now available for public use at . He’s done a superb job, it works just how I imagined it would. (Nonetheless, Simon tells me that he plans to make a jquery version and beautify it).

He kindly credited Rachel and me in the footer, so I recoded the footer to include links, and “tag” , and popped my amendments to Simon’s markup onto the very useful PasteBin website, which has syntax highlighting.

Just one minute later, Simon had uploaded my new markup.

Footer includes links to Andy Mabbett's and Rachel Beer's websites and Twitter accounts

The revised HashMash footer

Bearing in mind that Simon and I have never met, had never corresponded, and weren’t even following each other on Twitter until this happened, this has been a first-class example of the power of social media, and the JFDI approach to getting stuff done. In many large organisations, the first meeting about a project initiation document wouldn’t even be scheduled.

Why not ? Let me know what you think.

Simon and Rachel: Thank you. I owe you both a beer!

Footnote: Simon has the best Twitter disclaimer ever.

Update: Simon has written a .

Update 2: Following design changes, my “footer” markup is now at the top of the page!