Addons for Friendica
Find a file
2023-05-27 10:18:51 +07:00
.tx
.woodpecker Woodpecker: Update PHP version 2022-11-09 22:50:55 +01:00
advancedcontentfilter
birdavatar
blackout translations updates for 2023.03 2023-04-09 07:58:49 +02:00
blockbot
bluesky
buglink
calc [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
catavatar translations updates for 2023.03 2023-04-09 07:58:49 +02:00
convert
cookienotice translations updates for 2023.03 2023-04-09 07:58:49 +02:00
curweather translations updates for 2023.03 2023-04-09 07:58:49 +02:00
diaspora
discourse [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
dwpost
fancybox
forumdirectory
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text
highlightjs
ifttt translations updates for 2023.03 2023-04-09 07:58:49 +02:00
ijpost
impressum
infiniteimprobabilitydrive HU and IT translation updates 2023-04-21 21:41:23 +02:00
irc HU and IT translation updates 2023-04-21 21:41:23 +02:00
js_upload
keycloakpassword
krynn
langfilter
ldapauth
leistungsschutzrecht
libertree
libravatar
ljpost
mailstream
markdown [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
mastodoncustomemojis
mathjax
membersince
monolog [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
morechoice [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
morepokes
newmemberwidget
nitter [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
nominatim
notifyall
notimeline/templates
nsfw
numfriends
openstreetmap
opmlexport
pageheader
phpmailer [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
piwik
planets
public_server
pumpio
qcomment
randplace
rendertime
s3_storage
saml [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
securemail
showmore
showmore_dyn [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
smiley_pack
smileybutton
smilies_adult
startpage
statusnet
testdrive HU and IT translation updates 2023-04-21 21:41:23 +02:00
tictac
tumblr
twitter
unicode_smilies
viewsrc
webdav_storage
webrtc
wppost HU and IT translation updates 2023-04-21 21:41:23 +02:00
.editorconfig ident_size 2 is better for XML readability :) 2023-02-27 20:57:18 +01:00
.gitattributes required for github/Windows 2012-06-14 18:36:02 +10:00
.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.

Issues

Please report any issues you have with addons of Friendica from this repository in the main issue tracker of the project.

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.