Implemented: Url link shorten handler workflow event option drop down menu #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implemented: Url link shorten handler workflow event option drop down menu
Hello NXC,
The system of url link shorten handlers was previously only configurable via ini settings which as we all know is not the most user friendly for website administrators or other end users.
Our pull request changes the configuration flexibility of the url link shorten handler system by allowing the link handler ('service') used to shorten urls to be chosen per social network via workflow event options in the admin.
The default link shortening service is still 'goo.gl'. We support this by default because it does not require an api key to use the service and is the most reliable/available.
The order of link shortening services / handlers displayed in the workflow event options dropdown is configurable via ini settings order, first listed, first displayed.
We think this improvement is worth of a pull request because it increases the flexibility from just one choice for link shortening service for all possible uses to a unique link shortening service choice for each workflow event social network.
Please let us know what you think!
Cheers,
Brookins Consulting