1 / 25

ソーシャルプラグイン OGP 設定

ソーシャルプラグイン OGP 設定. ソーシャルプラグイン. https://developers.facebook.com/docs/plugins/. 重要なプラグイン. Like Button Comments. プラグインを導入する. デペロッパー登録 AppID 取得 プラグインタグ発行 サイトに設置 OGP 設定. 開発者登録 -1. https://developers.facebook.com/. 開発者登録 -2. 開発者登録 -3. 開発者登録 -4. 開発者登録 -5. 開発者登録 -6. AppID の取得 -1.

lise
Download Presentation

ソーシャルプラグイン OGP 設定

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ソーシャルプラグインOGP設定

  2. ソーシャルプラグイン https://developers.facebook.com/docs/plugins/

  3. 重要なプラグイン • Like Button • Comments

  4. プラグインを導入する • デペロッパー登録 • AppID取得 • プラグインタグ発行 • サイトに設置 • OGP設定

  5. 開発者登録-1 https://developers.facebook.com/

  6. 開発者登録-2

  7. 開発者登録-3

  8. 開発者登録-4

  9. 開発者登録-5

  10. 開発者登録-6

  11. AppIDの取得-1

  12. AppIDの取得-2

  13. AppIDの取得-3

  14. AppIDの取得-4

  15. AppIDの取得-5

  16. いいね!タグ発行-1 https://developers.facebook.com/docs/reference/plugins/like/

  17. いいね!タグ発行-2

  18. いいね!タグ発行-3

  19. コメントタグ発行-1

  20. コメントタグ発行-2

  21. OGP設定-1 Open Graph Protocolとは? 「このサイトは何のサイトなのか」ということを、 プログラムから読める形でHTMLに付加する記述方法 これをしておかないと、 Facebookで「いいね!」や「コメント」をされても 本当のパフォーマンスで拡散されていかない。

  22. OGP設定-2 <meta property="og:title" content="記事のタイトル" /> <meta property="og:type" content="article" /> <meta property="og:description" content="記事の説明" /> <meta property="og:url" content="記事のURL" /> <meta property="og:image" content="画像のURL" /> <meta property="og:site_name" content="サイトのタイトル" /> <meta property="og:locale" content="言語" /> <meta property="fb:app_id" content="facebookのアプリID" /> • <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja" dir="ltr" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">

  23. OGP設定-3 https://developers.facebook.com/docs/reference/plugins/like/

  24. OGP設定-4 エラー = ”Required Property Missing”

More Related