Addons for Friendica
Go to file
2023-08-09 20:08:32 +00:00
.tx
.woodpecker Introduce .phpunit 2023-07-26 19:19:07 +02:00
advancedcontentfilter
birdavatar
blackout
blockbot
bluesky Bluesky: Fix "E_WARNING: Undefined property: stdClass::$cid" 2023-07-22 13:38:13 +00:00
buglink
calc
catavatar
circle_text [various] Rename group to circle 2023-06-04 00:20:07 +02:00
convert
cookienotice
curweather
diaspora [various] Rename group to circle 2023-06-04 00:20:07 +02:00
discourse
dwpost
fancybox
forumdirectory [various] Rename forum to group 2023-06-04 00:20:07 +02:00
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text [various] Rename group to circle 2023-06-04 00:20:07 +02:00
groupdirectory [various] Rename forum to group 2023-06-04 00:20:07 +02:00
highlightjs
ifttt
ijpost
impressum Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
infiniteimprobabilitydrive
irc
js_upload [various] Rename group to circle 2023-06-04 00:20:07 +02:00
keycloakpassword
krynn
langfilter Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
ldapauth
leistungsschutzrecht
libertree [various] Rename forum to group 2023-06-04 00:20:07 +02:00
libravatar
ljpost
mailstream Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
markdown
mastodoncustomemojis
mathjax
membersince
monolog [monolog] Fix extra line 2023-07-23 23:04:53 +02:00
morechoice
morepokes
newmemberwidget Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
nitter
nominatim
notifyall Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
notimeline/templates
nsfw [nsfw] Rewrite string condition to avoid warning message 2023-05-29 19:34:01 -04:00
numfriends
openstreetmap
opmlexport
pageheader
phpmailer
piwik HU translation updates 2023-05-23 06:46:36 +02:00
planets
public_server
pumpio [various] Rename forum to group 2023-06-04 00:20:07 +02:00
qcomment
randplace
rendertime
s3_storage
saml Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
securemail
showmore
showmore_dyn fix: tweak z-index to not clash with sidebar on mobile 2023-07-07 17:02:44 +02:00
smiley_pack
smileybutton
smilies_adult
startpage
statusnet [various] Rename forum to group 2023-06-04 00:20:07 +02:00
testdrive
tictac
tumblr Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
twitter Fix newlines 2023-08-09 20:08:32 +00:00
unicode_smilies
viewsrc
webdav_storage
webrtc
wppost Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +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.