首页
教程
精选插件
最近更新
标签
主站
语言/Language
English
简体中文
Linux 软件免费装
在这里免费安装WordPress以及其他软件
Get Latest Tweets
开发者
paulschreiber
更新时间
2016年4月7日 12:45
PHP版本:
3.0.4 及以上
WordPress版本:
4.5
标签
shortcode
twitter
list
formatting
tweets
tweet
get_latest_tweets
下载
0.2.0
0.2.1
0.2.2
0.3
0.1
0.1.1
0.1.2
0.1.3
详情介绍:
This plugin adds the ability to put a shortcode tag in any static page or post and have it display the latest tweets for a particular twitter user. It generates markup like this, which you can style as desired:
@
jane
Please dance a jig.
3 hours ago
Anyone used TotalFinder?
http://t.co/blah
Saw it on @
bob
's machine and am intrigued.
6 hours ago
安装:
Upload the plugin to the
/wp-content/plugins/
directory and unzip it.
通过 WordPress 的“插件”菜单以激活本插件。
Create 'wp-content/cache/latest_tweets/' and make sure it is writable by the web server.
Put your Twitter credentials in twitter.api.keys.json. Make sure this file is
not
world-readable. You can get these from
https://dev.twitter.com/apps
Place
[get_latest_tweets username="somename"]
in your pages.
更新日志:
0.3
More WordPress VIP coding standards
refactored in to class
when JSON contains an error, output it
updated "tested up to" to 4.3.1
0.2.2
WordPress VIP coding standards; updated "tested up to" to 4.1
0.2.1
"Tested up to" updated to 3.9.1
0.2.0
Now uses version 1.1 of the Twitter API -- requires Twitter API credentials
0.1.3
Fix "Tested up to" and make sure version numbers sync up
0.1.2
Updated for new twitter API (thanks, @byjuhohn)
0.1.1
Fixed tweet permalinks (credit: Wouter den Boer)
0.1
Initial release.