Maintenance 20/1005751d since update
Active installs
10
Downloads
2,805
Reviews
0
Age
16.4y
Tagspagedoubandoubanshow
Plugin info
Total downloads: 2,805
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/2/2010 (5751 days ago)
Added to WordPress: 8/24/2009 (16 years old)
Minimum WordPress version: 2.0
Tested up to WordPress version: 2.9.2
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5751 days ago
20/100
Is WP-DoubanShow abandoned?
Possibly abandoned (last update 5751 days ago).
Compatibility
Requires WordPress: 2.0
Tested up to: 2.9.2
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
Show your douban’s collections and recommendations in a page.
WP豆瓣秀插件可以通过豆瓣API调取你的各种收藏和推荐在独立页面展示。
Supported Languages:
Demo:
Installation
- Unzip wp-doubanshow to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Update settings in DoubanShow Options
- Create a page temaplate with function <?php doubanshow();?>.
- Create a page using the page template just create.
- Any problem, please contact @robb at Twitter.
- 解压缩后将文件上传到’/wp-content/plugins/’目录
- 在插件中激活wp-doubanshow
- 在菜单中的豆瓣秀中做一些简单设置
- 在你的page页面模板中加入 <?php doubanshow();?>
- 用这个page页的模板创建一个独立页面
- 如有问题,请通过Twitter联系我 @robb
Using Examples:
<div class="content">
<?php the_content(); ?>
<?php doubanshow(); ?>
<div class="fixed"></div>
</div>
Custom CSS:
<style type="text/css">
.doubanshow_profile{
width:600px;
margin-bottom:80px;
}
.doubanshow_profile_icon{
margin-left:200px;
float:left;
}
.doubanshow_profile_signature{
margin:15px 0 0 50px;
float:left;
}
.collection, .recommendations{
width:600px;
display:block;
float:left;
}
.recommendations li{
list-style-type:none;
margin-left:30px;
}
.collection_list {
display:block;
float:left;
width:100px;
height:150px;
line-height:90px;
text-align:center;
}
.collection_list_img {
border:0px;}
.doubanshow_power_by{
width:600px;
text-align:center;
}
</style>
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Changelog
VERSION DATE TYPE CHANGES
1.0 2009/08/28 NEW Added Russian language support.
1.0 2009/08/25 NEW Release.
