Linux 软件免费装

EasyTwitter

开发者 jimburnettva
jimmyburnett
更新时间 2014年5月27日 00:29
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 3.5.1

标签

php development twitter programming twitter followers

下载

1.3 1.0 1.1 1.4 1.5 1.6 1.7 1.8 1.9 1.9.1 1.9.2

详情介绍:

EasyTwitter provides an easy way to add your twitter information to your wordpress blog. Here are some features:

安装:

  1. Upload easytwitter.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use the follow example code to add your twitter information to yourtemplate:
Step 1: $et = new EasyTwitter("twitterusername");//place this at the top of your template. Step 2: echo $et->followers_count(); // Your twitter followers. echo $et->profile_image_url();//This returns your profile image URL with no html markup. echo $et->location(); //This will show your location field. e.g. "Virginia". echo $et->status_text(); //Your most recent twitter status text. echo $et->profile_image_url();//URL to your twitter profile picture. Note: No methods will return any data with html markup.

升级注意事项:

N/A

常见问题:

Is there caching availible?

Any wordpress cache plugin will cache this information. This is not javascript based so it will be cached like any other PHP plugin or script.

更新日志:

1.0 1.1 1.2 1.3 Fixed a typo. Add retweet_count. 1.4 Fixed glitch. 1.5 Added timezone 1.6 Tested with 3.4.2 wordpress. 1.7 Tested with 3.5.x wordpress. Fix documentation. Updated documentation. 1.8 Tested with 3.5.1 wordpress. Fix minor code. 1.9 Miner change. 1.9.1 Documentation change.