twitterLink for WordPress comment

to use twitter as word press comment system via twitterlink

Author:Rogi073 (profile at wordpress.org)
WordPress version required:2.0.2
WordPress version tested:2.7
Plugin version:0.1
Added to WordPress repository:06-02-2009
Last updated:06-02-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.seunze.com/twitterLINK/for_wp_com....
Total downloads:1 538
plugin download
Click to start download

Twitter for WordPress make twitter as comment for your blog.

Usage

To put submit form just add strings as follows.
(You must not change submit form HTML at all. If you change something this plugin will not work correctly.)

<?php twlink_for_wpcomment_submit("username"); ?>

To put comments which is submitted to you blog through twitterLink for WordPress Comment, just add strings as follows.

<?php twlink_for_wpcomment_recieve(); ?>

If you want to customize, you can add 2 options.
First option “display_comment_limit” is the limit number of comments to display (default value is “all”).
Second option “islist” is boolean value and is the style setting option.
If set this option as true then comments are displayed using

  • tags,
    and if set this option as false then comments are displayed without

    • tags,
<?php twlink_for_wpcomment_recieve("display_comment_limit","islist"); ?>

example <?php twlink_for_wpcomment_recieve(5,true); ?>

If you want to add Link to twitterLink site add strings as follows.

<?php echo twlink_for_wpcomment_link(); ?>

Customization

The plug in provides the following CSS classes:

* form.tlfc_commentform: the submit form
* ul.twitterlink_fc: the main ul (if list is activated)

Contact

Suggestion, fixes, rants, congratulations, gifts et al to help[at]seunze.com