ez projects / url_shortener_classes_and_t...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| url_shortener_classes_and_template_operators | Quoc-Huy NGUYEN DINH | stable | 1.0 | 4.x |
Pre-requisites:
- PHP with cURL support
PHP use:
echo $bitly->shorten($url);
echo $tinyurl->shorten($url);
TPL use:
{bitlyed($url)}
{tinyurled($url)}
See examples in the extension folder.