Author Topic: URL shortener [SOLVED]  (Read 670 times)

Riki

  • Guest
URL shortener [SOLVED]
« on: March 04, 2010, 01:54:35 AM »
Can anybody recommend software to replace URLs with single words of one's choice? TIA
« Last Edit: March 04, 2010, 06:06:44 AM by Riki »

Offline scoundrel

  • Administrator
  • Hero Member
  • *****
  • Posts: 4577
  • Philosophy= Bigger Hammer
Re: URL shortener
« Reply #1 on: March 04, 2010, 03:47:48 AM »
Please Donate Today..Or I Will Make You Wish You Had

Riki

  • Guest
Re: URL shortener
« Reply #2 on: March 04, 2010, 04:19:46 AM »
use this

http://tinyurl.com/


Yes thanks Scoundrel but how do I remove the tinyurl.com bit and just show text of my choice? http://tinyurl.com/Supporting-PCLOS

Tinyurl also adds a hyphen between Supporting and PCLOS that I don't want!
« Last Edit: March 04, 2010, 04:21:33 AM by Riki »

Riki

  • Guest
Re: URL shortener [SOLVED]
« Reply #3 on: March 04, 2010, 06:09:42 AM »
Thanks to Scoundrel and Andy I found the answer (http://tinyurl.com/) to this one. Help much appreciated.

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5381
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: URL shortener
« Reply #4 on: March 04, 2010, 02:07:22 PM »
use this

http://tinyurl.com/


Yes thanks Scoundrel but how do I remove the tinyurl.com bit and just show text of my choice? http://tinyurl.com/Supporting-PCLOS

Tinyurl also adds a hyphen between Supporting and PCLOS that I don't want!


Try this

Code: [Select]
<a href="http://tinyurl.com/Supporting-PCLOS">Supporting PCLOS</a>

This should just show   Supporting PCLOS




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Riki

  • Guest
Re: URL shortener
« Reply #5 on: March 04, 2010, 02:22:52 PM »
use this

http://tinyurl.com/


Yes thanks Scoundrel but how do I remove the tinyurl.com bit and just show text of my choice? http://tinyurl.com/Supporting-PCLOS

Tinyurl also adds a hyphen between Supporting and PCLOS that I don't want!


Try this

Code: [Select]
<a href="http://tinyurl.com/Supporting-PCLOS">Supporting PCLOS</a>

This should just show   Supporting PCLOS


Thanks for coming in YouCanToo. All sorted.