Addons for Friendica
Find a file
2020-01-19 21:26:41 +01:00
.tx
advancedcontentfilter
blackout Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
blockbot Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
blockem
blogger
buffer Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
buglink
calc
catavatar Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
convert
cookienotice Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
curweather Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
diaspora
discourse
dwpost
forumdirectory Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
fromapp
geocoordinates Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
geonames Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
gnot
googlemaps
gravatar Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
group_text
highlightjs
ifttt
ijpost
impressum Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
infiniteimprobabilitydrive
irc Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
jappixmini Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
js_upload Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
krynn
langfilter
ldapauth Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
leistungsschutzrecht Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
libertree
libravatar Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
ljpost
mahjongg
mailstream Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
markdown
mastodoncustomemojis Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
notifyall Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
notimeline
nsfw
numfriends
openstreetmap Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
pageheader Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
phpmailer Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
piwik Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
planets
public_server Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
pumpio Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
qcomment
randplace
remote_permissions Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
rendertime
securemail Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
showmore
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
superblock
testdrive Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
tictac
tumblr Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
twitter Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
unicode_smilies
viewsrc
webrtc Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
widgets
windowsphonepush
wppost
xmpp Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
.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.