Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smileys/Emoticons not displaying #42

Closed
Gibbz opened this issue Aug 6, 2015 · 8 comments · Fixed by #108
Closed

Smileys/Emoticons not displaying #42

Gibbz opened this issue Aug 6, 2015 · 8 comments · Fixed by #108

Comments

@Gibbz
Copy link

Gibbz commented Aug 6, 2015

The smileys and emoticons are not displaying in either the chat windows or in the chat headings. It just shows a small rectangle.

Also theres no button on the interface to add them either :)

@averrin
Copy link

averrin commented Aug 20, 2015

I did it by two ways:

  1. Add emoji font to css:
@font-face {
        font-family: "EmojiSymbols";
        src: url('css/EmojiSymbols-Regular.woff') format('woff');
        text-decoration: none;
        font-style: normal;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif, "EmojiSymbols";
}

But its too small and non-colored

  1. I add ugly hack for EmojiOne support.
    Its too bad for pull request, but if someone want to see it:
    https://github.com/averrin/yakyak
    (also added some hotkeys and dark theme design)

@Gibbz
Copy link
Author

Gibbz commented Aug 20, 2015

just noticed they have a dedicated site

https://hangouts.google.com/

@averrin
Copy link

averrin commented Aug 20, 2015

I know, but Google products always have a horrible customization. I prefer dark design and vim-like shortcuts, but but its impossible if i use web-app=(

@davibe
Copy link
Contributor

davibe commented Sep 6, 2015

@averrin can you make something pretty we can merge ? :)

@averrin
Copy link

averrin commented Sep 7, 2015

@davibe ok, i will try

@AdrianoCahete
Copy link

👍

@m0llysour
Copy link

what about using this? https://github.com/twitter/twemoji

@landsman
Copy link

Will be good :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants