私が管理している e コマース Web サイトに、こちらの手順に従って 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 の「いいね」ボタン コードを使用する方法はありますが、SSL モードで非 https コンテンツを妨害しない方法はありますか?