monty5811 / apostello

sms for your church
MIT License
60 stars 21 forks source link

Built in URL Shortener #67

Closed AustinBratcher closed 7 years ago

AustinBratcher commented 7 years ago

As each message has a character limit, it would be nice to have real time url shortening with a custom domain. In theory, as I am typing a url, Apostello would be able to parse said url and replace the text with a shortened URL. Twilio does have some kind of url shortening service, but having it built in on the front end to see how it affects the cost of the message would be very handy.

monty5811 commented 7 years ago

As I see it, there are two ways to do this:

  1. Use something like goo.gl to do the shortening
  2. Do the shortening in apostello

Using an external service

Pros:

Cons:

Doing in apostello

Pros:

Cons:

@AustinBratcher - which did you have in mind?

monty5811 commented 7 years ago

Closing this through lack of interest.

Please feel free to bring it up again.