Назад на контролну таблу

Документација

Научите како да користите Asyntai

Почетак рада
Инсталација База знања Како вештачка интелигенција приступа вашем садржају Повежите свој сајт Тестирајте своју вештачку интелигенцију Управљајте веб-сајтовима Савети за AI инструкције Прелазак са другог четбота Упоредите планове
Функције
Ask AI трака AI трака за претрагу AI претрага за WordPress AI Search for Joomla AI Search for Webflow AI Search for Ghost AI Search for Moodle AI Search for TYPO3 AI Search for Craft CMS AI Search for Grav AI Search for Concrete CMS AI Search for October CMS AI Search for ProcessWire AI Search for Odoo AI Search for Bagisto AI Search for Medusa AI Search for OpenCart AI Search for BigCommerce AI Search for Magento Скенирање веб-сајта Празнине у знању Картице производа Динамичке картице производа Динамичке слике Кориснички контекст Прилагођени алати Параметри линкова Праћење уживо Преузимање од стране човека Ескалација AI обавештења Дневни извештај Проток података у реалном времену Максимални проток података у реалном времену Чланови тима Јединствена пријава Двофакторска аутентификација Укључите слике Препознавање слика Виџет за превођење Локализација Транспарентност вештачке интелигенције Потенцијални клијенти Паметно прикупљање потенцијалних клијената Тикети за подршку Категорије ћаскања Резервације Уграђивања Искључите странице Блокиране IP адресе Политика чувања података Режим без чувања Маскирање PII Класификатор одговора Access Tags Закачање верзије виџета Ревизорски дневник Паметнији модел Омогућите размишљање Предлози одговора Накнадне поруке Говор у текст Преузимање транскрипта Уграђено ћаскање Уграђивање преко iframe-а

How to Add Asyntai AI Chatbot to BuddyBoss

Step-by-step guide for BuddyBoss communities

Преузмите код за уградњу

Корак 1: Набавите свој код за уграђивање

First, go to your Asyntai Dashboard and scroll down to the "Embed Code" section. Copy your unique embed code which will look like this:

<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>

Напомена: Код изнад је само пример. Морате копирати свој јединствени код за уграђивање са своје Контролне табле јер садржи ваш лични ИД виџета.

Step 2: Add Code via Theme Options → Custom Codes (Recommended)

BuddyBoss runs on WordPress, and the BuddyBoss theme includes a built-in place to add custom HTML, CSS, or JavaScript site-wide. This is the easiest way to install Asyntai:

  1. Log in to your WordPress Admin dashboard
  2. In the left sidebar, go to BuddyBoss → Theme Options
  3. Open the Custom Codes tab
  4. Find the Space Before </body tag> field (the footer JavaScript area)
  5. Paste your Asyntai embed code into this field
  6. Click Save Changes
  7. The chatbot will now load on every page of your community

Напомена: The Custom Codes tab supports HTML, CSS, and JavaScript that is output in the header or footer of all pages. Paste the Asyntai script exactly as copied — the "Space Before </body tag>" field is the recommended spot for best page load performance.

Alternative Method 1: Header/Footer Scripts Plugin (WPCode)

If you prefer to keep your scripts separate from theme settings, or if your child theme does not expose the Custom Codes field, a free header/footer scripts plugin such as WPCode works reliably:

  1. In WordPress Admin, go to Plugins → Add New
  2. Search for "WPCode" (or "Insert Headers and Footers"), then install and activate it
  3. Идите на Code Snippets → Header & Footer
  4. Paste your Asyntai embed code into the Footer box
  5. Click Save Changes
  6. Код ће сада бити аутоматски додат на све странице

Савет: Using the Footer box (rather than the Header) loads the widget after your page content, which keeps your community fast. This method survives theme updates because the code lives in the plugin, not the theme.

Alternative Method 2: Child Theme footer.php

For developers who prefer editing theme files directly, you can add the embed code to your child theme's footer template so it renders through the standard wp_footer hook:

  1. Make sure you are using a child theme so your changes survive BuddyBoss theme updates
  2. In WordPress Admin, go to Appearance → Theme File Editor (or edit the file over FTP/SFTP)
  3. Open the child theme's footer.php file
  4. Paste your Asyntai embed code just before the closing </body> tag, above the wp_footer() call
  5. Click Update File to save
<!-- Before </body> in your child theme footer.php --> <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>

Важно: Always edit a child theme, not the main BuddyBoss theme. Editing the parent theme directly means your changes will be lost the next time BuddyBoss is updated.

Корак 3: Верификујте инсталацију

After saving your changes, open your community 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.

Не видите виџет? Make sure you've saved your changes. If your site uses a caching plugin or CDN, clear the cache and reload in incognito mode. Check the browser console (F12) for any JavaScript errors, and confirm you pasted your own widget ID.

Потребна вам је помоћ?

If you're not comfortable editing theme settings or files, the header/footer plugin method requires no code knowledge and works on any WordPress site. You can also contact Asyntai support for guidance on installing the chatbot on your BuddyBoss community.

Професионална подршка: BuddyBoss offers support and a network of certified developers if you need professional assistance with theme modifications or complex customizations.