[buddypress-trac] [BuddyPress Trac] #6529: Support emojis

buddypress-trac noreply at wordpress.org
Tue Dec 1 18:28:03 UTC 2015


#6529: Support emojis
----------------------------------------+---------------------
 Reporter:  r-a-y                       |       Owner:
     Type:  enhancement                 |      Status:  closed
 Priority:  normal                      |   Milestone:  2.5
Component:  Component - Any/All         |     Version:  2.3.0
 Severity:  normal                      |  Resolution:
 Keywords:  needs-testing dev-feedback  |
----------------------------------------+---------------------
Changes (by r-a-y):

 * keywords:  needs-testing => needs-testing dev-feedback
 * milestone:   => 2.5


Comment:

 So I came across a WP function that converts emojis over to HTML encoding.

 We should be able to easily support emojis with this:

 `add_filter( 'bp_activity_content_before_save',       'wp_encode_emoji'
 );`

 `wp_encode_emoji()` only supports Unicode 7 emojis though, but that's
 better than nothing!  The function is only supported in WP 4.2+, so if we
 add this to the codebase, we'd have to do a conditional on the WP version.

 For now, I'm adding this back to the 2.5 milestone for some feedback.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6529#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list