=== Kannada Comment ===
Contributors: prasannasp
Donate link: http://www.prasannasp.net/
License: GPLv3
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: kannada, comment, language, unicode, google transliteration, india
Requires at least: 3.1
Tested up to: 3.4 Beta 1
Stable tag: 1.0
Let your fellow blog readers to write their comments in Kannada language.
== Description ==
This plugin enables Google Transliteration in wordpress comment form. So your blog readers can leave comments in Kannada script without the need of any other input engines. This is a great step to encourage people to write comments in Kannada language in your Kannada blog. This plugin adds a transliteration controller at the top of comment form. Users can click on the transliterate switch or press Ctrl+G to toggle between English and Kannada input languages. Default language is English. You can see the live action of this plugin at vedasudhe.com.
This is the first public release of this plugin. I will add some more options in the next releases. If you are interested in co-development of this plugin, please fork this plugin on GitHub - https://github.com/prasannasp/kannada-comment
Get in touch:
== Screenshots ==
1. Transliterate control switch.
2. Writing comments in Kannada language when Transliteration is enabled.
== Installation ==
1. Upload the `kannada-comment` folder to the `/wp-content/plugins/` directory
2. Activate the Kannada Comment plugin through the 'Plugins' menu in WordPress
3. Transliterate control switch will be automatically added at the top of wordpress comment form.
== Frequently Asked Questions ==
= Why there is no options page for this plugin? =
This is a very simple plugin which just enables Google Transliteration on Wordpress comment form. No need to configure anything. I'm working on giving admin an option to enable/disable transliteration by default though. It will be available in the next release.
= How can I enable Transliteration by default in the current version? =
Open `kannada-comment.php` file and change `transliterationEnabled: false` to `transliterationEnabled: true`
= Does it work with Facebook comment, disqus or any other commenting systems? =
No, it works with default Wordpress commenting system only. Facebook comment, disqus or any other commenting systems are not supported in this plugin.
= Will this plugin affect Name, Email and Website fields in Wordpress comment form? =
No, Transliteration is enabled only for comment form `textarea` only. So, it will not transliterate input text in the above fields.
= How to change the position of Transliterate control switch? =
Open `kannada-comment.php` file and replace `add_action('comment_form_top', 'kannada_comment_switch');` with `add_action('comment_form', 'kannada_comment_switch');` to move transliterate control switch below the comment text area and replace with `add_action('comment_form_after', 'kannada_comment_switch');` to move at the bottom of comment form. I will add the option to set the position of `Transliterate control switch` in the next release.
== Other Notes ==
= How can I get help? =
Contact the developer using his contact form for help and support. Also, please leave him a message if you are interested in co-development of this plugin.
= How to style the Transliterate control switch? =
Transliterate control switch is wrapped with kncomment div and description with kncomment-text class. Use them in your theme to style the controller.
= Compatibility with themes =
This plugin is tested and works well with default Twenty Eleven theme, Twenty Ten and Graphene themes. It will and should work with other themes as well. If you have any compatibility issues with the other themes, please leave the developer a message with all the information you have.
== Changelog ==
= 1.0 =
Initial public release.
== Upgrade Notice ==
*No Upgrade Notice so far.