Plugin Directory

Changeset 526494


Ignore:
Timestamp:
04/03/2012 01:14:18 AM (14 years ago)
Author:
brokenlibrarian
Message:

small readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simplesmileyshow/trunk/readme.txt

    r525110 r526494  
    1010== Description ==
    1111
    12 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.
     12SimpleSmileyShow is a plugin that takes whatever smilies are currently defined and displays them in a row just before the comment textarea on any 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.
    1313
    1414The smilies can be adjusted with CSS; each clickable smiley has the class _wp-smileylink_ and the block containing them has the ID _wp-smileyblock_.
    1515
    16 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.
     16This 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.
    1717
    1818Uses 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.
     19
     20Feedback, positive or negative, is highly appreciated as this plugin is in an early stage. Emails or comments are welcome.
    1921
    2022http://brokenlibrarian.org/tinyplugins/ 
Note: See TracChangeset for help on using the changeset viewer.