Addons for Friendica
Find a file
2023-02-27 20:11:07 +01:00
.tx
.woodpecker
advancedcontentfilter
birdavatar [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
blackout
blockbot
blockem [blockem] Fix syntax error 2023-02-20 11:56:13 -05:00
buglink
calc
catavatar [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
convert
cookienotice
curweather [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
diaspora [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
discourse
dwpost
fancybox
forumdirectory
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text
highlightjs
ifttt [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
ijpost
impressum [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
infiniteimprobabilitydrive [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
irc [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
js_upload
keycloakpassword
krynn
langfilter [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
ldapauth
leistungsschutzrecht
libertree [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
libravatar
ljpost
mailstream [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
markdown
mastodoncustomemojis
mathjax
membersince
monolog
morechoice
morepokes
newmemberwidget [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
nitter
nominatim
notifyall [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
notimeline/templates
nsfw
numfriends
openstreetmap [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
opmlexport
pageheader
phpmailer
piwik [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
planets
public_server [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
pumpio [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
qcomment
randplace
rendertime
s3_storage
saml
securemail [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
showmore
showmore_dyn
smiley_pack [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
smileybutton [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
smilies_adult [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
startpage
statusnet [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
testdrive [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
tictac
tumblr [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
twitter [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
unicode_smilies
viewsrc [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
webdav_storage
webrtc
wppost
.editorconfig Revert quote_type 2023-02-27 20:11:07 +01:00
.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.

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.