如何隐藏表情符号路径以及如何找到它

时间:2012-04-10 23:52:16

标签: php facebook chat emoticons

我正式制作

array(

" :) ", " :( "

); 

用表情符号然后我用替换

创建另一个数组
array(

'<img src="smile.png"/>',
'<img src="sad.png"/>'
);

然后我使用str_replace ($theFirstArray, $secondArray, $and here is the message);

但是我注意到在fb聊天中,表情符号没有通往图像的路径而是导致

https://s-static.ak.facebook.com/images/blank.gif

这是如何实现的?

0 个答案:

没有答案