Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
senooken
/
gnu-social
fork de
diogo/gnu-social
Observar
1
Favorito
0
Fork
0
Arquivos
Branch:
develop
Branches
Tags
1.1.x
1.2.x
1.20.x
active-orm
develop
docker-support
experimental
fix-conflicting-with-standard-PEAR
fix-event-class-conflict
fix-mysql-character-set
master
nightly
v2.0.0beta0
v1.20.9release
v1.2.0beta4
v1.1.3release
gnu-social
/
plugins
/
TightUrl
Diogo Peralta Cordeiro
6e031d623a
[VersionBump] 2.0.0beta0
3 anos atrás
..
locale
6e031d623a
[VersionBump] 2.0.0beta0
3 anos atrás
README
a614205663
Add plugin READMEs
8 anos atrás
TightUrlPlugin.php
165edc2609
[CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL
3 anos atrás
README
The TightUrl plugin shortens URLS via a TightUrl URL-shortener service
Installation
============
add "addPlugin('TightUrl');"
to the bottom of your config.php
Settings
========
serviceUrl: The URL to the TightUrl instance
Example
=======
addPlugin('TightUrl', array(
'serviceUrl' => 'http://example.org'
));