> For the complete documentation index, see [llms.txt](https://blog.mantago.cc/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.mantago.cc/zh/dui-hua-mo-zu/xun-xi-fen-xiang.md).

# 訊息分享

#### 打造傳播力量的關鍵：分享功能

在對話模組中加入「訊息分享」功能，不只是一個簡單的按鈕，更是觸發行銷的關鍵開關！

首先，建立好一個對話模組，以及一個被分享對話模組

<figure><img src="/files/uVevC8Cm6SCGp3tNqTDZ" alt=""><figcaption></figcaption></figure>

接著先進到主要的對話模組，輸入內容後，並設立訊息分享按鈕，接著選取你想被分享的對話模組

<figure><img src="/files/Qj79WeVgZ2wz3lDViQPm" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
小技巧：被分享的對話模組可設立按鈕，讓對你有興趣的消費者再收到訊息後能採取行動！
{% endhint %}

這樣就完成囉！

<figure><img src="/files/AFmchGnJXiQrH2RgfkDu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
小提醒：在LINE developer要將shareTargetPicker打開，才能成功分享喔！
{% endhint %}

<figure><img src="/files/GUXPBlOsytmWeZe3Gi7t" alt=""><figcaption></figcaption></figure>

手機畫面如下

<div><figure><img src="/files/8AeTcnY6doybvWgqstdS" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Qjhfw9yfOKtqUP4DIee4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/CON0clpJcUQ3i3CGT5Ih" alt=""><figcaption></figcaption></figure></div>

善用訊息分享功能，讓每一次的分享都是品牌影響力的延伸，讓你的品牌訊息不只是單向傳播！


---

# 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://blog.mantago.cc/zh/dui-hua-mo-zu/xun-xi-fen-xiang.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.
