Title: twitterLink for WordPress comment
Author: rogi073
Published: <strong>February 6, 2009</strong>
Last modified: February 6, 2009

---

Search 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/twitterlink-for-wordpress-comment.svg)

# twitterLink for WordPress comment

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

[Download](https://downloads.wordpress.org/plugin/twitterlink-for-wordpress-comment.0.1.zip)

 * [Details](https://wordpress.org/plugins/twitterlink-for-wordpress-comment/#description)
 * [Reviews](https://wordpress.org/plugins/twitterlink-for-wordpress-comment/#reviews)
 *  [Installation](https://wordpress.org/plugins/twitterlink-for-wordpress-comment/#installation)
 * [Development](https://wordpress.org/plugins/twitterlink-for-wordpress-comment/#developers)

 [Support](https://wordpress.org/support/plugin/twitterlink-for-wordpress-comment/)

## Description

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

## Installation

 1. Upload `twitterlink-for-wp_comment` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“twitterLink for WordPress comment” is open source software. The following people
have contributed to this plugin.

Contributors

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

[Translate “twitterLink for WordPress comment” into your language.](https://translate.wordpress.org/projects/wp-plugins/twitterlink-for-wordpress-comment)

### Interested in development?

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

## Meta

 *  Version **0.1**
 *  Last updated **17 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 2.0.2 or higher **
 *  Tested up to **2.7**
 * Tags
 * [comment](https://wordpress.org/plugins/tags/comment/)[twitter](https://wordpress.org/plugins/tags/twitter/)
 *  [Advanced View](https://wordpress.org/plugins/twitterlink-for-wordpress-comment/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/twitterlink-for-wordpress-comment/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/twitterlink-for-wordpress-comment/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/twitterlink-for-wordpress-comment/)