How to Avoid Being Caught by Bad Tiny URLs

Bit.ly Warning

It seems Bit.ly is now starting to warn visitors using their shortened URLs about bad sites being linked up using their service. This is excellent news and I wish the other website address shortening services would follow suit.

What is the issue, why is it a problem, and what can we do about it?

Website address shortening services came about because some times the page you are visiting can have a URL that is extremely long. If you want to send this web address to a friend over email, internet instant messaging, cell phone SMS text messaging, internet relay chat, or more recently, via a Twitter tweet, these addresses could be so long they either break when the person receiving your link tries to click it, or be so long they are rejected by the service altogether.

So rather than send the exact address that you find in the address bar of your web browser, instead you would copy and paste the address into a URL shortening service that would in turn create a shorter URL for you to use.

When someone then clicks the shorter URL they are “redirected” from the service through to your intended destination.

Sounds good so far, right?

The problem is, when someone sees one of these short URLs, instead of seeing where they will be taken, they see an entirely different address. We can not tell anything from the URL we are given about the nature of where we will be taken.

A safe but annoying example would be for us to be sent a “Rick-Roll”, that is we are given a link that purports to be some breaking news or cool site, only to be taken to the famous Rick Astley YouTube video instead. Ha ha. Got me there.

Rather than safe but annoying, more and more malicious and inappropriate content is being shared this way, spread via spam, trolls, phishing emails, and now Twitter.

You might be sent a message saying “Get a free iPod Touch!!!!”, but when you click the link it takes you to a malware site, or something that you would not want your family or boss to see.

How to Avoid Being Caught Out

  1. Do not trust email messages or Twitter users that you have not got to know first.
  2. Log out of important services when not in use, especially Twitter.com – “Cross Site Scripting Attacks” often make use of people being permanently logged in to web services.
  3. Use TweetDeck or equivalent Twitter desktop tool to avoid Twitter.com and to translate the short URLs back into long URLs

TweetDeck translates short URLs for you

The biggest tip I can give is … If in doubt, do not click!

Obviously the vast majority of links you will come across are going to be safe and harm free, but it does not take much for someone to be given a big problem just by clicking an innocent-seeming link. Better to be safe than sorry, eh?

Got any tips to share? Please let us know in the comments …

Posterous – True Smartphone Blogging

I recently got into a new social media service that is very cool. While it has been around for quite a while, it only just really exploded. You might be thinking “Oh no, not another social media tool du jour” but actually this one is very cool because it ties all your others together and helps you contribute to them.

This service is called Posterous and while it appears to be a stripped down blogging service (and it can be used for that) in fact I have been using it as a media and cross posting service.

You see what it has that none of the others can do is really intelligent multimedia handling and posting via email.

So unlike FriendFeed that aggregates your lifestream, Posterous allows you to post to it. For smartphone owning social media fans it is the ultimate mobile blogging tool – you can keep your friends up to date with everything you are up to in complete multimedia.

Pretty cool, huh?

Yes WordPress and some blogging tools have had post by email before, only Posterous has this level of ease and functionality. There are more features to come, including themes.

Here is a video shot by Steve Rubel interviewing the founders.

Another neat feature is you can point your own domains at it, rather than use the lame *.posterous.com domain. My own Posterous account is at http://www.chrisg.co.uk for example.

This means should anything happen to the service at least you have not lost all your link equity. Take regular backups and you might be able to salvage the whole thing, or move over to WordPress when they inevitably steal all these great ideas.

Once you are a member you can comment and subscribe to other folks Posterous, and comments can also be posted as status updates to keep the conversation crossing over into social media.

I got so into this I think it could be the rebirth of the personal blog after Twitter has had the spotlight for so long. What do you think?

Make Your Spreadsheet Into a Custom Feed Reader

Did you know that your Google Docs Spreadsheets can be made into a custom feed reader?

Think about all the things you look at on a daily or less routine basis. Would it be useful to have all that stuff in one place?

Here is a quick run through for how to do it, and believe me it is easier than it looks!

Start a new Google Spreadsheet

Start_a_new_Google_Spreadsheet.png

Go to the Insert / Formula / More Formulas menu

Go_to_the_Insert__Formula__More_Formulas_menu.png

Look down the “Google” choices

Look_down_the_Google_choices.png

You can import from HTML, external data, XML, or a feed

To import a feed, simply use =ImportFeed()

To_import_a_feed__simply_use__ImportFeed__.png

For example, see what people are saying about you in Twitter …

For_example__see_what_people_are_saying_about_you_in_Twitter_....png

You will get all the results as they are created

You_will_get_all_the_results_as_they_are_created.png

See the links pointing to your site

See_the_links_pointing_to_your_site.png
media_1246636542298.png

Add a feed to monitor blog mentions

Add_a_feed_to_monitor_blog_mentions.png

In the first cell put the Google Blog Search URL for your search

Import the Titles from the feed

Import_the_Titles_from_the_feed.png

Import the URLs from the feed

Import_the_URLs_from_the_feed.png

Combine the Titles and URLs for each row to create links

Combine_the_Titles_and_URLs_for_each_row_to_create_links.png

You will get a full listing. Optionally shrink your B and C columns

You_will_get_a_full_listing._Optionally_shrink_your_B_and_C_columns.png

For full details on the functions used about, take a look at the Google help documentation here.

I am sure you folks are much better at this than me, how can you use these feed import features in cool ways? Please share in the comments …