1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-09 15:11:33 +00:00

move tweet button to a plugin, implement basic support for article action button plugins

This commit is contained in:
Andrew Dolgov
2011-12-20 23:57:27 +04:00
parent 73621c5605
commit f9ac31d671
6 changed files with 43 additions and 59 deletions

View File

@@ -175,9 +175,6 @@
// *** 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
@@ -202,7 +199,12 @@
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');
// Comma-separated list of additional article action button plugins
// to enable, like tweet button, etc.
// The following plugins are available: tweet
define('CONFIG_VERSION', 24);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).