Plugin for YOURLS
- Plugin URI: github.com/tdakanalis/bulk_api_bulkshortener
- Description: A YOURLS plugin allowing the shortening of multiple URLs with one API request.
- Version: 1.0
- Release date: 2015-07-22
- Author: Stelios Mavromichalis
- Author URI: http://www.cytech.gr
- In
/user/plugins
, create a new folder namedbulk-shortener
. - Drop these files in that directory.
- Add in your api request the parameter
action=bulkshortener
- Send the list of the URLs to be shortened using the parameter
urls[]
. - The response contains each shortened URL in a single line.
Request:
Response:
- 2015-07-22, v1.0: Initial version.
I hope you find this plugin useful.