开发者 | fossasia |
---|---|
更新时间 | 2016年8月29日 21:28 |
PHP版本: | 3.5.1 及以上 |
WordPress版本: | 4.5.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directorySee the 'Other Notes' tab for theming information.
Yes, if you want to use Twitter's new API 1.1 . If you decide to use loklak.org's anonymous API then no need. More info in the 'Description' tab.
These details are available in the Twitter dashboard
Once you've populated the first two fields, just click the Connect button and follow the prompts.
Here you can specify a number of retweets and favourites that a tweet must have before it's displayed. This is useful for only showing your most interesting content.
If you're unable too fix your PHP cURL installation, you can disable SSL verification of twitter.com by adding this to your theme functions.php:\
add_filter('https_ssl_verify', '__return_false');
\
But, please do so at your own risk.