会社の Facebook ページを作成し、友達に「いいね!」をしてもらいました。勝つ。
社外サイトにいいねボタンをつけたいのですが…。
会社の「ページとしてログイン」しました。
次に、[マーケティング] タブをクリックし、[いいね] ボタンを追加しました。
Iframe を使用してコードを作成しました。
しかし、自分のウェブサイトにコードを貼り付けると、好きなもの (および私のすべてのハードワーク) が最初からやり直されます。また、Facebook にまったく新しいページが作成されます。
もちろん、新しく作成した FB ページで自分のページを再作成して、すべての友達を再度招待することもできますが、これでは数週間の作業が無駄になり、すでに擬似的な友達を悩ませています。これを行う前に何かアイデアはありますか?
参考までに、iframe のようなものを次に示します。
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.mywebsite.com&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
グラフを開く...
<meta property="og:title" content="my title" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.mywebsite.com" />
<meta property="og:image" content="http://www.mywebsite.com/image.png" />
<meta property="og:site_name" content="site name" />
<meta property="fb:app_id" content="xxxxxxxxx" />