First time here? Check out the FAQ!
0

Handling of external links in Askbot via a URL Shortner service?
 

Can anyone share their thoughts on - How to use a URL-shortener for external links posted in askbot?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
pajju's avatar
565
pajju
asked 12 years ago

Comments

see more comments

1 Answer

1

I think it's too risky. What if the shortener service goes out of business or becomes discontinued or temporarily goes down?

Secondly in the questions and the answers there is no limitation on space, so you can just paste the original link without issues.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

What if the shortener service goes out of business or becomes discontinued or temporarily goes down? @Evgeny yes we should never rely on any 3rd party ones. :)

My idea was - we have some service that tracks (and blocks too?) external links - mainly to avoid Self promotions(to their blog, their Products) and Spammers offcourse. They take away the traffic. Let us not forget - lots of communities today are losing their value slowly. (See Quora - lots of self bragging and self-promotions today. Is High on noise and less on organic content today).

pajju's avatar pajju (12 years ago)

it could be useful to track links and maybe give the admins a power to block them. Maybe there is a url shortener app for django?

Evgeny's avatar Evgeny (12 years ago)
see more comments