Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Stylish Smilies

Опис

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

Встановлення

  1. 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.
  2. Add some custom CSS in your theme’s style.css file to style your emoticons
  3. Start using emoticons in your posts and pages!

Часті питання

How do I get my old smiley icons back?

Disable the “Stylish Smilies” plugin via the “Plugin” panel (/wp-admin/plugins.php)

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Stylish Smilies” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Stylish Smilies” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • First version ever!