共有ボタンを使用してFacebookにメッセージを追加しようとしていますが、サムネイルと説明を追加しましたが、メッセージボックスにテキストを追加するタグ。これは可能ですか?共有ボタンを使用して開いたダイアログにテキストを追加する
私はここにASP.NETフレーム3.5
を使用していますが、私のコード
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share\" type="text/javascript"></script>
<meta name="description" content="<%=GetText() %>" />
<link rel="image_src" href="http://www.murrayhilltech.com/images/LogoColorNoText.jpg" />
</head>
<body>
<form id="form1" runat="server">
<div>
<a name="fb_share" type="button" share_url="<%=GetURL() %>">Facebook</a>
</div>
</form>
</body>
</html>