Show HN: emojify.js, an easy way to show emoji icons(hassankhan.github.com)
hassankhan.github.com
Show HN: emojify.js, an easy way to show emoji icons
http://hassankhan.github.com/emojify.js/
2 comments
Hi HN, this is my first real close-to-completion project.
It just about fits my needs, but I think the Javascript can be improved on, and I definitely need some help with the CSS. Would love for someone to have a quick look at it and maybe give me some pointers.
Thanks!
It just about fits my needs, but I think the Javascript can be improved on, and I definitely need some help with the CSS. Would love for someone to have a quick look at it and maybe give me some pointers.
Thanks!
You could avoid this by converting the emoticon text to <img> tags, or by conditionally inlining the CSS for the background-image. I'd personally prefer the <img> solution, though it's not as clean as the base64 solution as the images will need to be hosted as well.