Skip to content

Commit

Permalink
Merge pull request #80 from notificationapi-com/lfsdeB8P/1768-email-d…
Browse files Browse the repository at this point in the history
…rip-inbound-marketing-solution

LfsdeB8P/1768-email-drip-inbound-marketing-solution
  • Loading branch information
mbasadi authored Mar 7, 2024
2 parents d2c9d08 + 9323e88 commit fc7c788
Show file tree
Hide file tree
Showing 6 changed files with 2,115 additions and 2,089 deletions.
10 changes: 2 additions & 8 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,8 @@ Let's skip the marketing fluff:

### Need Help?

<a class="open-chat" href="#" onClick={() => {
if (window.HubSpotConversations) {
window.HubSpotConversations.widget.open();
} else {
alert(
'We think an adblocker is preventing our chat widget from loading. Please disable adblocker and refresh.'
);
}
<a className="open-chat" href="#" onClick={() => {
Intercom('show');
}}>💬 Live Chat</a><br/>

[ 📧 Contact Form ](https://www.notificationapi.com/contact) <br/>
Expand Down
22 changes: 1 addition & 21 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,5 @@ module.exports = {
"/custom.js"
],
headTags: [
// hubspot
{
tagName: 'script',
attributes: {
id: 'hs-script-loader',
type: 'text/javascript',
async: 'true',
defer: 'true',
src:"//js.hs-scripts.com/21854845.js"
}
},
// fullstory
{
tagName: 'script',
attributes: {
async: 'true',
defer: 'true',
src:"//js.hs-scripts.com/21854845.js"
}
},
],
]
};
Loading

0 comments on commit fc7c788

Please sign in to comment.