Show your douban's collections and recommendations in a page.
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>
Requires: 2.0 or higher
Compatible up to: 2.9.2
Last Updated: 2009-8-25
Downloads: 1,232
Got something to say? Need help?