Skip to content

Commit

Permalink
Merge pull request #1411 from RadhikaMalpani1702/main
Browse files Browse the repository at this point in the history
Added The Chatbot in Missing Pages
  • Loading branch information
khushi-joshi-05 authored Jul 21, 2024
2 parents bcd3293 + 729c1a5 commit 5d9fb3a
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Html-files/RateUs.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,7 @@ <h2 class="rateus-heading">Rate Us</h2>
});
</script>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>


</body>
</html>
32 changes: 32 additions & 0 deletions Html-files/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,38 @@ <h4>Follow Us</h4>
});

</script>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
AOS.init(
{
duration: 1000,
easing: 'ease',
once: false,
}
);

// Chatbot
window.botpressWebChat.init({
"composerPlaceholder": "Message...",
"botConversationDescription": "Welcome to Foodie!",
"botId": "2093cb3a-9343-4dec-a60f-2f69a5948cac",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "2093cb3a-9343-4dec-a60f-2f69a5948cac",
"webhookId": "7bd6ccb8-58f4-4ee3-9bca-f33ea4b7c37c",
"lazySocket": true,
"themeName": "prism",
"botName": "Foodie",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/code/da4ab5f7-146c-4585-961b-2d9def26af50/v96339/style.css",
"frontendVersion": "v1",
"useSessionStorage": true,
"enableConversationDeletion": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": []
});
</script>

</body>

</html>
Expand Down
33 changes: 33 additions & 0 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,5 +364,38 @@ <h4>Follow Us</h4>
</script>
<script src="../carts.js"></script>
<script src="cart.js"> </script>

<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
AOS.init(
{
duration: 1000,
easing: 'ease',
once: false,
}
);

// Chatbot
window.botpressWebChat.init({
"composerPlaceholder": "Message...",
"botConversationDescription": "Welcome to Foodie!",
"botId": "2093cb3a-9343-4dec-a60f-2f69a5948cac",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "2093cb3a-9343-4dec-a60f-2f69a5948cac",
"webhookId": "7bd6ccb8-58f4-4ee3-9bca-f33ea4b7c37c",
"lazySocket": true,
"themeName": "prism",
"botName": "Foodie",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/code/da4ab5f7-146c-4585-961b-2d9def26af50/v96339/style.css",
"frontendVersion": "v1",
"useSessionStorage": true,
"enableConversationDeletion": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": []
});
</script>

</body>
</html>
2 changes: 2 additions & 0 deletions Html-files/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ <h4>Follow Us</h4>
});
</script>



</body>

</html>
33 changes: 33 additions & 0 deletions Html-files/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,5 +566,38 @@ <h4>Follow Us</h4>
once: false,
});
</script>

<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
AOS.init(
{
duration: 1000,
easing: 'ease',
once: false,
}
);

// Chatbot
window.botpressWebChat.init({
"composerPlaceholder": "Message...",
"botConversationDescription": "Welcome to Foodie!",
"botId": "2093cb3a-9343-4dec-a60f-2f69a5948cac",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "2093cb3a-9343-4dec-a60f-2f69a5948cac",
"webhookId": "7bd6ccb8-58f4-4ee3-9bca-f33ea4b7c37c",
"lazySocket": true,
"themeName": "prism",
"botName": "Foodie",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/code/da4ab5f7-146c-4585-961b-2d9def26af50/v96339/style.css",
"frontendVersion": "v1",
"useSessionStorage": true,
"enableConversationDeletion": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": []
});
</script>

</body>
</html>
32 changes: 32 additions & 0 deletions Html-files/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,38 @@ <h4>Follow Us</h4>
});

</script>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
AOS.init(
{
duration: 1000,
easing: 'ease',
once: false,
}
);

// Chatbot
window.botpressWebChat.init({
"composerPlaceholder": "Message...",
"botConversationDescription": "Welcome to Foodie!",
"botId": "2093cb3a-9343-4dec-a60f-2f69a5948cac",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "2093cb3a-9343-4dec-a60f-2f69a5948cac",
"webhookId": "7bd6ccb8-58f4-4ee3-9bca-f33ea4b7c37c",
"lazySocket": true,
"themeName": "prism",
"botName": "Foodie",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/code/da4ab5f7-146c-4585-961b-2d9def26af50/v96339/style.css",
"frontendVersion": "v1",
"useSessionStorage": true,
"enableConversationDeletion": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": []
});
</script>

</body>

</html>
2 changes: 2 additions & 0 deletions Html-files/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ <h4>Follow Us</h4>
});
</script>



</body>

</html>

0 comments on commit 5d9fb3a

Please sign in to comment.