Addons for Friendica
  • PHP 76%
  • JavaScript 17%
  • CSS 3.4%
  • HTML 2.4%
  • Smarty 0.7%
  • Other 0.4%
Find a file
2019-08-07 07:19:09 -04:00
.tx Updated transifex config 2019-01-30 14:05:58 +01:00
advancedcontentfilter
blackout
blockbot Blockbot addon added DE translation 2019-08-07 10:11:36 +02:00
blockem
blogger
buffer
buglink
calc
catavatar
convert
cookienotice
curweather mark v1.2 2019-04-24 09:34:21 +02:00
diaspora
dwpost
forumdirectory
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text
highlightjs Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
ifttt
ijpost [various] Replace HTML string by structured array in jot_networks hook 2019-03-24 22:44:50 -04:00
impressum
infiniteimprobabilitydrive
irc
jappixmini
js_upload
krynn
langfilter
ldapauth Dynamic config loading 2019-07-16 21:44:54 +02:00
leistungsschutzrecht Merge branch 'master' into develop 2019-01-21 10:04:26 +01:00
libertree [various] Replace HTML string by structured array in jot_networks hook 2019-03-24 22:44:50 -04:00
libravatar
ljpost
mahjongg
mailstream
mastodoncustomemojis
mathjax Merge branch 'master' into develop 2019-01-21 10:04:26 +01:00
membersince
morechoice morechoice EN_GB translation THX AndyH3 2019-06-22 08:10:11 +02:00
morepokes Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
namethingy
newmemberwidget
notifyall
notimeline
nsfw
numfriends
openstreetmap
pageheader
phpmailer
piwik
planets
public_server
pumpio
qcomment
randplace
remote_permissions
rendertime Adding type-hint 2019-02-20 17:28:38 +01:00
securemail added Estonian translation THX Rain Hawk 2019-04-23 18:37:22 +02:00
showmore
smiley_pack
smileybutton Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
smilies_adult
sniper
startpage Split goaway to System::externalRedirectTo() and App->internalRedirect() 2019-02-04 01:50:39 +01:00
statusnet
superblock
testdrive
tictac
tumblr
twitter
unicode_smilies Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
viewsrc
webrtc Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
widgets
windowsphonepush [windowsphonepush] Move Authentication::setAuthenticatedSessionForUser to Session::setAuthenticatedForUser 2019-05-13 01:41:49 -04:00
wppost
xmpp [xmpp] Mark addon as unsupported 2019-06-03 16:20:04 -04:00
.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.