Bitty Kitty Emoji for Flarum
An original retro kitty emoji set by Billy Wilcosky built with love and purrs for Flarum.
Note: Installing this uses BBCode to show the kitties. You could instead install Flamoji and follow these instructions to have these in an emoji picker.
This work is licensed under a Creative Commons Attribution 4.0 International License.
This means it is free, can be remixed, and whatever. But, you must credit me, the author. You may do this on a page of your website dedicated to credits, in your footer, or at the very least as a comment within your code. Recommended verbiage:
Pixel kitty emoji created by Billy Wilcosky, originally for Flarum.
Install
composer require zerosonesfun/flarum-ext-bittykitty
Update
composer update zerosonesfun/flarum-ext-bittykitty
Remove
composer remove zerosonesfun/flarum-ext-bittykitty
How to use
Use a custom BBCode to display your kitty. The code will always begin the same way. You just replace the emotion/action. Emotions/actions are case sensitive.
[bk=Happy]
All available emotions/actions (what you type after the equals sign in your BBCode):
- Angry
- Happy
- Cool
- Kiss
- Laugh
- Tongue
- Sad
- Speechless
- Wink
- Wow
Screenshot
Customize
The emoji that will be displayed are SVGs with a class of "bitty-kitty." This means that you can easily add a few lines to your custom CSS, targeting .bitty-kitty
to change their size and alignment. If you are a developer, check out the font and other files at:
https://github.com/zerosonesfun/BittyKitty
Accessibility
Nothing fancy, but some detail was paid attention to as far as accessibility goes. Every time a Bitty Kitty is inserted in a post it will also have nice and descriptive alt and title tags.
Links