Addons for Friendica
Find a file
Michael Vogel 1e451a3490
Merge pull request #989 from MrPetovan/task/move-share-header
[various] Replace share_header calls with BBCode::getShareOpeningTag
2020-06-18 17:55:32 +02:00
.tx
advancedcontentfilter
blackout
blockbot
blockem RU translation blockem addon THX Alexander An 2020-06-15 08:27:08 +02:00
blogger
buffer
buglink added buglink addon ZH-CN translation THX steve jobs 2020-06-15 09:28:34 +02:00
calc
catavatar added RU translation of catavatar addon THX Alexander An 2020-06-15 09:12:09 +02:00
convert
cookienotice
curweather
diaspora PL translation diaspora THX waldis 2020-06-15 09:17:59 +02:00
discourse
dwpost
forumdirectory
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text
highlightjs
ifttt
ijpost
impressum
infiniteimprobabilitydrive
irc irc addon ZH CN translation update THX steve jobs 2020-06-15 09:30:17 +02:00
jappixmini
js_upload js_upload RU translation update THX Alexander An 2020-06-15 09:16:07 +02:00
krynn
langfilter
ldapauth
leistungsschutzrecht
libertree
libravatar
ljpost
mahjongg
mailstream
markdown
mastodoncustomemojis
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget
notifyall
notimeline
nsfw
numfriends
openstreetmap
pageheader
phpmailer
piwik
planets
public_server
pumpio [pumpio] Replace share_header calls with BBCode::getShareOpeningTag 2020-06-18 11:25:14 -04:00
qcomment
randplace
remote_permissions
rendertime
securemail
showmore showmore RU translation update THX Alexander An 2020-06-15 08:23:22 +02:00
showmore_dyn
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet
superblock superblock addon RU translation update THX Alexander An 2020-06-15 09:14:40 +02:00
testdrive
tictac
tumblr
twitter [twitter] Replace share_header calls with BBCode::getShareOpeningTag 2020-06-18 11:25:06 -04:00
unicode_smilies
viewsrc viewsrv addon NB NO translation update 2020-06-15 09:26:12 +02:00
webrtc
widgets
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.

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.