Addons for Friendica
Find a file
2020-01-18 15:59:01 +01:00
.tx
advancedcontentfilter
blackout
blockbot blockbot addon added CA translation THX Joan Bar 2019-11-06 08:22:55 +01:00
blockem
blogger
buffer
buglink buglink: DE translation updated THX Rene Wagner 2019-12-16 08:14:55 +01:00
calc [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
catavatar
convert Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
cookienotice
curweather
diaspora
discourse
dwpost Replace deprecated $a->page with DI::page() 2019-12-30 20:02:08 +01:00
forumdirectory
fromapp
geocoordinates Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
geonames
gnot [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
googlemaps Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
gravatar
group_text [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
highlightjs
ifttt
ijpost [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
impressum
infiniteimprobabilitydrive
irc [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
jappixmini
js_upload
krynn
langfilter
ldapauth
leistungsschutzrecht
libertree [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
libravatar
ljpost
mahjongg
mailstream Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
markdown
mastodoncustomemojis
mathjax Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript() 2019-12-27 21:55:17 +01:00
membersince
morechoice morechoice EN_GB translation THX AndyH3 2019-06-22 08:10:11 +02:00
morepokes
namethingy
newmemberwidget
notifyall
notimeline
nsfw
numfriends
openstreetmap
pageheader
phpmailer
piwik
planets [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
public_server Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
pumpio Replace deprecated $a->page with DI::page() 2019-12-30 20:02:08 +01:00
qcomment
randplace [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
remote_permissions
rendertime
securemail Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName() 2019-12-27 21:55:16 +01:00
showmore [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
smiley_pack Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
smileybutton Replace deprecated $a->page with DI::page() 2019-12-30 20:02:08 +01:00
smilies_adult
sniper Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
startpage [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
statusnet
superblock
testdrive Remove get_server() in favor of Search::getGlobalDirectory() 2020-01-05 00:04:04 +01:00
tictac
tumblr
twitter Move PConfig::load() to DI::pConfig()->load() 2020-01-18 15:59:01 +01:00
unicode_smilies Update unicode_smilies.php 2020-01-02 21:49:14 +01:00
viewsrc
webrtc Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
widgets Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
windowsphonepush [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
wppost
xmpp
.editorconfig
.gitattributes
.gitignore
INSTALL.txt
README.md

Addons for Friendica

This repository is a collection of addons for the Friendica Social Communications Server. You can add these addons to the /addon directory of your Friendica installation do extend the functionality of your node.

After uploading the addons to your server, you need to activate the desired addons in the Admin panel. Addons not activated have no effect on your node.

You can find more addons in the Friendica Addon listing in cases the addon developers have choosen not to include them here.

Connectors

Among these addons there are also the connectors for various other networks (e.g. Twitter, pump.io, Google+) that are needed for communication when the protocol is not supported by Friendica core (DFRN, OStatus and Diaspora).

For communication with contacts in networks supporting those (e.g. GNU social, Diaspora and red#matrix) you just need to access the page configuration in the Admin panel and enable them. For networks where communication is only possible the API access to a remote account, you need to activate the fitting connectors.

Development

The addon interface of Friendica is very flexible and powerful, so if you are missing functionality, your chances are high it may be added with an addon. See the documentation for more information on the addon development.

Translation

Addons can be translated like any other part of Friendica. Translation for addons is done at the Transifex Friendica page.

Read more about the workflow in the Friendica translation documentation.