This plugin hasn’t been tested with the latest three major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SimpleSmileyShow

Description

SimpleSmileyShow 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.

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.) This plugin does not work with the Jetpack plugin if the new comment system is enabled, since it replaces the normal comment_form() completely.

This plugin uses JQuery and the jquery.insertatcaret plugin. It has been tested tested with the twentyten through twentyfourteen themes.

Development on this plugin has halted. Other developers should feel free to use the Apache-licensed code for their own projects.

http://brokenlibrarian.org/tinyplugins/
brokenlibrarian@gmail.com
09/28/14

License

Copyright 2014 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.

Screenshots

  • The plugin in use on a standard WordPress theme.

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.

FAQ

none yet

Reviews

3 September 2016
Pas de mise à jour depuis 1 an malheureusement... Je lui préfère SSL Grins même si lui... Ben il a un soucis avec le fichier wp-ajax.php :/
Read all 2 reviews

Contributors and Developers

“SimpleSmileyShow” is open source software. The following people have contributed to this plugin.

Contributors

Translate “SimpleSmileyShow” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change Log

1.0

  • Final version with WordPress v4.0 testing

0.7.1

  • update for WordPress 3.8 compatibility testing

0.7

  • update for WordPress 3.5 compatibility testing, documentation cleanup

0.6

  • added mouseover text

0.5

  • readme and source code cleanup, no other changes

0.4

  • initial release