mirror of
https://github.com/vercel/commerce.git
synced 2025-06-07 16:56:59 +00:00
Add Tidio chat provider
This commit is contained in:
parent
c211bff2ad
commit
be80415614
@ -132,22 +132,8 @@ const Layout: React.FC<Props> = ({
|
|||||||
</Button>
|
</Button>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
{/** Sendinblue Chat Script to implement Widget */}
|
{/** Tidio Chat Script to implement Widget */}
|
||||||
<Script id="show-banner" strategy="lazyOnload">
|
<Script src='//code.tidio.co/nx3mte5iva2dotyph2gt4k2dqei2uwbj.js' async id="show-banner" strategy="lazyOnload"></Script>
|
||||||
{`
|
|
||||||
<!-- Sendinblue Conversations {literal} -->
|
|
||||||
(function(d, w, c) {
|
|
||||||
w.SibConversationsID = '632dab316c8a1e0b083a91c2';
|
|
||||||
w[c] = w[c] || function() {
|
|
||||||
(w[c].q = w[c].q || []).push(arguments);
|
|
||||||
};
|
|
||||||
var s = d.createElement('script');
|
|
||||||
s.async = true;
|
|
||||||
s.src = 'https://conversations-widget.sendinblue.com/sib-conversations.js';
|
|
||||||
if (d.head) d.head.appendChild(s);
|
|
||||||
})(document, window, 'SibConversations');
|
|
||||||
`}
|
|
||||||
</Script>
|
|
||||||
</div>
|
</div>
|
||||||
</CommerceProvider>
|
</CommerceProvider>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user