コスチュームに送信されるVisualforceメールを作成しました。このメールでは、次のWebサイトで作成されたFacebookのようなボタンも必要です。 http://developers.facebook.com/docs/reference/plugins/like/
これで、これを作成し、Visualforce Htmlの例で見栄えがよくなりましたが、テストメールを送信すると、ボタンが表示されません。したがって、残りのhtmlメールは、htmlの例に示されているように、Facebookボタンだけでなく正常に読み込まれます。
これが私のコードです:
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FDatarecoverynederland%3Ffref%3Dts&send=false&layout=standard&width=400&show_faces=true&action=like&colorscheme=light&font=arial&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:80px;" allowTransparency="true"></iframe>
いくつかのフォーラムとセールスフォース開発者のドキュメントを読んだ後、私も試しました<apex:iframe
ありがとう、M