WeChat public platform development--emoticons

黄舟
Release: 2016-12-30 10:26:45
Original
3519 people have browsed it

1) How to send emoticons from public accounts to subscription accounts

2) Emoticon code comparison table

3) PHP definition of emoticon codes

1) How to send emoticons from public accounts Give the subscription account

The development of emoticons on the WeChat public platform is in the development mode of public accounts, where the public account sends emoticons to the subscription account.
105 QQ emoticons are used in the WeChat public platform, as follows:

WeChat public platform development--emoticons

The emoticon sending is completed through text codes, as follows

Send on the public platform/ ::)

WeChat public platform development--emoticons

User receives smiling face

WeChat public platform development--emoticons

2) Emoticon code comparison table

WeChat public platform development--emoticons

Download address: http://download.csdn.net/detail/d_eng/6545051

3) Expression code PHP definition


$ emoji_code = array(

1=>"/::)",
//smile

"/::~", //pucker

" /::B", //Color

"/::|", //Dazed

"/:8-)", //Proud

"/ ::
"/::$", //Shy

"/::X", //Shut up

"/ ::Z", //Sleep

"/::'(", //Cry

"/::-|", //Embarrassing

" /::@", //angry

"/::P", //naughty

"/::D", //baring teeth

"/ ::O", //Surprised

//16-30

"/::(", //Sad

"/::+", // Cool

" /:--b", //Cold sweat

"/::Q", //Crazy

"/::T", // spit

"/:,@P", //smirk

"/:,@-D", //cute

"/::d", //Rolling eyes

"/:,@o", //Arrogance

"/::g", //Hungry

"/:|-)", //Sleepy

"/::!", //Frightened

"/::L", //Sweating

"/::>", //Hanxiao

"/::,@", //Soldier

//31-45

"/:,@f", //Work hard

"/::-S", //cursing

"/:?", //question

"/:,@x", //shhh

"/:,@@", //faint

"/::8", //torture

"/:,@!", //faint

"/:!!!", //Skull

"/:xx", //Strike

"/:bye", //Goodbye

"/:wipe", //wipe sweat

"/:dig", //pick nose

"/:handclap", //applaud

"/: &-(", //Brother is too big

"/:B-)", //Smirk

//46-60

"/:
"/:@>", //right humming

"/::-O", //yawn

"/:>-|", //Contempt

"/:P-(", //Grief

"/::'|", //Almost crying

"/:X-)", //Insidious

"/::*", //Kiss

"/:@x", //Scare

"/:8*", //Poor

"/:pd", //Chop knife

"/:", //Watermelon

"/:beer", //Beer

"/:basketb", //Basketball

"/:oo", //Ping Pong

// 61-75

"/:coffee", //coffee

"/:eat", //rice

"/:pig", //pig

"/:rose", //Rose

"/:fade", //Wither

"/:showlove", //Show love

" /:heart", //love

"/:break", //heartbreak

"/:cake", //cake

"/:li" , //Lightning

"/:bome", //Bomb

"/:kn", //Knife

"/:footb", //Football

"/:ladybug", //Ladybug

"/:shit", //Poop

//76-90

"/: moon", //Moon

"/:sun", //Sun

"/:gift", //Gift

"/:hug", // Hug

"/:strong", //strong

"/:weak", //Weak

"/:share", //Handshake

"/:v", //Victory

"/:@)", //Holding fists

"/:jj", //Seduction

"/ :@@", //fist

"/:bad", //bad

"/:lvu", //love you

"/:no" , //No

"/:ok", //Ok

//91-105

"/:love", //love

"/:", //Blow a kiss

"/:jump", //Dance

"/:shake", //Shake

" /:", //倄火

"/:circle", //Turn in a circle

"/:kotow", //Kowtow

"/ :turn", //Look back

"/:skip", //Skip rope

"/:oY", //Wave your hands

"/:#-0" , //Excited

"/:hiphot", //Hip-hop// hiphot doesnot work!

"/:kiss", //Kiss

"/:
"/:&>" //Right Tai Chi

);

//1-35 /::)/: :~/::B/::|/:8-)/::$/::X/::Z/::'(/::-|/::@/::P /::D/::O/::(/::+ /:--b/::Q/::T/:,@P/:,@-D/::d/:,@o/ ::g/:|-)/::!/::L/::>/::,@/:,@f/::-S/:?/:,@x/:,@@

//36-75 /::8/:,@!/:!!!/:xx/:bye/:wipe/:dig/:handclap/:&-(/:B-)/ :/::-O/:>-|/:P-(/::'|/:X-)/::*/:@x/:8*/:pd /:/:beer/:basketb/:oo/:coffee/:eat/:pig/:rose/:fade/:showlove/:heart/:break/:cake/:li

//76-105 /:bome/:kn/:footb/:ladybug/:shit/:moon/:sun/:gift/:hug/:strong/:weak/:share/:v/:@)/: jj/:@@/:bad/:lvu/:no/:ok/:love/:/:jump/:shake/:/:circle/:kotow/:turn/:skip /:oY/:#-0/:hiphot/:kiss/:

?>

Download address: http://download. csdn.net/detail/d_eng/6545051

The above is the content of WeChat public platform development-emoticons. For more related content, please pay attention to the PHP Chinese website (m.sbmmt.com)!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template