smeserver-tt-rss/root/etc/e-smith/templates/usr/share/tt-rss/config.php/50tweeter

10 lines
334 B
Plaintext
Raw Normal View History

putenv('TTRSS_ENABLE_TWEET_BUTTON=false');
// Enable 'tweet this' button for articles
putenv('TTRSS_CONSUMER_KEY=');
putenv('TTRSS_CONSUMER_SECRET=');
// Your OAuth instance authentication information for Twitter, visit
// http://twitter.com/oauth_clients to register your instance.