mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
added diaspora sharing
This commit is contained in:
parent
41bd2be68a
commit
7c2c49d9b1
4 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,8 @@
|
|||
@define ('SHARE_MAIL', TRUE);
|
||||
@define ('SHARE_SHAARLI', FALSE);
|
||||
@define ('SHAARLI_URL', 'http://myshaarliurl.com');
|
||||
@define ('SHARE_DIASPORA', FALSE);
|
||||
@define ('DIASPORA_URL', 'http://diasporapod.com'); # Don't add a / at the end
|
||||
@define ('FLATTR', TRUE);
|
||||
@define ('FLATTR_API', 'https://api.flattr.com/rest/v2/things/lookup/?url=');
|
||||
@define ('NOT_FLATTRABLE', '0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue