No description
Find a file
2025-09-14 18:07:56 +02:00
.tx
.woodpecker [CI] Bump PHP versions in woodpecker 2025-04-27 02:18:37 +02:00
advancedcontentfilter Fix several warnings 2025-08-04 20:48:06 +00:00
audon
birdavatar
blackout
blockbot
bluesky Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
buglink
calc
catavatar
circle_text
cld
convert
cookienotice
curweather
diaspora Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
discourse
dwpost Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
fancybox
forumdirectory
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text
groupdirectory
highlightjs
ifttt
ijpost Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
impressum
infiniteimprobabilitydrive
invidious
irc
js_upload Fix error in js_upload addon 2025-03-13 11:51:53 +00:00
keycloakpassword
krynn
langfilter Fix several warnings 2025-08-04 20:48:06 +00:00
ldapauth
leistungsschutzrecht
libertree Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
libravatar Replace Addon class with AddonHelper 2025-04-28 13:01:41 +00:00
ljpost Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
mailstream Fix error in mailstream addon 2025-03-13 10:29:47 +00:00
markdown
mastodoncustomemojis
mathjax
membersince Fix error in membersince addon 2025-03-13 09:49:18 +00:00
monolog reset Dice calls for LoggerFactory 2025-06-05 07:56:53 +00:00
morechoice
morepokes
newmemberwidget
nitter
nominatim
notifyall cast db stmt object to array 2025-03-14 08:21:08 +00:00
notimeline/templates
nsfw Fix several warnings 2025-08-04 20:48:06 +00:00
numfriends
openstreetmap
opmlexport
pageheader
phpmailer update PHPMailer 2025-07-10 06:30:21 +02:00
piwik
planets
pnut Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
public_server
pumpio Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
qcomment
randplace
ratioed
rendertime Improve accessibility with showmore and rendertime 2025-02-16 11:05:52 +01:00
s3_storage
saml
securemail
showmore
showmore_dyn Improve accessibility with showmore and rendertime 2025-02-16 11:05:52 +01:00
smiley_pack
smileybutton
smilies_adult
startpage
statusnet Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
tesseract
testdrive
tictac
tumblr Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
twitter Avoid sending group posts through connectors 2025-09-01 01:45:44 +00:00
unicode_smilies
url_replace
viewsrc
webdav_storage Fix PHPStan error in webdav_storage addon 2025-02-25 15:24:00 +00:00
webrtc
wppost Avoid sending group posts through connectors 2025-09-01 01:45:44 +00: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.

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.