Addons for Friendica
Find a file
Tobias Diekershoff 786de7b891
Merge pull request #974 from MrPetovan/bug/notices
[twitter] Use correct variable name for emptiness test in twitter_convert_share()
2020-04-04 19:12:19 +02:00
.tx
advancedcontentfilter advanced content filter added RU translation THX Eugene Veresk 2020-03-14 11:16:43 +01:00
blackout Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
blockbot
blockem
blogger cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
buffer
buglink
calc
catavatar
convert
cookienotice
curweather
diaspora
discourse cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
dwpost cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
forumdirectory
fromapp
geocoordinates Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
geonames
gnot
googlemaps
gravatar
group_text cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
highlightjs
ifttt
ijpost
impressum
infiniteimprobabilitydrive
irc irc addon update the FR translation THX ButterflyOfFire 2020-03-09 11:28:57 +01:00
jappixmini
js_upload JS_Upload addon FR translation update THX ButterflyOfFire 2020-03-09 11:29:45 +01:00
krynn
langfilter [langfilter] Add default values to form parameters 2020-02-01 14:14:22 -05:00
ldapauth
leistungsschutzrecht Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
libertree cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
libravatar
ljpost
mahjongg Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
mailstream Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
markdown
mastodoncustomemojis
mathjax
membersince
morechoice [morechoice] Deprecate addon 2020-01-27 23:09:41 -05:00
morepokes cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
namethingy Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
newmemberwidget
notifyall
notimeline
nsfw cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
numfriends cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
openstreetmap
pageheader
phpmailer
piwik
planets
public_server
pumpio Fixing some notices 2020-04-04 11:15:13 +00:00
qcomment cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
randplace
remote_permissions
rendertime
securemail
showmore
showmore_dyn #8374: Removed wrapper from css 2020-03-17 22:34:34 +01:00
smiley_pack
smileybutton
smilies_adult
sniper Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
startpage cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
statusnet
superblock
testdrive Move Notify::TYPE_SYSTEM 2020-02-05 21:43:31 +01:00
tictac TicToc addon FR translation update THX ButterflyOfFire 2020-03-09 11:31:02 +01:00
tumblr
twitter [twitter] Use correct variable name for emptiness test in twitter_convert_share() 2020-04-04 12:36:33 -04:00
unicode_smilies Update unicode_smilies.php 2020-01-02 21:49:14 +01:00
viewsrc cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
webrtc Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
widgets Merge pull request #962 from MrPetovan/task/8318-widget_like-dislike-config 2020-02-25 14:39:36 +01:00
windowsphonepush
wppost
xmpp
.editorconfig
.gitattributes required for github/Windows 2012-06-14 18:36:02 +10:00
.gitignore
INSTALL.txt remove invalid call to composer 2019-02-18 19:10:16 +01:00
README.md i believe this is a typo 2019-03-23 00:12:44 -04:00

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.