Website and eShop creation softwares
TOWeb is a no-code website builder that enables users to create modern websites and eShops effortlessly.
Unique Features:
Add a New Paragraph: Create a new paragraph at the end of your topic with the content you want to display in a popup window.
Modify Display Settings: Change the display of this paragraph to Hidden.
Bookmark the Paragraph: Click on the bookmark icon in the properties of this paragraph to get its identifier. Note this name carefully as it is case-sensitive.
Insert TOWeb Field: At the end of your hidden paragraph, add a TOWeb field named (e.g., %POPUP%
) and set its type to HTML Script. Use the following script:
<script>
function onTOWebPageLoaded() {
var popup=$("#YOUR_BOOKMARK_NAME");
popup.attr("title", "Your Popup Title");
popup.dialog({modal: true, buttons: {"OK": function() {$(this).dialog("close");}}});
}
</script>
Replace YOUR_BOOKMARK_NAME
with the identifier from step 3 and customize the title.
Modify Script for Behavior: Adjust the script to control when the popup appears (e.g., using cookies or localStorage) to manage visibility across sessions.
Create your OpenAssistantGPT chatbot
Sign in to your OpenAssistantGPT dashboard and create a new chatbot or select an existing one.
Configure your chatbot settings
Customize your chatbot's appearance, behavior, and knowledge base to match your website's needs.
Get your embed code
In your OpenAssistantGPT dashboard, go to the "Deployment" section and copy your unique embed code.
Add the embed code to your TOWeb website
Log in to your TOWeb account, open your website editor, and add an HTML or Custom Code element to your site. Paste the OpenAssistantGPT embed code into this element.
Publish your website
Save your changes and publish your website to make the chatbot live.
For more advanced integrations with TOWeb, you can customize the following: