Emoji everywhere
60 seconds tutorial about how to use Emoji in your web site.
How to
Thanks to Twitter, that is one of the most open minded companies around, everyone can use Emoji in their web site.
You can use twem❤ji. Just add this script in to your head
tag
<script src="//twemoji.maxcdn.com/twemoji.min.js"></script>
Then go to emoji preview page, choose an emoji you like, click on it and copy & paste it into your blog article.
😍 ❤ ♍ 🐘 🎲 💪 🍺 🐧 🐢
If you are using Jekyll, is even easier, just add this to your _config.yaml
gems:
- jemoji
See also Emoji on GitHub Pages.
Coding
Do you want to run a Fibonacci function? Here it is
🐇 🏤 🍇
🐇🐖 🏁 ➡️ 🚂 🍇
👴 Let’s print a few fibonaccis.
🍮 i 0
🍮 a 0
🍮 b 1
🔁 ◀️ i 15 🍇
🍮 r ➕ a b
🍮 a b
🍮 b r
😀 🔷🔡🚂 r 10
🍫 i
🍉
🍎 0
🍉
🍉
Yes, you can code with emojis in few programming languages: