> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/loomex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catenoid-support.gitbook.io/loomex/jp/loomex-yzgaido/sns.md).

# SNS

LoomexのSNS機能について説明します。

> ### SNS <a href="#loomex-sns-sns" id="loomex-sns-sns"></a>
>
> ライブラリに登録された映像をYoutube, Facobookなどのソーシャルメディアに投稿し、閲覧数及びいいね数を集計することができます。

### **ソーシャルメディア** <a href="#loomexsns-ssharumedia" id="loomexsns-ssharumedia"></a>

***

YouTube, Facebook, Twitterなど、ソーシャルメディアプラットホームに映像を投稿し、結果を確認することができます。

<figure><img src="/files/Aoj5z5QLm43JykphPfJK" alt=""><figcaption><p>SNS投稿画面</p></figcaption></figure>

#### **YouTube** <a href="#loomex-sns-youtube" id="loomex-sns-youtube"></a>

映像とサムネイルを選択してYoutubeに投稿し、公開状態を確認することができます。

#### **Facebook** <a href="#loomex-sns-facebook" id="loomex-sns-facebook"></a>

Facebookストーリーにテキストまたはイメージ及び映像を投稿し、公開状態を確認することができます。

#### **Twitter** <a href="#loomex-sns-twitter" id="loomex-sns-twitter"></a>

Twitterにテキストまたはイメージ及び映像をツイートして公開状態を確認することができます。

{% hint style="info" %}
**参考**

SNS 投稿機能は予約することが可能で、公開する時間と表示有無を事前に指定することができます。
{% endhint %}

### **SNS 投稿** <a href="#loomexsnssns-tou-gao" id="loomexsnssns-tou-gao"></a>

***

<figure><img src="/files/9dqbyNzuo1JcbBYUwDsZ" alt=""><figcaption><p>SNS投稿</p></figcaption></figure>

#### **Step 1.** SNS アカウントを作成する <a href="#loomexsns-step1snsakauntowosuru" id="loomexsns-step1snsakauntowosuru"></a>

投稿するSNSのアカウントを用意します。

#### **Step 2.** 映像をアップロードする <a href="#loomexsns-step2woappurdosuru" id="loomexsns-step2woappurdosuru"></a>

ソーシャルメディアプラットホームに公開する映像をライブラリにアップロードし、SNS画面から\[+SNS投稿] ボタンをクリックします。

#### **Step 3.** 投稿内容を作成する <a href="#loomexsns-step3wosuru" id="loomexsns-step3wosuru"></a>

投稿するポストのタイトルと内容を入力し、\[投稿する]ボタンで公開します。

#### **Step 4.** 結果を確認する <a href="#loomexsns-step4wosuru" id="loomexsns-step4wosuru"></a>

投稿が完了すると\[統計]メニューからSNSからの映像再生数、いいねの数が集計されて表示されます。

&#x20;

### **SNS 削除** <a href="#loomexsnssns-xiao-chu" id="loomexsnssns-xiao-chu"></a>

***

<figure><img src="/files/iX8OKq5czVUsVrVTI1Aa" alt=""><figcaption><p>投稿削除</p></figcaption></figure>

公開されたポストはSNSリスト画面の削除ボタンをクリックするとSNSから削除されます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://catenoid-support.gitbook.io/loomex/jp/loomex-yzgaido/sns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
