Archive for the ‘Plugin’ Category

WordPress Related Posts Plugin

10.08.2009 by Denis - 39 Comments
Posted in Plugin

WordPress Related Posts Plugin generates related posts via the WordPress tags. It then adds the related posts to a feed which can, among things, be displayed at the bottom of all your posts. It will help keep people on your site for longer, and get more of your content viewed.

Installation and Usage:

  1. Upload the WPRP folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php wp_related_posts(); ?> in your templates
  4. Navigate to Manage Panel > Setting > WordPress Related Posts to configure plugin output.

Download: WordPress Related Posts

Please donate via payapl to support the plugin’s development.

WordPress Related Posts

Thread Twitter

01.19.2009 by Denis - 37 Comments
Posted in Plugin

Twitter is not only a micrblog, but also conversation. By using Reply, you can chat with friends in Twitter. However, since Twitter doesn’t show up all the replies near the orignal tweets, it’s not convenient for user to check. For example, when there is a reply, we need to click ‘in reply to’ link in order to see the original message. If next message is still reply message, we have to continue to click for originals. It’s very inconvenient. I thus developed a Twitter plugin, which will group your Tweets and Replies together and display in the thread form. It’s so-called Thread Twitter.

Thread Twitter
Thread Twitter

Feature

Thread Twitter can fetch 3 kinds of message:

  1. Message you send to Twitter.
  2. The reply from follower.
  3. Your orginal reply, and recursion until no further replies.

And then display on Wordpress page as thread form output.

Installation and usage

1. Download

2. Upload thread-twitter folder to your plugin folder

3. Activate Thread Twitter via the plugin menu

4. Go to Setting => Thread Twitter, input your Twitter account and password. If you like this plugin and wanna share with others, you can click on ‘power by Thread Twitter’.

Thread  Twitter Setting
Thread Twitter Setting

5. Build a WordPress page template, and add following function to the template.

<?php thread_twitter(); ?>

6. Create a page, apply the page template just created.

7. Self-define CSS, format the page output. Here is a recommend sample. You can fine-tune according to your own theme.

.twitter ul {
    margin:0 12px 0 10px;
}
.twitter li {
    float:left;
    list-style:none;
    list-style-position:outside;
    border:1px solid #ccc;
    width:100%;
    padding-top:10px;
    margin-bottom:10px;
}
.twitter img {
    float:left;
    padding:0 10px 0 0;
    margin:0 0 10px 10px;
}

Download and Demo

Download: Thread Twitter

Demo: My Thread Twitter

Any question of feedback, please leave me a message, and my Twitter account is @denishua

Comment Reply Notification

11.04.2008 by Denis - 19 Comments
Posted in Plugin

Comment Reply Notification is a WordPress plugin and It is only available on WordPress 2.7.

When a reply is made to a comment the user has left on the blog, an e-mail shall be sent to the user to notify him of the reply. This will allow the users to follow up the comment and expand the conversation if desired.

Just upload to plugin folder and active it though the plugin menu on WordPress Admin.

Download: comment-reply-notification.zip

AideRSS WordPress Plugin 0.2

09.17.2008 by Denis - 0 Comment
Posted in Plugin

Upgraded AideRSS WordPress Plugin to version 0.2, now the plugin can retrieve detail date (Diggs, Google Blog search, Comments, del.icio.us) from AideRSS API for top posts. check the demo below:

aiderss-plugin.jpg

This version need your server support CURL,if not, the output result of the plugin is same as verison 0.1.

After the plugin is uploaded and actived, you can add the following function in your template:

	aide_get_top_posts('month',10);

There are two parameters for the function:
period=[day|week|month|year|auto|length in seconds] : The period to return posts from.
num=[1-30] : The number of posts to return.

Dowload: wp-aiderss.zip