Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681387yyou could use a emoji to image class.
ive used this once, not great but it did cover alot of emoji's
although looking for a php class that could do it i dont find much :(
https://github.com/iamcal/php-emoji -
@C0D4 Yeah I did my share of searching for a great solution, this project being one of them. I ultimately settled on a neat lightweight function that simply converts the emojis to html entities so I can process them as text but html will render them as emojis. I'll probably just use this until I figure out something better.
-
@konicm8ker looks interesting, will sub to you once I am on my phone, but as a suggestion, maybe try to maintain the newlines?
-
Is the widget project open source? If so I've been working with emoji in php for the past month or so (check my rants on it) and I'd be happy to help here.
-
@CozyPlanes
We stopped working on devcards because the generation time took too long.
When this project is done, I will most likely replace the devcards with it in the devcredits site.
Related Rants
!$rant
So I'm getting closer to finishing my devrant-widget project but ran into an issue because some people use emojis in their about, skills, website, etc *cough @alice.. cough* and well.. it creates internal server errors because emojis dont magically convert themselves xD But I think I found a fix. On to the next bug.
rant
devrant widget
php
emoji