=== WP Microblogs === Contributors: raychow Donate link: http://beamnote.com/ Tags: microblog, widgets, sidebar, twitter, sina, tencent, fanfou Requires at least: 2.9.2 Tested up to: 3.0.5 Stable tag: 0.2.0 License: GPLv2 or later WP Microblogs displays the latest microblog in WordPress. == Description == WP Microblogs displays the latest microblog in WordPress, support for Twitter, Sina Weibo, Tencent Weibo, fanfou and other microblogs. **Chinese version ONLY temporarily**. WP Microblogs 可以在 WordPress 中显示最新微博,目前支持新浪微博、腾讯微博、Twitter、网易微博、搜狐微博、嘀咕、饭否、做啥、人间 除 XAuth 之外的所有可用的认证方式对于更加开放的微博(例如 Twitter、嘀咕、饭否、做啥),只输入用户名即可展示微博。 在目前的版本中,至少已经包含下列功能: * 提供一种直接展示最新微博的小工具; * 智能过滤重复微博,为微博中提到的 URL 添加链接; * 使用 `wm_tweet()` 或 `wm_tweets()` 在指定位置展示最新的一条或数条微博; * 使用 `wm_get_tweet_arr()` 或 `wm_get_tweets_arr()` 获得微博原始数据; * 较完善的缓存机制,减少资源占用; * 提供数个过滤器(filter)与动作(action)自定义展示方式。 == Installation == = English = 1. Upload `wp-microblogs` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Add microblog accounts in 'WP Microblogs' panel 1. Add microblog widgets = 中文 = 2. 上传 `wp-microblogs` 文件夹到 `/wp-content/plugins/` 目录 2. 在插件面板中激活插件 2. 在 'WP Microblogs' 面板中添加微博帐号 2. 在小工具面板中添加"微博"小工具 == Changelog == = 0.1.0 = * 0.1.0 Released. = 0.1.4 = * 修正腾讯微博未登录时获取 OAuth 授权时的错误; * 增加调用接口:头像。 = 0.2.0 = * 增加了小工具自定义功能,目前可以自定义尺寸、颜色与头像显示方式; * 代码优化。