]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
add mail and share plugins
[tt-rss.git] / config.php-dist
index e4b5ae32d74fa8f31e2594a8c31d2dee6437a42f..96841842cb0d23cf87321374b30ac2074a7d4179 100644 (file)
        // *** Twitter integration settings ***
        // ************************************
        
-       define('ENABLE_TWEET_BUTTON', false);
-       // Enable 'tweet this' button for articles
-
        define('CONSUMER_KEY', '');
        define('CONSUMER_SECRET', '');
        // Your OAuth instance authentication information for Twitter, visit
        define('FEEDBACK_URL', '');
        // Displays an URL for users to provide feedback or comments regarding
        // this instance of tt-rss. Can lead to a forum, contact email, etc.
-       
+
+       define('ARTICLE_BUTTON_PLUGINS', 'tweet,share,mail');
+       // Comma-separated list of additional article action button plugins
+       // to enable, like tweet button, etc.
+       // The following plugins are available: tweet, share, mail
+
        define('CONFIG_VERSION', 24);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).