Addons for Friendica
Find a file
2020-01-18 16:50:56 +01:00
.tx
advancedcontentfilter
blackout blackout addon added CA translation THX Joan Bar 2019-11-06 08:03:13 +01:00
blockbot
blockem
blogger
buffer
buglink
calc [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
catavatar
convert
cookienotice
curweather
diaspora
discourse
dwpost Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
forumdirectory
fromapp
geocoordinates
geonames
gnot Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
googlemaps Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
gravatar
group_text
highlightjs Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript() 2019-12-27 21:55:17 +01:00
ifttt
ijpost Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
impressum [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
infiniteimprobabilitydrive
irc
jappixmini
js_upload
krynn
langfilter
ldapauth Dynamic config loading 2019-07-16 21:44:54 +02:00
leistungsschutzrecht
libertree
libravatar Dynamic config loading 2019-07-16 21:44:54 +02:00
ljpost
mahjongg
mailstream
markdown
mastodoncustomemojis
mathjax Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
membersince
morechoice
morepokes
namethingy
newmemberwidget
notifyall
notimeline
nsfw Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
numfriends
openstreetmap
pageheader
phpmailer
piwik
planets
public_server
pumpio Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
qcomment
randplace
remote_permissions
rendertime Remove deprecated App::module - replace with DI::module()->getName() 2019-12-27 21:55:19 +01:00
securemail
showmore
smiley_pack
smileybutton
smilies_adult
sniper
startpage Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
statusnet Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
superblock Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
testdrive Remove get_server() in favor of Search::getGlobalDirectory() 2020-01-05 00:04:04 +01:00
tictac
tumblr
twitter Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
unicode_smilies
viewsrc [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
webrtc
widgets
windowsphonepush Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01: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.