Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.07 KB

Bulk URL Shortening - a YOURLS plugin

Plugin for YOURLS

Installation

  1. In /user/plugins, create a new folder named bulk-shortener.
  2. Drop these files in that directory.

Use

  1. Add in your api request the parameter action=bulkshortener
  2. Send the list of the URLs to be shortened using the parameter urls[].
  3. The response contains each shortened URL in a single line.

Example

Request:

Response:

History

  • 2015-07-22, v1.0: Initial version.

Finally...

I hope you find this plugin useful.