> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 刪除商品下方的社交媒體分享按鈕

有關的文章： [官網設計](/zh-tw/category/5a6y57ay6kit6kii-1kvbh2w/)

### 一、社交媒體分享

  
  
  
  
社交媒體分享按鈕其實可以幫助商家去增加並促進與客戶之間的關係。並且還可以藉此把商品發布到更多的渠道讓大眾看到您的品牌從而產生興趣瀏覽您的官網。  
  
  
  
  
  
  
  
請參考以下列子：  
還未關閉之前  
  

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image-41_16ak2t6.png)
  
  
  
  
  
  
  
關閉之後：  
  
  

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/screenshot-2024-01-11-112625_103hqg6.png)
  
  
  
  
  
  
如果您的平台不需要這額外的分享按鈕，您可以通過編輯原始碼去隱藏它們。  
  
  
  
  
  
  
  

### 如何操作：

  
  
  
  
  
*   到銷售管道 > 品牌官網 > 佈景主題 > 編輯原始碼
  
  
*   找到Config > settings_data.json 【這個文件夾點開】搜尋 'social_sharing_products' 把 "1" --> "0" 換成0 來關閉所有分享按鈕。
  
  
  
  
通常會在第213行  
編輯後記得儲存  
  
![](https://storage.crisp.chat/users/helpdesk/website/7c4e443bf744a800/a8d77dcb-9f7a-4aee-b5c8-317db3_14e3o57.png)  
  
  
  
  
  
  
  
小貼士：  
  
  
  
如果您只是需要移除Twitter按鈕，那麼就把 "share_twitter": "1" 把 1 更換成0 就可以了。以此類推去關閉您不要的分享按鈕。

