Messenger fix
This commit is contained in:
@@ -30,7 +30,7 @@ const Layout = ({ children, data }) => (
|
|||||||
<MessengerCustomerChat
|
<MessengerCustomerChat
|
||||||
pageId="715686642152482"
|
pageId="715686642152482"
|
||||||
appId="1896398823783343"
|
appId="1896398823783343"
|
||||||
htmlRef="<REF_STRING>"
|
htmlRef="layout"
|
||||||
/>
|
/>
|
||||||
<main className="side-panel panel">
|
<main className="side-panel panel">
|
||||||
<Header />
|
<Header />
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import Prism from 'prismjs'
|
|||||||
require('prismjs/themes/prism-solarizedlight.css')
|
require('prismjs/themes/prism-solarizedlight.css')
|
||||||
|
|
||||||
import PageTransition from 'gatsby-plugin-page-transitions'
|
import PageTransition from 'gatsby-plugin-page-transitions'
|
||||||
|
import MessengerCustomerChat from 'react-messenger-customer-chat'
|
||||||
import favicon32 from '../images/favicon32.png'
|
import favicon32 from '../images/favicon32.png'
|
||||||
|
|
||||||
class PostDefault extends Component {
|
class PostDefault extends Component {
|
||||||
@@ -38,6 +38,11 @@ class PostDefault extends Component {
|
|||||||
__html: data.wordpressPost.content,
|
__html: data.wordpressPost.content,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<MessengerCustomerChat
|
||||||
|
pageId="715686642152482"
|
||||||
|
appId="1896398823783343"
|
||||||
|
htmlRef="blogpost"
|
||||||
|
/>
|
||||||
</main>
|
</main>
|
||||||
</PageTransition>
|
</PageTransition>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user