Addons for Friendica
Find a file
Hypolite Petovan 4f7dc02acb
Merge pull request #970 from tobiasd/20200316-ru
blockbot added RU translation THX Eugene Veresk
2020-03-16 10:27:04 -04:00
.tx
advancedcontentfilter advanced content filter added RU translation THX Eugene Veresk 2020-03-14 11:16:43 +01:00
blackout
blockbot blockbot added RU translation THX Eugene Veresk 2020-03-16 10:05:06 +01:00
blockem
blogger
buffer
buglink [various] Add rel="noopener noreferrer" to all target="_blank" links 2020-02-24 20:08:43 -05:00
calc
catavatar
convert
cookienotice
curweather
diaspora
discourse
dwpost
forumdirectory Merge pull request #957 from MrPetovan/task/4090-move-profile_photo-to-src 2020-02-23 14:33:10 +01:00
fromapp
geocoordinates
geonames
gnot Move Notify::TYPE_COMMENT 2020-02-05 21:43:30 +01:00
googlemaps
gravatar
group_text
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
libertree
libravatar
ljpost
mahjongg
mailstream
markdown
mastodoncustomemojis
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget
notifyall Add license info at Friendica classes 2020-02-09 15:45:35 +01:00
notimeline
nsfw
numfriends
openstreetmap [various] Add rel="noopener noreferrer" to all target="_blank" links 2020-02-24 20:08:43 -05:00
pageheader
phpmailer Fix composer 2020-01-29 21:13:53 +01:00
piwik
planets
public_server Changes to be committed: 2020-02-23 05:13:30 +00:00
pumpio [pumpio] Rename Item::delete to Item::markForDeletion 2020-03-10 18:54:46 -04:00
qcomment
randplace
remote_permissions
rendertime
securemail Add license info at Friendica classes 2020-02-09 15:45:35 +01:00
showmore Showmore: Ignore addon for screen readers 2020-02-05 15:47:13 +00:00
smiley_pack
smileybutton IT smiley button 2020-03-09 11:37:42 +01:00
smilies_adult
sniper
startpage
statusnet
superblock superblock addon FR translation update THX ButterflyOfFire 2020-03-09 11:30:19 +01:00
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] Add logging to item deletion 2020-03-10 18:55:55 -04:00
unicode_smilies
viewsrc
webrtc
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
.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.

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.