Plugin Directory

Changeset 420562


Ignore:
Timestamp:
08/08/2011 01:26:16 PM (15 years ago)
Author:
ksakai
Message:

change readme.txt

Location:
yet-another-webclap-for-wordpress
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • yet-another-webclap-for-wordpress/readme.txt

    r420558 r420562  
    1 === yaWeb拍手 ===
    2 Author: ksks
    3 Author URI: http://trial-run.net/
    4 Version: 0.1
     1=== Plugin Name ===
     2Contributors: __trial
     3Donate link: http://trial-run.net
     4Tags: comments
     5Requires at least: 3.0.0
     6Tested up to: 3.2.1
     7Stable tag: 0.2
    58
    6 === Description ===
     9With this plug-in, you can use webclap on your wordpress, in addition, you can also view analysis results in dashboard.
    710
    8 WordPress 上で動く web拍手です。
    9 WordPress のデータベースで動作、ダッシュボードから解析結果を閲覧することが出来ます。
    10 スクリプト配布版のweb拍手を使い続けているWordPressユーザさんとかどうでしょ?
     11( Webclap is a Japanese popular web service. It supports communication with site author and the visitors. )
    1112
    1213
    13 === Installation ===
    14 
    15 1. web拍手フォームの設定
    16 
    17     WordPress の「固定ページ」から web拍手フォームを作成します。
    18    
    19     「拍手をもっと送る」ボタンおよび、コメントフォームは
    20     ショートコード [webclap] で作成されます。
    21    
    22     また、付属の webclap.php を使用しているテーマのディレクトリに移動、
    23     固定ページのテンプレートに Web Clap を使うと、表示がされっぽくなります
    24 
    25    
    26 2. web拍手ボタンの設定
    27 
    28     サイドバーの「ウィジェット」から、
    29     「利用出来るウィジェット」の中から「web拍手」を選択。
    30         ・ウィジェットのタイトル
    31         ・ボタンのリンク先(=web拍手フォームのurl)
    32         ・ボタンの画像(url、テキストリンクの場合空白)
    33         ・リンクのテキスト(若しくは、imgタグのalt属性)
     14== Description ==
    3415
    3516
    36 3. 解析画面について
     17With this plug-in, you can use webclap on your wordpress, in addition, you can also view analysis results in dashboard.
    3718
    38     サイドバーの「ダッシュボード」>「yaWeb拍手」
    39         ・今日の拍手履歴
    40         ・昨日の拍手履歴(昨日 〜 2週間前まで)
    41         ・今月の拍手履歴(今月 〜 1年前まで)
    42         ・拍手コメント ログ
     19( Webclap is a Japanese popular web service. It supports communication with site author and the visitors. )
    4320
    44 4. web拍手フォームのカスタマイズ
     21This plug-in has three function.
    4522
    46     フォームについては WordPressの「固定ページ」で生成されていますが、
    47     デフォルトの WordPress のテンプレートを使いたくない場合もあると思います。
    48    
    49     一手間かかりますが、
    50     同梱されている webclap.php を現在使用しているテーマのディレクトリにコピー、
    51     固定ページのテンプレートを webclap にすることで、
    52     シンプルなフォーム画面にすることが出来ます。
    53    
     231. Shortcode
     24Use shortcode [webclap] to generate "webclap form" on single-page. By accessing "webclap form", plugin send visitor's information to wp database.
     25
     262. Widget
     27Widget "webclap" generates webclap button to your sidebar. Set "webclap form"'s url to option "Link to (url)".
     28
     293. Analysis
     30Analysis page are linked from dashboard. This page show analysis result (count, comments)
     31
     32With this plug-in, you can use webclap on your wordpress, in addition, you can also view analysis results in dashboard.
     33
     34( Webclap is a Japanese popular web service. It supports communication with site author and the visitors. )
     35
     36This plug-in has three function.
     37
     381. Shortcode
     39Use shortcode [webclap] to generate "webclap form" on single-page. By accessing "webclap form", plugin send visitor's information to wp database.
     40
     412. Widget
     42Widget "webclap" generates webclap button to your sidebar. Set "webclap form"'s url to option "Link to (url)".
     43
     443. Analysis
     45Analysis page are linked from dashboard. This page show analysis result (count, comments)
    5446
    5547
     48== Installation ==
    5649
    57 === Upgrade Notice ===
     501. Make webclap form as a single-page, by using shortcode [webclap].
    5851
    59 = v0.2 =
    60 ・多言語化に対応
     522. Add widget "webclap" to sidebar to generate webclap button. To setup widget, setting webclap-form's url is required.
    6153
    62 = v0.1.1 =
    63 ・解析画面が表示されないバグを修正
     54== Frequently Asked Questions ==
    6455
    65 = v0.1 =
    66 ・リリース
     56== Screenshots ==
     57
     581. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
     59the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif)
     602. This is the second screen shot
     61
     62== Changelog ==
     63
     64= 0.1 =
     65First release.
     66
     67= 0.1.1 =
     68Fixed failure, can;t view analysis page.
     69
     70= 0.2 =
     71Localization.
Note: See TracChangeset for help on using the changeset viewer.