{% extends 'admin/base_admin.html' %} {% block title %}Widget Script | ChatLab{% endblock %} {% block admin_widget_active %}active{% endblock %} {% block workspace %}

Widget Appearance

Adjust position and pixel sizes. Values are applied on save — use the Test Page button to preview on PC and mobile.

{% csrf_token %}
{{ company.widget_bottom_offset }}px — vertical offset
{{ company.widget_side_offset }}px — horizontal offset
{{ company.widget_button_size }}px
{{ company.widget_panel_width }}px
{{ company.widget_panel_height }}px

Embed Code

Place this <script> tag just before the closing </body> tag.

<script
                    src="{{ base_url }}{% url 'chatbot_widget_js' %}"
                    id="chatlab-widget-loader"
                {% for key, val in widget_attrs.items %}    {{ key }}="{{ val }}"
                {% endfor %}></script>

Authorized Domain: {% if company.allowed_domain %} {{ company.allowed_domain }} {% else %} Not configured — contact platform admin. {% endif %}

Live Preview

Widget for {{ company.chatbot_name }} is active on this page.

Position: {% if company.widget_position == 'left' %}Bottom Left{% else %}Bottom Right{% endif %}
Size: {{ company.widget_panel_width }}×{{ company.widget_panel_height }}px
{% if company.widget_sound_enabled %}Sound enabled{% else %}Sound disabled{% endif %}
Open Full Test Page ↗ Configure FAQs
{% endblock %}