このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Twitter follow button in coments

説明

This plugin will allow visitor to submit they twitter, while thay are commenting your posts. They account will by showed as twitter follow button.

Registred users can add their twitter account in profile administration.

There is also a setting page where you can edit color, size, showing count and language.

Some themes dont’t use function <?php comment_form(); ?> to show comment form. In this case you have to edit your template. Find comments.php and add

<p><label for="twitter">Twitter</label><input name="twitter" size="30" type="text" value=''/></p>

to form.

インストール

  1. Upload twitter-in-comments to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Edit your twitter account in profile
  4. If you can’t see Twitter in comments form you have to edit your template. Find comments.php and add

    Twitter

    to form.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Twitter follow button in coments はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Twitter follow button in coments” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.5

add: store Twitter user name in cookies
mod: inserting twitter javascript by wordpress rules

0.3

add: Your can have custom name of Twitter field in comment form.
add: New languages.
mod: it now accept twitter profile as url

0.2

First version.