在我维护的电子商务网站上,我按照此处的说明添加了 Facebook 的“赞”按钮:
http://developers.facebook.com/docs/reference/plugins/like
我正在使用 iframe 方法:
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fexample.com%2Fpage%2Fto%2Flike&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80"
scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:450px; height:80px;" allowTransparency="true">
</iframe>
它有效,但如果客户碰巧登录了她的帐户,她会收到臭名昭著的“混合内容警告”
有没有办法使用相同的 Facebook 'Like' 按钮代码,但在 SSL 模式下不会插入非 https 内容?