Frontman : Enterprise Chatbot Platform
  • 👋Frontman | Enterprise Chatbot Platform
    • 🚀How to Get Started with Frontman
    • 💰Pricing
    • 📞Schedule Demo & Contact Founding Team
  • 😍Create your First Chatbot
  • 📊Dashboard
  • 〽️Story Builder
    • ➕How to Build your First Chatbot Flow
    • ➕Building Blocks
    • ➕Cards
      • ➕Display Cards
        • Bot Says
        • Image/GIF
        • Carousel
        • Quick Reply
        • Phraser Card
        • Audio
        • Video
        • Multiple Choice
        • User Input
        • Range Slider
        • Rating
        • Date Picker
        • Auto suggest
        • Custom Form
        • Website
        • Book Meeting
      • ➕Utility Cards
        • Go-to
        • Setup user attribute
        • Email
        • JSON API
        • Google Sheets
        • Run-IF Card
        • Typing Delay
        • Comments
        • Goal Tracker
        • A/B Splitter
        • Custom Script
        • End Conversation
        • SMS
        • Slack
        • Export via Zapier
        • Whatsapp Template
      • ➕Plugin Cards
        • Shiprocket Track Card
        • Shopify
          • Cancel Order
          • Track Order
          • Return Order
        • Zoho CRM
        • Salesforce CRM
        • Hubspot CRM
        • Odoo CRM
        • Pipedrive CRM
        • Active Campaign CRM
    • ➕Chatbot Details
    • ➕Export Chatbot
    • ➕Direct Link
    • ➕Clone Block
  • 🔆Instinct AI
    • Train AI
      • Data Loaders
        • Document Loader
        • Crawl Website
        • Notes
        • Google Drive
        • Amazon S3
        • Gitbook
        • Microsoft OneDrive
        • Notion
        • RSS
        • Confluence
        • Shopify Blog
        • Zendesk
        • Knowledge Base(Makerobos)
        • Shopify AI Search
        • Image Parser
      • Data Bank
    • AI Agents
      • Wikipedia
      • Youtube Search
      • Function Calling
      • Recent News
      • Web Search
      • Run Block
      • Shopify AI Search
      • Task Master
    • Private Notes
    • Feedback
    • Insights
  • 📺Style Builder
    • ➕Setup Avatar
    • ➕Setup Chatscreen
    • ➕Setup Homescreen
  • ☁️Publish
    • ➕Install Frontman on your Website
    • ➕Track Visitor with your Frontman
    • ➕Custom Display Settings
    • ➕Conversational landing page (Progressive)
    • ➕Embed Frontman
    • ➕Security
    • ➕Language
    • ➕Time Zone
    • ➕Hibernate Frontman
  • 📊Analytics
    • ➕Session
    • ➕Active Users
    • ➕Total Messages
    • ➕Total Visits
    • ➕Traffic Stats
    • ➕User Activity
    • ➕Resources
    • ➕Goal Tracker
  • 🧑‍🤝‍🧑Audience
    • ➕User Attributes
    • ➕How to set filters
    • ➕How to export User’s data
    • ➕Customize Table
  • ⚒️Marketing Tools
    • Teaser Message
    • Frontman Apps
      • Persistent Menu
      • Broadcast message
      • Get Subscribers
      • Knowledge Base
  • 📖Knowledge Base
    • ➕Overview
    • ➕Collections
    • ➕Articles
    • ➕Reports
  • ⚙️Account Settings
    • ➕My Profile
    • ➕Company Details
    • ➕My Plan
    • ➕Plans and Pricing
    • ➕Order History
    • ➕Billing Preference
    • ➕Invoice History
    • ➕Developers Hub
      • ➕API Key
      • ➕Postman Collection
      • ➕Google Application
      • ➕Amazon SNS
      • ➕SMTP
      • ➕Whatsapp Template Messaging
      • ➕LLM's
      • ➕Data Loaders
    • ➕Applications
    • ➕Manage Teams
    • ➕Manager Account
    • 🪧Report a Issue
Powered by GitBook
On this page
  • Let's learn how to use-
  • Example Code:
  • Chat Settings (Optional):
  • Testing:
  • Support:
  1. Publish

Embed Frontman

PreviousConversational landing page (Progressive)NextSecurity

Last updated 10 months ago

This documentation guides you through embedding the Frontman widget onto your website, enabling users to interact with your product directly within your existing platform.

Let's learn how to use-

  1. Obtain the Frontman Script:

    • Access your Makerobos dashboard and navigate to the Frontman configuration section.

    • Locate the script specifically designed for embedding.

  2. Enable Embedded Frontman:

    • Within the provided script, identify the section referencing data-container.

    • Replace mkos_embed_container with your desired container ID. This ID must begin with a letter (A-Z) or underscore (_) and cannot contain special characters.

  3. Embed the Script:

    • Copy the entire script provided by Makerobos.

    • Paste the copied script into your website's HTML code, specifically within the designated container element with the ID you defined in step 2 (e.g., <div id="xyz_embed_container"></div>).

Example Code:

HTML

<script 
    type="text/javascript" 
    data-token="IQFVG9VY3GTN6MB9" 
    data-container="main_embed_container" 
    src="https://link.makerobos.com/EmbedDevJS">
</script>

Chat Settings (Optional):

  • Begin with New Conversation: Frontman may offer configuration options within the embed settings to manage conversation behavior (e.g., always starting a new conversation). Refer to the Frontman documentation for details on available customization options.

  • Restart Button: Similarly, Frontman might allow enabling a restart button for users to reset the conversation. Explore the Frontman documentation for instructions on implementing this feature.

Testing:

  • Once the script is embedded, preview your website to ensure the Frontman widget appears within the designated container element.

  • Test the functionality of the embedded Frontman by initiating a conversation through the widget.

Support:

For further assistance or troubleshooting, refer to the Frontman documentation or contact the Frontman support team.

☁️
➕