Facebook“点赞”的透明背景按钮

发布于 2024-12-06 12:36:41 字数 253 浏览 2 评论 0原文

我需要 Facebook“喜欢”按钮 的背景是透明的。< br> 我曾经实现过这一目标,但我不记得我是如何做到的。

按钮的 iframe 版本中的 allowTransparency="true" 也不起作用。
有什么想法吗?

I need the background for the Facebook "like" button to be transparent.
I've achieved this one time but I don't remember how I did it.

allowTransparency="true" in the iframe version of the button doesn't work either.
Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神经暖 2024-12-13 12:36:41

iframe 版本的 allowTransparency="true" 应该可以工作,我最近使用过它,没有任何问题,如下所示:

<iframe src="//www.facebook.com/plugins/like.php?app_id=242000359180192&href=www.facebook.com%2Fbevagus&send=false&layout=button_count&width=180&show_faces=true&action=like&colorscheme=dark&font&height=21&locale=cs_CZ" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:180px; height:21px;" allowTransparency="true"></iframe>

allowTransparency="true" with iframe version should work, I have used it recently without any problem like this:

<iframe src="//www.facebook.com/plugins/like.php?app_id=242000359180192&href=www.facebook.com%2Fbevagus&send=false&layout=button_count&width=180&show_faces=true&action=like&colorscheme=dark&font&height=21&locale=cs_CZ" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:180px; height:21px;" allowTransparency="true"></iframe>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文