Messenger fix

This commit is contained in:
Moris Zen
2018-09-05 23:01:06 +02:00
parent e600725a81
commit 8687e39265
2 changed files with 7 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ const Layout = ({ children, data }) => (
<MessengerCustomerChat
pageId="715686642152482"
appId="1896398823783343"
htmlRef="<REF_STRING>"
htmlRef="layout"
/>
<main className="side-panel panel">
<Header />

View File

@@ -5,7 +5,7 @@ import Prism from 'prismjs'
require('prismjs/themes/prism-solarizedlight.css')
import PageTransition from 'gatsby-plugin-page-transitions'
import MessengerCustomerChat from 'react-messenger-customer-chat'
import favicon32 from '../images/favicon32.png'
class PostDefault extends Component {
@@ -38,6 +38,11 @@ class PostDefault extends Component {
__html: data.wordpressPost.content,
}}
/>
<MessengerCustomerChat
pageId="715686642152482"
appId="1896398823783343"
htmlRef="blogpost"
/>
</main>
</PageTransition>
)