diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/social_api | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/social_api')
-rw-r--r-- | files/ja/social_api/index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/files/ja/social_api/index.html b/files/ja/social_api/index.html new file mode 100644 index 0000000000..7b66438ee1 --- /dev/null +++ b/files/ja/social_api/index.html @@ -0,0 +1,63 @@ +--- +title: Social API +slug: Social_API +translation_of: Archive/Social_API +--- +<p>Social API は、Web ブラウザがソーシャルメディアサービスをより簡単に統合できるようにする新たな API です。ソーシャルサービスプロバイダが Firefox に実装されると、ブラウザのクローム上 (コンテンツ枠外) にユーザの管理ツールやそのサービスに関する情報を表示させることが可能となります。以下の記事でソーシャルサービスプロバイダの実装方法について解説します。</p> +<div class="note"> + <p><strong>注:</strong> ここにある下層ページの内容の多くは下書きの状態ですが、まだこのサブツリーに移動されていません。<a href="/ja/docs/User:Sheppy/Social_API_temp">ページは当面こちらで参照できます</a>。</p> +</div> +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h2 class="Documentation" id="Social_API_ドキュメント">Social API ドキュメント</h2> + <dl> + <dt> + <a href="/ja/docs/Social_API/Glossary" title="/ja/docs/Social_API/Glossary">Social API 用語集</a></dt> + <dd> + Social API を使うにあたって理解すべき重要な用語の定義を説明します。</dd> + <dt> + <a href="/ja/docs/Social_API/Guide" title="/ja/docs/Social_API/Guide">Social API とソーシャルサービスガイド</a></dt> + <dd> + Social API と関連サービスの入門ガイドです。</dd> + <dt> + <a href="/ja/docs/Social_API/Manifest" title="/ja/docs/Social_API/Manifest">ソーシャルサービスマニフェスト</a></dt> + <dd> + 必要となるマニフェストの説明と作成手順です。</dd> + <dt> + <a href="/ja/docs/Social_API/Service_worker_API_reference" title="/ja/docs/Social_API/Service_worker_reference">ソーシャルサービスワーカー API リファレンス</a></dt> + <dd> + ソーシャルサービスワーカー API のリファレンスです。</dd> + <dt> + <a href="/ja/docs/Social_API/Service_worker_API_reference" title="/ja/docs/Social_API/Service_worker_API_reference">ソーシャルサービスコンテンツ API リファレンス</a></dt> + <dd> + ソーシャルサービスコンテンツ API のリファレンスです。</dd> + <dt> + <a href="/ja/docs/Social_API/Widgets" title="/ja/docs/Social_API/Widgets">ソーシャルサービスウィジェット</a></dt> + <dd> + ソーシャルサービスが提供するウィジェットのガイドです。</dd> + </dl> + <p><span class="alllinks"><a href="/ja/docs/tag/Social" title="/ja/docs/tag/CSS">すべて見る...</a></span></p> + </td> + <td> + <h2 class="Community" id="Community" name="Community">コミュニティサポート</h2> + <p>Social API 関連の問題について助けが必要で、ドキュメントに解決策が見つからない場合は、サポートを求めてみましょう。</p> + <ul> + <li>Mozilla の IRC チャンネルで質問する: <a href="irc://irc.mozilla.org/socialdev" title="irc://irc.mozilla.org/socialdev">#socialdev</a></li> + </ul> + <p><span class="alllinks"><a class="external" href="http://www.catb.org/~esr/faqs/smart-questions.html" title="http://www.catb.org/~esr/faqs/smart-questions.html">「ネチケット」を忘れずに...</a></span></p> + <h2 class="Tools" id="Tools" name="Tools">ツールとデモ</h2> + <ul> + <li><a href="https://github.com/mixedpuppy/socialapi-demo" title="https://github.com/mixedpuppy/socialapi-demo">github で公開されているソーシャルサービスプロバイダのサンプル</a></li> + </ul> + <p><span class="alllinks"><a href="/ja/docs/tag/Social" title="/ja/docs/tag/CSS:Tools">すべて見る...</a></span></p> + <h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">関連トピック</h2> + <ul> + <li><a href="/ja/docs/Apps" title="/ja/docs/Apps">オープン Web アプリケーション</a></li> + </ul> + </td> + </tr> + </tbody> +</table> +<p> </p> |