【Drupal 8】如何簡單的在網站內新增Facebook留言區塊

想在Drupal 8 上面使用FB留言的功能,看懂了 FB文件卻不懂要從何下手嗎?

那就來使用Drupal的模組【facebook_comments】吧

首先去Facebook Developers頁面申請一個應用程式並且記下APP ID

接著安裝模組:facebook_comments,並且啟用它

指令為

composer require drupal/facebook_comments
drush en facebook_comments

啟用完成後可以在admin/config/content/facebook-comments找到它

接著再把APP ID給貼上設定裡面的兩個欄位後就完成設定囉


 For Content-type

 假如已經有新增過了可以從
 Re-use an existing field找到一樣的重複使用
 
 
For Block
 在Block設定找到你想放置的區域,按下Place block
 接著找到Fackbook Comments這個區塊
 

設定隨喜好安排就完成了

以上