Changeset 420562
- Timestamp:
- 08/08/2011 01:26:16 PM (15 years ago)
- Location:
- yet-another-webclap-for-wordpress
- Files:
-
- 1 added
- 1 edited
-
readme-ja.txt (added)
-
readme.txt (modified) (1 diff)
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 === 2 Contributors: __trial 3 Donate link: http://trial-run.net 4 Tags: comments 5 Requires at least: 3.0.0 6 Tested up to: 3.2.1 7 Stable tag: 0.2 5 8 6 === Description === 9 With this plug-in, you can use webclap on your wordpress, in addition, you can also view analysis results in dashboard. 7 10 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. ) 11 12 12 13 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 == 34 15 35 16 36 3. 解析画面について 17 With this plug-in, you can use webclap on your wordpress, in addition, you can also view analysis results in dashboard. 37 18 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. ) 43 20 44 4. web拍手フォームのカスタマイズ 21 This plug-in has three function. 45 22 46 フォームについては WordPressの「固定ページ」で生成されていますが、 47 デフォルトの WordPress のテンプレートを使いたくない場合もあると思います。 48 49 一手間かかりますが、 50 同梱されている webclap.php を現在使用しているテーマのディレクトリにコピー、 51 固定ページのテンプレートを webclap にすることで、 52 シンプルなフォーム画面にすることが出来ます。 53 23 1. Shortcode 24 Use shortcode [webclap] to generate "webclap form" on single-page. By accessing "webclap form", plugin send visitor's information to wp database. 25 26 2. Widget 27 Widget "webclap" generates webclap button to your sidebar. Set "webclap form"'s url to option "Link to (url)". 28 29 3. Analysis 30 Analysis page are linked from dashboard. This page show analysis result (count, comments) 31 32 With 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 36 This plug-in has three function. 37 38 1. Shortcode 39 Use shortcode [webclap] to generate "webclap form" on single-page. By accessing "webclap form", plugin send visitor's information to wp database. 40 41 2. Widget 42 Widget "webclap" generates webclap button to your sidebar. Set "webclap form"'s url to option "Link to (url)". 43 44 3. Analysis 45 Analysis page are linked from dashboard. This page show analysis result (count, comments) 54 46 55 47 48 == Installation == 56 49 57 === Upgrade Notice === 50 1. Make webclap form as a single-page, by using shortcode [webclap]. 58 51 59 = v0.2 = 60 ・多言語化に対応 52 2. Add widget "webclap" to sidebar to generate webclap button. To setup widget, setting webclap-form's url is required. 61 53 62 = v0.1.1 = 63 ・解析画面が表示されないバグを修正 54 == Frequently Asked Questions == 64 55 65 = v0.1 = 66 ・リリース 56 == Screenshots == 57 58 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 59 the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif) 60 2. This is the second screen shot 61 62 == Changelog == 63 64 = 0.1 = 65 First release. 66 67 = 0.1.1 = 68 Fixed failure, can;t view analysis page. 69 70 = 0.2 = 71 Localization.
Note: See TracChangeset
for help on using the changeset viewer.