Powrót do panelu

Dokumentacja

Dowiedz się, jak korzystać z Asyntai

How to Add Asyntai AI Chatbot to Builderall

Step-by-step guide for Builderall sites

Pobierz kod osadzania

Krok 1: Pobierz swój kod osadzania

Najpierw przejdź do swojego Panelu Asyntai i przewiń w dół do sekcji "Kod osadzania". Skopiuj swój unikalny kod osadzania, który będzie wyglądał tak:

<script>(function(){var l=function(){var s=document.createElement("script");s.src="https://widget.asyntai.com/static/js/chat-widget.js";s.async=true;s.setAttribute("data-asyntai-id","YOUR_WIDGET_ID");document.head.appendChild(s)};if(document.readyState==="complete"){l()}else{window.addEventListener("load",l)}})();</script>

Uwaga: Powyższy kod to tylko przykład. Musisz skopiować swój własny unikalny kod osadzania z Panelu, ponieważ zawiera on Twój osobisty identyfikator widgetu.

Step 2: Open Your Site in the Cheetah Editor

Builderall builds and hosts your website with the Cheetah drag-and-drop builder. To add the chatbot, open the site you want to edit:

  1. Log in to your Builderall Dashboard
  2. Open the Website Builder (Cheetah) app from your list of tools
  3. Select the website you want to add the chatbot to and click Edit Site
  4. Open the page where you want the chatbot to appear in the Cheetah editor

Uwaga: Because the Asyntai widget is a fixed floating button, it does not matter where on the page the code sits. It will always appear anchored in the corner of the screen.

Step 3: Add the Code in Page Settings → CSS/JS (Recommended)

Cheetah lets you inject custom code into a page through the Page Settings panel:

  1. In the Cheetah editor, click the three-line menu button in the top-left corner
  2. Select Page Settings from the dropdown menu
  3. Scroll to the CSS/JS section (the area for custom code)
  4. Paste your Asyntai embed code into the JavaScript / custom code box
  5. Confirm to close the Page Settings panel
  6. Click Publish to make your changes live

Wskazówka: The CSS/JS section applies to the current page only. Repeat these steps on every page where you want the chatbot, or use the Global Footer method below to add it across the whole site at once.

Alternative Method: Add the Code to a Global Footer (Site-Wide)

If you want the chatbot on every page automatically, add the code to an element inside a footer that is set as global. Global headers and footers repeat across all pages of your site:

  1. In the Cheetah editor, add or open your footer row at the bottom of the page
  2. Drag an HTML / Code element into the footer
  3. Open the element's settings and paste your Asyntai embed code
  4. Right-click the footer row and set it as a Global element so it applies to all pages
  5. Click Publish to apply the change site-wide

Uwaga: Setting the footer as global means any edit is reflected across every page that uses it, so you only have to add the embed code once.

Using Cheetah Builder for WordPress?

If you build with the Cheetah Builder Pro plugin inside WordPress, the process is the same inside the Cheetah editor:

  1. Edit your page with the Cheetah builder in WordPress
  2. Open the three-line menu → Page Settings
  3. Paste your Asyntai embed code into the CSS/JS section
  4. Save and update the page

Wskazówka: You can also add the embed code with a header/footer scripts plugin in WordPress if you prefer to keep tracking codes in one place.

Krok 4: Weryfikacja instalacji

After publishing, open your live Builderall site in a new browser tab or incognito window. You should see the chat widget button in the bottom right corner. Click it to ensure it opens and functions correctly.

Nie widzisz widgetu? Make sure you clicked Publish, not just saved a draft. Clear your browser cache or view in incognito mode, since Builderall serves cached pages that can take a few minutes to update. Check the browser console (F12) for any JavaScript errors.

Potrzebujesz pomocy?

If you're not comfortable adding custom code, Builderall's support team and community can assist with pasting scripts into your Cheetah site. You can also contact Asyntai support for guidance on installing the chatbot on your Builderall site.

Wsparcie profesjonalne: Builderall offers extensive tutorials and a knowledge base if you need step-by-step help with page settings, global elements, or custom code.