Addons for Friendica
Find a file
2019-03-11 18:17:45 +01:00
.tx
advancedcontentfilter
blackout
blockem
blogger Blogger doesn't support XMLRPC anymore, so we deprecate this addon for now 2019-02-27 20:12:22 +00:00
buffer
buglink
calc
catavatar
convert
cookienotice cookienotice addon EN GB translation THX Andy H3 2019-03-11 18:08:10 +01:00
curweather
diaspora Diaspora - set host to empty if it doesn't exist. 2019-02-26 14:24:38 +01:00
dwpost
fortunate
forumdirectory forumdirectory: remove logger call 2019-02-18 13:06:30 +01:00
fromapp fromapp PL translation update THX waldis 2019-03-08 06:32:49 +01:00
fromgplus
geocoordinates
geonames Moved method names & class 2019-02-18 01:22:09 +01:00
gnot
googlemaps
gravatar Moved method names & class 2019-02-18 01:22:09 +01:00
group_text
highlightjs
ifttt
ijpost
impressum Moved method names & class 2019-02-18 01:22:09 +01:00
infiniteimprobabilitydrive
irc [pageheader] Avoid notice 2019-02-26 15:47:17 +01:00
jappixmini
js_upload
krynn
langfilter
ldapauth Moved method names & class 2019-02-18 01:22:09 +01:00
leistungsschutzrecht
libertree
libravatar Moved method names & class 2019-02-18 01:22:09 +01:00
ljpost
mahjongg
mailstream DE translation of mailstream updated THX rompe 2019-02-19 07:04:39 +01:00
mastodoncustomemojis
mathjax
membersince
morechoice added morechoice IT translation THX fabrixx, 2019-03-11 18:16:03 +01:00
morepokes
namethingy
newmemberwidget Updated documentation of the newmemberwidget 2019-02-14 16:12:57 +01:00
notifyall
notimeline DE translation of notimeline updated THX rompe 2019-02-19 07:07:03 +01:00
nsfw
numfriends
openstreetmap Moved method names & class 2019-02-18 01:22:09 +01:00
pageheader [pageheader] code cleanup 2019-02-26 15:47:58 +01:00
piwik added IT translation for piwik addon THX fabrixxm 2019-03-11 18:17:45 +01:00
planets
pledgie
public_server Moved method names & class 2019-02-18 01:22:09 +01:00
pumpio Moved method names & class 2019-02-18 01:22:09 +01:00
qcomment
randplace
remote_permissions
rendertime Adding type-hint 2019-02-20 17:28:38 +01:00
securemail
showmore
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet Avoid some notices in the statusnet addon 2019-03-03 05:28:58 +00:00
superblock added superblock IT translation THX fabrixx, 2019-03-11 18:15:42 +01:00
testdrive Moved method names & class 2019-02-18 01:22:09 +01:00
tictac
tumblr
twitter twitter addon EN GB translation THX Andy H3 2019-03-11 18:07:48 +01:00
unicode_smilies
viewsrc
webrtc
widgets
windowsphonepush
wppost
xmpp
.gitattributes
.gitignore
INSTALL.txt remove invalid call to composer 2019-02-18 19:10:16 +01:00
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.