Addons for Friendica
  • PHP 76%
  • JavaScript 17%
  • CSS 3.4%
  • HTML 2.4%
  • Smarty 0.7%
  • Other 0.4%
Find a file
2018-03-11 18:52:47 +01:00
.tx
blackout Update t() calls 2018-01-22 18:09:05 -05:00
blockem EN_GB translation of blockem addon THX Andy H3 2018-02-18 10:21:44 +01:00
blogger Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
buffer Review updates 2018-01-27 11:23:04 -05:00
buglink Missed use 2018-01-22 18:09:05 -05:00
calc
communityhome [communityhome] Add Unsupported flag 2018-03-08 04:47:47 -05:00
convert
curweather
dav Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 11:40:39 -05:00
diaspora Remove unused $preserve_nl parameter from bb2diaspora() 2018-02-14 21:46:33 -05:00
dwpost Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
fortunate
forumdirectory
fromapp
fromgplus
geocoordinates
geonames
gnot
googlemaps Addon class 2018-01-19 07:20:17 -05:00
gravatar
group_text Update t() calls 2018-01-22 18:09:05 -05:00
ifttt Update t() calls 2018-01-22 18:09:05 -05:00
ijpost Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
impressum Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
infiniteimprobabilitydrive Update t() calls 2018-01-22 18:09:05 -05:00
irc Update t() calls 2018-01-22 18:09:05 -05:00
jappixmini
js_upload
krynn
langfilter args, wrong file 2018-03-02 11:57:35 +01:00
ldapauth
leistungsschutzrecht Review updates 2018-01-27 11:23:04 -05:00
libertree Remove unused $preserve_nl parameter from bb2diaspora() 2018-02-14 21:46:33 -05:00
libravatar Remove sprintf with translations 2018-01-23 22:59:20 -05:00
ljpost Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
mahjongg
mailstream Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
mathjax ZH CN translation of mathjax addon THX 朱陈锬 2018-03-02 11:35:45 +01:00
membersince membersince: mark membersince as unsupported because it is now in core 2018-02-09 21:26:48 +01:00
morechoice Addon class 2018-01-19 07:20:17 -05:00
morepokes
namethingy
newmemberwidget Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
notifyall
notimeline
nsfw Merge pull request #497 from zeroadam/feature/L10n 2018-01-24 11:49:09 -05:00
numfriends
openstreetmap
pageheader regen pageheader messages.po 2018-03-11 18:52:47 +01:00
piwik ZH CN translation of the piwik addon THX 朱陈锬 2018-03-02 11:33:41 +01:00
planets
pledgie
public_server Missed "use" 2018-02-19 13:56:47 +00:00
pumpio Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
qcomment
randplace
remote_permissions
rendertime Remove sprintf with translations 2018-01-23 22:59:20 -05:00
securemail
showmore
smiley_pack
smileybutton Fix remaining call_hooks 2018-01-21 00:11:18 -05:00
smilies_adult
sniper
startpage
statusnet Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
superblock Update t() calls 2018-01-22 18:09:05 -05:00
testdrive
tictac
tumblr Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
twitter
unicode_smilies
viewsrc Update t() calls 2018-01-22 18:09:05 -05:00
webrtc
widgets
windowsphonepush Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
wppost Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
xmpp Update t() calls 2018-01-22 18:09:05 -05:00
yourls
.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 protocoll 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 informations on the addon development.

Addons can be translated like any other part of Friendica. Translations for the addons included in this repository are done at the Transifex project for Friendica.