The plugin will generate series of clickable icon buttons for wordpress built-in smilies.
Installation:
- Upload
wp-smilies
folder to the /wp-content/plugins/
directory.
- Activate the plugin with name
Wordpress Smilies
in the 'Plugins' page under wordpress dashboard.
Note:
- The plugin will automatically generate the wordpress built-in smilies clickable icon buttons under the comment form.
- (Optional). Admin can place
<?php wp_smilies();?>
in theme templates to manually generate the icon buttons in case that on use theme does not support comment form hook.
- The HTML code are enclosed by a DIV with class name
wp_smilies
. Admin can add the css code for wp_smilies class to specify the visual effect.
Uninstallation:
Navigate to 'Plugin' menu, and deactivate 'Wordpress Smilies'.