Here are some examples of shortening multiple urls in google docs.
http://www.lebseodesign.com/2011/04/create-short-urls-using-apis-and-google-docs/
How to accomplish this through Goo.gl shortener?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i saw your post here so am going to answer you here and not on my blog
theres is two methods to use goo.gl shortner. through JSON and it requires you to use an API from your API Console.
Implementation can be done using Google Apps script like this example here Problems using the goo.gl API from google apps script
and the documentation to use the api can be found here
https://developers.google.com/url-shortener/v1/getting_started#shorten
Thank you