LoginSignup
0
0

More than 5 years have passed since last update.

facebookソーシャルボタンの「サービスのページに対するいいね」と「facebookページ自体に対するいいねの使い分け」

Posted at

運営しているサービスの各ページに対するいいねは

<a class="fb-like" data-href="URL"  data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></a>

のように、そのページのURLを以下のように貼る。
facebookページ自体のいいねをつけるときは

<a class="fb-like" data-href="https://www.facebook.com/'Facebook_page_url'"  data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></a>

のようにfacebookページのURLを貼ると出来る

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0