Messenger fix
This commit is contained in:
@@ -30,7 +30,7 @@ const Layout = ({ children, data }) => (
|
||||
<MessengerCustomerChat
|
||||
pageId="715686642152482"
|
||||
appId="1896398823783343"
|
||||
htmlRef="<REF_STRING>"
|
||||
htmlRef="layout"
|
||||
/>
|
||||
<main className="side-panel panel">
|
||||
<Header />
|
||||
|
||||
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user