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.

Is there any way to remove facebook like button image. My facebook code is bellow..

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=somenumber";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div class="fb-like" data-href="http://www.favoritebd.com" data-send="true"    
data-width="100" data-show-faces="true"></div>

If i send some message then it's show a image to the left side, I just want to change that Image and where that image come from, i can't find.

Any Idea or Solution...

share|improve this question

1 Answer

According to facebook policy Item IV. 4. d.

"You must not obscure or cover elements of our social plugins, such as the Like button or Like box plugin."

You can't change the image directly because it's provided by Facebook.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.