Epotignano / ng2-social-share

Angular2 social share module, share urls and content on social networks such as facebook, google+, twitter, pinterest and so on -
20 stars 24 forks source link

Integrate with URL shortening #7

Open ghost opened 7 years ago

ghost commented 7 years ago

Greetings,

I would like to use URL shortening (especially when the social media such as tweeter limits the message size). Therefore I want to use a service such as googleapis urlshortener: https://www.googleapis.com/urlshortener/v1/url

Any advice how to implement a request to such service?

Thanks.