Title: WP-DoubanShow
Author: robbliu
Published: <strong>24, Agostu de 2009</strong>
Last modified: 2, Abril de 2010

---

Guetar plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-doubanshow.svg)

# WP-DoubanShow

 By [robbliu](https://profiles.wordpress.org/robbliu/)

[Download](https://downloads.wordpress.org/plugin/wp-doubanshow.1.0.zip)

 * [Details](https://ast.wordpress.org/plugins/wp-doubanshow/#description)
 * [Reviews](https://ast.wordpress.org/plugins/wp-doubanshow/#reviews)
 *  [Installation](https://ast.wordpress.org/plugins/wp-doubanshow/#installation)
 * [Development](https://ast.wordpress.org/plugins/wp-doubanshow/#developers)

 [Support](https://wordpress.org/support/plugin/wp-doubanshow/)

## Description

Show your douban’s collections and recommendations in a page.

WP豆瓣秀插件可以通过豆瓣API调取你的各种收藏和推荐在独立页面展示。

**Supported Languages:**

 * US English/en_US (default)
 * 简体中文/zh_CN (translate by [robb](http://www.robb.com.cn/))
 * Russian/ru_RU (translate by [Fat Cow](http://www.fatcow.com/))

**Demo:**

[http://www.robb.com.cn/douban/](http://www.robb.com.cn/douban/)

## Screenshots

 * [[
 * WP-DoubanShow.

## Installation

 1. Unzip wp-doubanshow to the ‘/wp-content/plugins/’ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Update settings in DoubanShow Options
 4. Create a page temaplate with function <?php doubanshow();?>.
 5. Create a page using the page template just create.
 6. Any problem, please contact @[robb](http://twitter.com/robb) at Twitter.

 1. 解压缩后将文件上传到’/wp-content/plugins/’目录
 2. 在插件中激活wp-doubanshow
 3. 在菜单中的豆瓣秀中做一些简单设置
 4. 在你的page页面模板中加入 <?php doubanshow();?>
 5. 用这个page页的模板创建一个独立页面
 6. 如有问题，请通过Twitter联系我 @[robb](http://twitter.com/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>
    ```

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP-DoubanShow” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ robbliu ](https://profiles.wordpress.org/robbliu/)

[Translate “WP-DoubanShow” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-doubanshow)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-doubanshow/), check
out the [SVN repository](https://plugins.svn.wordpress.org/wp-doubanshow/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/wp-doubanshow/) 
by [RSS](https://plugins.trac.wordpress.org/log/wp-doubanshow/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

    ```
    VERSION DATE       TYPE   CHANGES
    1.0     2009/08/28 NEW    Added Russian language support.
    1.0     2009/08/25 NEW    Release.
    ```

## Meta

 *  Version **1.0**
 *  Last updated **16 años ago**
 *  Active installations **10+**
 *  WordPress version ** 2.0 or higher **
 *  Tested up to **2.9.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-doubanshow/)
 * Tags
 * [douban](https://ast.wordpress.org/plugins/tags/douban/)[page](https://ast.wordpress.org/plugins/tags/page/)
 *  [Advanced View](https://ast.wordpress.org/plugins/wp-doubanshow/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-doubanshow/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-doubanshow/reviews/)

## Contributors

 *   [ robbliu ](https://profiles.wordpress.org/robbliu/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-doubanshow/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.robb.com.cn/plugins/)