iframeコードを使用してfbのようなボタンを実装しました
いいねボタンをクリックすると、現在のページのカウントが増加しますが、それが作成されたfbアカウントではカウントされません
& 気に入った人がいると、気に入った人のプロフィールにコメントを自動的に追加します。それを変更する方法
ありがとう
私のコードはこれです
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>IE Guild Technologies</title>
<meta property="og:title" content="IE Guild" />
<meta property="og:type" content="company" />
<meta property="og:url" content="http://www.ieguild.in" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="IE Guild Technologies" />
<meta property="fb:app_id" content="236267259748081" />
& iframe コード
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fieguild.in&send=false&layout=button_count&width=50&show_faces=false&action=like&colorscheme=light&font&height=21"
scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 100px;
height: 21px; background-color: Transparent;"></iframe>