=== WP Grins === Contributors: crowdfavorite, alexkingorg Donate link: http://crowdfavorite.com/donate/ Tags: clickable, smilies, comments, admin, wpgrins Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.6 WP Grins will provide clickable smilies for both the post form in the admin interface and the comments form of your blog. == Description == Links: - [Wordpress.org WP Grins forum topics](http://wordpress.org/tags/wp-grins?forum_id=10). - [WP Grins plugin page at Crowd Favorite](http://crowdfavorite.com/wordpress/plugins/wp-grins/). - [WP Grins Plugin forums at Crowd Favorite](http://crowdfavorite.com/forums/forum/wp-grins). - [WordPress Help Center WP Grins support](http://wphelpcenter.com/plugins/wp-grins/). WP Grins removes the hassle of trying to remember the codes for smilies by providing clickable smilies in the New/Edit Post and Comment section of your blog. == Installation == 1. Download the plugin archive and expand it (you've likely already done this). 2. Put the plugin files into your wp-content/plugins/ directory. 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for WP Grins. == Frequently Asked Questions == = Why don't the smilies show up in my comments form? = This plugin relies on the `comment_form` to be present in your comments.php template. = Anything else? = That about does it - enjoy! == Screenshots == 1. Smilies dropdown in the TinyMCE 2. Smilies bar on post comment form == Changelog == = 1.6 = - New : Option to turn on/off the display of grins on comments or in the TinyMCE - New : Added function to have grins available in the HTML editor as well as the visual editor. - New : Translation support - New : Multisite support - Changed : Removed Prototype library dependency in favor of the built-in version of jQuery in WordPress. - Changed : Moved grins into the button bar in TinyMCE. = 1.5 = - Bugfix : wp_grins_head CSS was breaking = 1.4 = - Changed : Added some CSS to the wp_grins_head function. = 1.3 = - New : Added ak_prototype function and Prototype JS library file. - New : Added wp_grins_js function and hook. Updated the function code. - Changed : Updated wp_grins_head function. - Changed : Fleshed out README - Changed : Deprecated wp_grins function. = 1.2 = - New : The first version.