删除/更改 Facebook 点赞按钮图像
有什么方法可以删除 facebook like 按钮图像。我的Facebook代码如下..
<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>
如果我发送一些消息,那么它会在左侧显示一个图像,我只想更改该图像以及该图像的来源,我找不到。
任何想法或解决方案...
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 Facebook 政策第 IV 项。 4.d.
“您不得掩盖或遮盖我们社交插件的元素,例如“赞”按钮或“赞”框插件。”
您无法直接更改图像,因为它是由 Facebook 提供的。
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.