===SimpleSmileyShow=== Contributors: brokenlibrarian Donate link: http://brokenlibrarian.org/tinyplugins/ Tags: comments, smilies. jquery Requires at least: 3.3.1 Tested up to: 3.3.1 Stable tag: 0.4 == Description == SimpleSmileyShow is a plugin that takes whatever smilies are currently defined and displays them in a row just before the comment textarea on a page with comments. Clicking on the smilies will insert the code for that smiley into the textarea at the position of the cursor. No configuration is required. The smilies can be adjusted with CSS; each clickable smiley has the class "wp-smileylink" and the block containing them has the ID "wp-smileyblock". This plugin is designed to work with the WordPress 3 style of comment pages which use comment_form() and have the actions "comment_form_after_fields", "comment_form_logged_in_after", and "comment_form_must_log_in_after" present. (This should be the majority of modern themes.) Compatibility with other methods has not been tested. Uses JQuery (tested with jquery-1.7.1 that comes with WP3.3.1) and the jquery.insertatcaret plugin (various versions floating about, tested version included). Has been tested with twentyten and twentyeleven themes. http://brokenlibrarian.org/tinyplugins/ brokenlibrarian@gmail.com 3/16/2012 == Installation == 1. Upload the SimpleSmileyShow folder to your `/wp-content/plugins/` folder and activate it. 2. No further configuration is required. 3. Add CSS properties to adjust the smiley list appearance as desired. == Frequently Asked Questions == = none yet = == Screenshots == 1. The plugin in use on a standard WordPress theme. == Changelog == = 0.4 = * initial release == Upgrade Notice == = 0.4 = initial release ==License== Copyright 2012 Christian Wagner Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.