Përshkrim
Stylish Smilies adds CSS classes to text-based emoticons.
You can then reference these classes in your theme to style each emoticon differently:
.smiley {
/* Applies to all emoticons */
color: black;
font-weight: bold;
}
.biggrin {
/* Applies to :D only */
background: green;
}
This plugin affects the following smilies:
8-) cool
8O eek
8-O eek
:( sad
:-( sad
:) smile
:-) smile
:-? confused
:D biggrin
:-D biggrin
:P razz
:-P razz
:o surprised
:-o surprised
:x mad
:-x mad
:| neutral
:-| neutral
;) wink
;-) wink
Instalim
- Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the plugin from the “Plugins” page.
- Add some custom CSS in your theme’s style.css file to style your emoticons
- Start using emoticons in your posts and pages!
PBR
- How do I get my old smiley icons back?
-
Disable the “Stylish Smilies” plugin via the “Plugin” panel (/wp-admin/plugins.php)
Shqyrtime
Për këtë shtojcë s’ka shqyrtime.
Kontribues & Zhvillues
“Stylish Smilies” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë personat vijues.
KontribuesPërkthejeni “Stylish Smilies” në gjuhën tuaj.
Ju intereson zhvillimi?
Shfletoni kodin, shkarkoni depon SVN, ose pajtohuni përmes RSS-je te regjistri i zhvillimeve.
Regjistër ndryshimesh
1.0
- First version ever!