Automatically pulled from My Clippings on NewsGator Online

Filed under: , , ,

Tweet URL Length

URL shorteners, while convenient, are bad for the web. They hide the true destination that they are pointing to, giving bad guys yet another tool in their arsenal, while conditioning web users to blindly trust the links they are clicking on. Further, as the debacle with tr.im showed us, URL shortening services aren’t necessarily permanent.

It’s no coincidence that the rise in popularity of URL shorteners closely mirrors the rise in popularity of Twitter; Twitter’s 140 character limit is the special ingredient that makes Twitter so compelling, but it’s also what made short URLs valuable. Some of you will say that short URLs are useful for other reasons – for example, in print. True, but Twitter is by far the place they are used most.

So, with a 140 character limit, how could Twitter eliminate URL shorteners? Well, first, let’s look at the reason for the 140 character limit in the first place. It was chosen because Twitter expected SMS messages to be the primary that users would interact with the service. While there are many users using it that , their numbers are far eclipsed by the number of users using Twitter on its native web site, or using one of the plentiful Twitter client apps that are available for both desktop computers and mobile phones.

Continue reading Should Twitter really count URL characters against you?

Should Twitter really count URL characters against you? originally appeared on Download Squad on Sun, 13 Sep 2009 17:00:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Add to digg
Add to del.icio.us
Add to Google
Add to StumbleUpon
Add to Facebook
Add to Reddit
Add to Technorati



Sponsored Topics:
TwitterDownload SquadURL redirectionUniform Resource LocatorWebsite
Go to Source

Tags: , , , , , , ,

With all the commosion lately relating to ’s closure and reopening most people are opting to setup their own shortning service.
There’s Lessn and Yours.  Both
I searched around but couldn’t get a clear answer that worked.

With all the hullabaloo lately relating to tr.im‘s closure and reopening most people are opting to setup their own shortning service.

There’s Lessn and Yourls.  Both are great but Yours takes the cake for the admin panel and more detailed info.   I followed the LifeHacker Tutorial, but couldn’t get  working.  With the help of this post I figured it out.

change the following line in /etc/2/sites-enabled/000-default

 DocumentRoot /var/www/
        <Directory />
                Options FollowSymLinks
                AllowOverride all
        </Directory>
        <Directory /var/www/>
                Options FollowSymLinks
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>

then restart apache

/etc/init.d/apache2 restart

Theres also a bookmarklet for Yourls from twitter.com/jarbro but I’m still working on getting past the “Unknown” error.

UPDATE: The unknown error is normal.  You just need to drag the links to the bookmark bar.

I have to install 5- just to get the _init() function installed

sudo apt-get php5-curl

sudo  /etc/init.d/apache2 restart

Hopefully this helps someone


Tags: , , , , , , , , ,

Automatically pulled from My Clippings on NewsGator Online

If the recent shutdown (and subsequent re-opening) of showed us anything, it’s that URL shortening services are a fickle and delicate thing. There are countless services out there, sure, but there’s no telling when your favorite will cave under the weight of its own server fees.

As Lifehacker points out, however, “anyone who’s got $10 for a domain name registration, and a creative short URL idea, can host, monitor, and control their shortened links.” The site has a quick tutorial for Yourls, which helps users create short redirects using their own domains.

The app is a plugin that works with any domain hosting service that accepts that platform.

Go to Source

Tags: , ,

Automatically pulled from My Clippings on NewsGator Online

URL shortening services are ubiquitous on Twitter and other cramped online spaces. They won’t all last, as tr.im has demonstrated, and their shutdowns could annihilate your linking history. If you own a domain, though, you can host your own service.

Even if you consider the links you’ve shortened for Facebook, Twitter, IMs and other services to be just of-the-moment, nothing-serious items that aren’t worth backing up, leaving a host of dead links lingering around the net isn’t good for anybody, or anybody’s searches. There’s not a lot you can do about your already-posted social network links, but anyone who’s got $10 for a domain name registration, and a creative short URL idea, can host, monitor, and control their shortened links.

We’re going to run through a basic installation of Yourls, a server-based webapp that can run pretty much anywhere a installation can. There are lots of other options, which we’ll get to as well, but Yourls is a fairly smart and fast to get up and running with your own URL shortener.

What you’ll need

  • Hosted or DIY server space: That space must be running at least 4.3, MySQL 4.1, and with “” enabled. In plain English, that’s most any mainstream web server an individual pays about $5/month to for basic hosting. For DIY server types, any installation of LAMP on , WAMP on Windows, or MAMP on a . If you’re going the DIY route with a Windows system, our guide to setting up and hosting a blog on your computer covers many of the basics of patching your own web-facing system together.
  • A domain name: You’ll preferably want something short, which can be difficult in the super-saturated .com/.biz/.net market. You might get inspired and lucky, but you also might need to pay just a bit more for an international top-level domain (TLD)—the part after the period, like .tv, .nl, and the like—which can cost between $15-$90. The URL used in the screenshots up top is an example, albeit not really feasible, unless I figure out how to buy a straight-up Nicaraguan TLD.
  • Access to your server files: Whether you use an FTP client (like one of our readers’ five picks), a command line, or your host’s web access, you’ll need to copy one folder over somewhere on your server.

Tags: , , , , , , , , , , , , ,