Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I normaly make an

array(

" :) ", " :( "

); 

with the emoticons then i make another array with the replacement

array(

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

then I use str_replace ($theFirstArray, $secondArray, $and here is the message);

But i notes that in fb chat the emoticons dont have paths to the image instead they lead to

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

How is this is accomplished ?

share|improve this question
1  
I suppose they are assigned from a css sprite by using css. – theomega Apr 10 '12 at 23:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.