Addons for Friendica
  • PHP 76%
  • JavaScript 17%
  • CSS 3.4%
  • HTML 2.4%
  • Smarty 0.7%
  • Other 0.4%
Find a file
2021-07-12 14:10:38 +00:00
.tx
advancedcontentfilter
blackout
blockbot
blockem
blogger
buffer regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
buglink regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
calc
catavatar [catavatar] Remove unused code 2021-06-27 22:12:40 -04:00
convert regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
cookienotice cookienotice addon ES translation added THX Senex Petrovic 2021-04-02 08:29:40 +02:00
curweather
diaspora
discourse
dwpost
forumdirectory
fromapp fromapp addon ES translation updated THX Senex Petrovic 2021-04-02 08:36:44 +02:00
geocoordinates
geonames geonames addon ES translation updated THX Senex Petrovic 2021-04-02 08:37:45 +02:00
gnot
googlemaps
gravatar
group_text grou_text addon ES translation updated THX Senex Petrovic 2021-04-02 08:40:59 +02:00
highlightjs
ifttt ifttt addon ES translation added THX Senex Petrovic 2021-04-02 08:42:47 +02:00
ijpost
impressum impressum addon ES translation updated THX Senex Petrovic 2021-04-02 08:45:46 +02:00
infiniteimprobabilitydrive
irc
jappixmini
js_upload
keycloakpassword
krynn IT translation update jrynn addon THX Sylke Vicious 2021-04-20 10:58:20 +02:00
langfilter
ldapauth
leistungsschutzrecht
libertree
libravatar IT translation for libravatar addon THX silkevicious 2021-05-08 07:21:31 +02:00
ljpost
mailstream Use "convertForUriId" when possible 2021-07-10 07:40:39 +00:00
markdown
mastodoncustomemojis
mathjax ES translation of the mathjax addon updated THX Senex Petrovic 2021-04-06 07:09:59 +02:00
membersince
morechoice
morepokes
namethingy
newmemberwidget ES translation of the newmemberwidget addon updated THX Senex Petrovic 2021-04-06 07:06:34 +02:00
nitter
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 [openstreetmap] Ensure location key is available in hook data 2021-05-31 01:44:17 -04:00
opmlexport Fix indentation. Again. 2021-04-27 21:21:58 +02:00
pageheader
phpmailer [phpmailer] Update phpmailer to v6.5.0 2021-06-26 19:46:51 +02:00
piwik DE translation piwik addon THX Till Mohr 2021-05-24 08:23:04 +02:00
planets ES translation of the planets addon updated THX Senex Petrovic 2021-04-06 06:58:49 +02:00
public_server public server addon DE translation update THX Till Mohr 2021-05-24 08:20:28 +02:00
pumpio
qcomment
randplace ES translation of the randplace addon updated THX Senex Petrovic 2021-04-06 06:53:43 +02:00
remote_permissions DE translation update remote_permission addon THX Till Mohr 2021-05-24 08:19:30 +02:00
rendertime ES translation of the rendertime addon updated THX Senex Petrovic 2021-04-06 06:54:59 +02:00
saml HU translation update saml addon THX urbalazs 2021-06-27 14:29:03 +02:00
securemail
showmore
showmore_dyn regenerated messages.po files of the addons 2021-02-01 18:29:42 +01:00
smiley_pack
smileybutton
smilies_adult
startpage
statusnet
superblock ES translation of the superblock addon updated THX Senex Petrovic 2021-04-06 06:47:56 +02:00
testdrive
tictac
tumblr Use "convertForUriId" when possible 2021-07-10 07:40:39 +00:00
twitter
unicode_smilies
viewsrc
webrtc
widgets
windowsphonepush
wppost
xmpp
.drone.yml
.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.