Archive for the ‘Plugin’ Category

Thread Twitter

01.19.2009 by Denis - 21 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 - 15 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

Top Friends 0.3

08.26.2008 by Denis - 1 Comment
Posted in Plugin

I have upgraded my WordPress plugin Top Friends to version 0.3. The following features have beed added to the version:

  • Add a setting panel for the plugin
  • Compatible with the host which PHP version less than 5.2
  • Widgetize the plugin
  • .

Top Friends

More information about how to use the plugin please click Top Friends introduce page.

Download: Top Friends.

Google PageRank for WordPress

08.20.2008 by Denis - 1 Comment
Posted in Plugin

Google PageRank for WordPress can retrieve PageRank for every post, and display the PageRank value at the end of the post’s content.

Installation and Usage

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. That’s all

Download: Google PageRank for WordPress