Your future, simplified! Our platform is easy and for everyone. Join now and thrive!
Microweber is a no-code website builder and content management system (CMS) designed to make website creation easy and accessible for everyone.
Unique Features:
Access the Admin Panel: Log into your Microweber admin panel.
Disable Asset Compilation: Go to Settings > Advanced > Internal settings and disable the option for compiling assets to ensure your changes are reflected immediately.
Create a New Template: Navigate to userfiles/templates/
and create a new folder for your template (e.g., my_template
). Ensure the folder name is in lowercase and contains no spaces.
Set Up Basic Files: Inside your new template folder, create the following files:
config.php
header.php
index.php
footer.php
clean.php
Edit config.php
: Define your template's name, author, and version in the config.php
file:
<?php
$config = array();
$config['name'] = "My Template";
$config['author'] = "Your Name";
$config['version'] = 0.1;
?>
Add HTML to Header and Footer: In header.php
, include your HTML structure and any CSS links. For example:
<!DOCTYPE HTML>
<html>
<head>
<title>{content_meta_title}</title>
<link rel="stylesheet" href="<?php print template_url(); ?>assets/css/style.css">
</head>
<body>
And in footer.php
, close your HTML tags:
</body>
</html>
Use the Drag-and-Drop Editor: Utilize Microweber's drag-and-drop functionality to add sections and elements to your pages. You can insert text, images, and custom HTML blocks directly.
Add Custom HTML Blocks: To add custom HTML, use the HTML editor available in the admin panel. You can insert custom code snippets or entire sections as needed.
Test Your Changes: Always preview your changes in a staging environment before going live to ensure everything functions as expected.
Publish Your Template: Once satisfied with your customizations, publish your template for use on your site.
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 Microweber CMS website
Log in to your Microweber CMS 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 Microweber CMS, you can customize the following:
Website
Visit Microweber CMSNo-code Solution
✅ No coding required
Custom HTML Support
✅ Supports custom HTML