Addons for Friendica
Find a file
2018-11-30 09:12:11 -05:00
.tx
advancedcontentfilter
blackout
blockem
blogger Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
buffer Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
buglink
calc
catavatar
convert
curweather Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
diaspora Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
dwpost Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
fortunate
forumdirectory Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
fromapp Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
fromgplus Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
geocoordinates Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
geonames Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
gnot Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
googlemaps
gravatar Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
group_text Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
highlightjs
ifttt Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
ijpost Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
impressum Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
infiniteimprobabilitydrive
irc Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
jappixmini
js_upload Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
krynn
langfilter Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
ldapauth
leistungsschutzrecht
libertree Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
libravatar Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
ljpost Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
mahjongg
mailstream Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
mastodoncustomemojis
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
notifyall Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
notimeline Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
nsfw Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
numfriends Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
openstreetmap [openstreetmap] Update config file style/name 2018-11-25 02:14:54 -05:00
pageheader
piwik Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
planets
pledgie
public_server Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
pumpio
qcomment
randplace
remote_permissions Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
rendertime
securemail Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
showmore Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
superblock
testdrive Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
tictac
tumblr Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
twitter Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
unicode_smilies
viewsrc
webrtc Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
widgets
windowsphonepush Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
wppost Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
xmpp Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
.gitattributes
.gitignore
INSTALL.txt
README.md Update addon documentation 2018-11-30 09:12:11 -05:00

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.