Addons for Friendica
  • PHP 76%
  • JavaScript 17%
  • CSS 3.4%
  • HTML 2.4%
  • Smarty 0.7%
  • Other 0.4%
Find a file
2021-05-08 19:59:46 +02:00
.github/workflows Fix Auto-Test for messages.po 2021-04-12 20:08:10 +02:00
.tx Updated transifex config 2019-01-30 14:05:58 +01:00
advancedcontentfilter
blackout
blockbot
blockem
blogger
buffer
buglink
calc
catavatar catavatar addon HU translation update THX Balázs Úr 2021-03-28 19:18:40 +02:00
convert
cookienotice cookienotice addon ES translation added THX Senex Petrovic 2021-04-02 08:29:40 +02:00
curweather curweather addon ES translation updated THX Senex Petrovic 2021-04-02 08:30:56 +02:00
diaspora
discourse
dwpost
forumdirectory
fromapp
geocoordinates [various] Remove redundant uninstall functions 2020-07-27 08:30:41 -04:00
geonames
gnot
googlemaps
gravatar
group_text grou_text addon ES translation updated THX Senex Petrovic 2021-04-02 08:40:59 +02:00
highlightjs [various] Remove redundant uninstall functions 2020-07-27 08:30:41 -04:00
ifttt
ijpost
impressum
infiniteimprobabilitydrive
irc
jappixmini
js_upload
krynn
langfilter
ldapauth regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
leistungsschutzrecht
libertree Twitter: Attachments are stripped from the body / Posting connectors: Add attachments to the body 2021-05-01 08:59:14 +00:00
libravatar
ljpost
mailstream
markdown
mastodoncustomemojis
mathjax
membersince
morechoice morechoice addon HU translation added THX Senex Petrovic 2021-04-06 07:08:55 +02:00
morepokes regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
namethingy
newmemberwidget
nominatim
notifyall
notimeline
nsfw ES translation of the nsfw addon updated THX Senex Petrovic 2021-04-06 07:04:33 +02:00
numfriends ES translation of the numfriends addon updated THX Senex Petrovic 2021-04-06 07:02:28 +02:00
openstreetmap
opmlexport Fix indentation. Again. 2021-04-27 21:21:58 +02:00
pageheader
phpmailer
piwik
planets ES translation of the planets addon updated THX Senex Petrovic 2021-04-06 06:58:49 +02:00
public_server
pumpio
qcomment
randplace
remote_permissions
rendertime ES translation of the rendertime addon updated THX Senex Petrovic 2021-04-06 06:54:59 +02:00
securemail
showmore
showmore_dyn
smiley_pack regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
smileybutton
smilies_adult
startpage
statusnet Twitter: Attachments are stripped from the body / Posting connectors: Add attachments to the body 2021-05-01 08:59:14 +00:00
superblock
testdrive
tictac
tumblr
twitter Twitter: Attachments are stripped from the body / Posting connectors: Add attachments to the body 2021-05-01 08:59:14 +00:00
unicode_smilies
viewsrc
webrtc
widgets Merge pull request #1082 from annando/no-item 2021-02-14 11:05:11 -05:00
windowsphonepush
wppost Twitter: Attachments are stripped from the body / Posting connectors: Add attachments to the body 2021-05-01 08:59:14 +00:00
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.

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.