login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


Hey everyone, so I currently own a free url shortener and I really want the ability for people to be able to share there shortened link on Twitter and Facebook by the click of a button. How would I accomplish this? I'm not the best at coding yet I've made a fairly nice url service w/ the help from a good friend, but he moved fairly far away now so I was really hoping someone on here could help me out and tell me how I could do this.

Thanks a lot in advance!

asked Jul 26 '11 at 23:34

An0nymousHelper's gravatar image

An0nymousHelper
806253245

edited Jul 26 '11 at 23:36


wont be easy if you havent a clue on how to program in php, python or perl languges. There are many twitter plugins for wordpres, drupal, joomla that you could look at and modify as a stand alone web app but that too would require knowledge on your part on how those tools work.

bt.ly / j.mp offer APIs to use their URL shorteners on your website , again programing.

If you are running YOURLS (url shortening program in php) it is documented on how to use it.

What URL shortener are you using ? have you opened up the documentation and tried any of their examples?

sorry to say its not as easy as OK type this.... and done. you need to actaully call to the url shortener API (if its has one) send it the long url, return the short url ..

I know my answer is vague, you question is a well since now two URL shortening systems are 'standard'

answered Jul 27 '11 at 15:59

jeff's gravatar image

jeff
811514

Thanks for the information, and I'm not using a public source, as I said, one of my friends is very good with PHP and he coded a very nice one for me but he no longer lives around here and has been busy with school so I was just seeing if there was some tutorial or something because I only know a bit of PHP and thats it (learning still though)... Thanks anyways.

(Jul 27 '11 at 18:54) An0nymousHelper An0nymousHelper's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×454
×276
×37
×35

Asked: Jul 26 '11 at 23:34

Seen: 1,189 times

Last updated: Jul 27 '11 at 18:55