# 共有とソーシャル

### ソーシャルアカウント

サイトのメタデータとフッターにソーシャルアカウントを追加できます。 **共有** タブから、カスタマイズメニュー内で。

クリック **+ アカウントを追加** を選び、X、GitHub、LinkedIn、Discord、Bluesky など、含まれているオプションの一覧からアカウントの種類を選択します。このメニューでソーシャルアカウントを追加すると、サイトのメタデータにも追加されます。

各ソーシャルアカウントについて、メタデータに影響を与えることなく、ドキュメントサイトのフッターでの表示/非表示を切り替えられます。

<figure><img src="/files/79227b195acaaa8549d3a520e048494600aa167e" alt="Social accounts settings in Site customization"><figcaption></figcaption></figure>

### ソーシャルプレビュー

ここで、サイト用のカスタムソーシャルプレビュー画像をアップロードできます。これにより、サイトの `og:image` がアップロードした画像に設定され、Slack や X など、OpenGraph 画像をサポートするあらゆるプラットフォームや製品でサイトのリンクが共有されたときに表示されます。

ソーシャルプレビューを追加しない場合、GitBook はテーマカラー、ページタイトル、説明を使用して自動的に生成します。

サイトに複数の [サイトセクション](/docs/documentation/ja-gitbook-documentation/docs-site/site-structure/site-sections.md)がある場合は、カスタマイズ画面上部のドロップダウンメニューを使用して各セクションを切り替え、それぞれにカスタムのソーシャルプレビュー画像を追加できます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/customization/sharing-and-social.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
