• Resolved xvilo

    (@xvilo)


    Hello,

    I’ve started using Emoji in my latest WP powered site. But I discovered that emojione is being used…

    I’d like to display the iOS style emoji. Is this possible?

    Couldn’t find anything…

    Thanks,

    xvilo

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator James Huff

    (@macmanx)

    That’s odd, WordPress doesn’t default to EmojiOne. We use whichever Emoji style is native to the device viewing it, and we default to Twemoji when it’s a device that doesn’t support Emoji natively.

    https://codex.wordpress.org/Emoji

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Sixteen theme to rule-out a theme-specific issue.

    Thread Starter xvilo

    (@xvilo)

    So i’ve got myself in the same situation when creating a new site.
    I have hard coded the actual emoji into the page code (using the emoji onscreen keyboard on OS X). But it replaces it with an image…

    For example:
    https://sem.design/asdfadsf/

    While my code is:

    <div class="content">
    	<h1>😐</h1>
    </div>

    (not sure how the wp-forums post field will handle it (see: http://puu.sh/nJ5LG/f06cce91b5.png)

    Moderator James Huff

    (@macmanx)

    What I see there under OS X 10.11.3:

    Chrome 49.0.2623.87: http://d.pr/i/1jehH/5QFFcupV (that’s a fallback image from Twimoji)

    Firefox 45: http://d.pr/i/7KA3/1PZzFKxw (also a fallback image from Twimoji, though a native Apple emoji is briefly visible before being replaced)

    Safari 9.0.3: http://d.pr/i/16gkB/5ELpg3Aw (also a fallback image from Twimoji)

    So, I spun up my own test with the emoji in the content this time thinking that might be it, same problem: http://delta.jhuff.me/2016/03/16/emoji-test/

    Same problem on the official blog too: https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/

    And yet, at https://codex.wordpress.org/Emoji#Common_Emoji I see native Apple emoji in every browser. 0_o

    So, something is suddenly broken in WordPress, that’s fun!

    I don’t have an answer yet though, just updating what I’ve seen.

    Moderator James Huff

    (@macmanx)

    Ok, so we’re still officially falling back to Twimoji images in Chrome and Firefox because their support is not yet perfect (better to have a working image than a broken emoji).

    However, native Apple emoji should be appearing in Safari, and they are not, because https://core.trac.wordpress.org/ticket/36266

    So, fingers crossed that gets a fix and lands in 4.4.3 or 4.5. Pento is the Emoji Master around here, so it’s in good hands. 🙂

    Moderator James Huff

    (@macmanx)

    A fix has been committed to trunk, which means it will be in 4.4.3 or 4.5, whichever comes first.

    4.5 is estimated to arrive on April 12. Minor releases, like 4.4.x, don’t really get planned release dates, they just arrive when absolutely necessary.

    Thread Starter xvilo

    (@xvilo)

    Thanks James for looking into it!

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Emoji style’ is closed to new replies.