{"id":275,"date":"2024-09-21T10:52:38","date_gmt":"2024-09-21T07:52:38","guid":{"rendered":"https:\/\/help.testbh.ru\/?p=275"},"modified":"2026-03-27T22:55:45","modified_gmt":"2026-03-27T19:55:45","slug":"vidzhet-knopki","status":"publish","type":"post","link":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/","title":{"rendered":"Widget buttons"},"content":{"rendered":"<p>On your website, you can place messenger buttons that launch flow chains.<\/p>\n<h4>Setting up<\/h4>\n<ul>\n<li>In the &#8220;Growth Tools&#8221; section, select the &#8220;Widget button&#8221;.<img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035006571-fzn9l0u6.gif\" \/><\/li>\n<li>Enter the name of the widget and the tags that will be assigned to the person when the funnel is launched.<\/li>\n<li>Add the buttons that will be displayed in the widget.<\/li>\n<li>You have to select a flow or a sequence that will be launched when you subscribe.<img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035039772-a1t94cmj.gif\" \/><\/li>\n<li>Set up the visual display of the widget on the website. The result can be seen in the preview field on the right.<img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035084367-t55nfcc2.gif\" \/><\/li>\n<li>Go to the next step to install the widget. When you create the widget for the first time, you will see the <strong>Forward<\/strong> button. After editing the widget, you can save it.<\/li>\n<\/ul>\n<h4>Installation<\/h4>\n<ul>\n<li>Install the javascript code on your website. This code allows BotHelp to display a widget on your website and starts the funnel chain. Add it to the &lt;head&gt; section on each page of your website where the widget will be used.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648034965574-ixmoxo3s.png\" \/><\/p>\n<ul>\n<li>Insert the widget. This code allows you to place buttons on the site. Paste it where the widget should be displayed.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"fr-fic fr-dii\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648034965457-mkh88gxt.png\" \/><br \/>\n<strong>Important<\/strong>! It is enough to install the code on the website once. In the future, it will be possible to change the display and funnel directly in the widget settings in the profile. Everything on the website will change automatically.<\/p>\n<p>You can also use the <a href=\"\/vidzhet-podpiska\/\">Subscription Widget<\/a> growth tool on the site.<\/p>\n<p><strong>Transmitting UTM tags and parameters when subscribing from the widget button<\/strong><\/p>\n<p>If the widget buttons are installed on a site with UTM tags and other parameters added to the link, the tags will be transferred to our platform when the flow chain is launched.<\/p>\n<p><strong>IMPORTANT!<\/strong> This works for <strong>Telegram, Viber, Facebook*<\/strong> and <strong>Vkontakte<\/strong>.<\/p>\n<p>Example of a link to a website with the UTM tag &#8220;<strong>utm_content<\/strong>&#8221; and the custom field parameter &#8220;<strong>pole<\/strong>&#8220;:<\/p>\n<p>https:\/\/768767.tilda.ws\/landing_widget?pole=123456&#038;utm_content=tilda<\/p>\n<p>After subscribing from the widget button on the site, if the site&#8217;s link contains the named parameters, their values will be recorded in the person&#8217;s card in the appropriate fields. To do this, the site&#8217;s link must contain the specified parameters.<br \/>\n<img decoding=\"async\" class=\"fr-fic fr-dib\" src=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1664437385805-7js13kss.png\" \/><br \/>\n<strong>(!)&nbsp;<\/strong>If the required custom field is not yet available in the person&#8217;s card, the data will not be recorded. In other words, first, the field has to be created.<\/p>\n<h4>Frequently asked questions<\/h4>\n<p><strong>How to track conversions with a Facebook pixel* when installing a widget on a website?<\/strong><\/p>\n<p>You have to insert the pixel code on the website. Conversion tracking and other analytics in the case of using widgets are on the user&#8217;s side.<\/p>\n<p><strong>How to set up data collection (email, phone) on the website via the widget?<\/strong><\/p>\n<p>You can only launch a flow from the widget. Data collection can be configured in the flow itself.<\/p>\n<p><strong>Is it possible to transfer UTM tags when subscribing from a widget button?&nbsp;<\/strong><\/p>\n<p>Yes, if the widget button is installed on a site with UTM tags added to the link. Then the tags will be transferred to our platform when the user subscribes.<\/p>\n<p><strong>Is it possible to insert multiple widgets in different blocks on the same web page?<\/strong><\/p>\n<p>Yes, you can use multiple widgets on a page. It is also possible to combine widgets on the site.<\/p>\n<p><strong>What to do to change the layout of the widgets?<\/strong><\/p>\n<ul>\n<li>For <strong>horizontal<\/strong> alignment, you have to do the following:<\/li>\n<\/ul>\n<p>Add one of the following properties to your container:<\/p>\n<p>style=&#8221;display: flex; justify-content: flex-start&#8221; (at the beginning, by default)<\/p>\n<p>style=&#8221;display: flex; justify-content: center&#8221; (centered)<\/p>\n<p>style=&#8221;display: flex; justify-content: flex-end&#8221; (at the end)<\/p>\n<p>Example:<\/p>\n<p>&lt;div &nbsp;id=&#8221;bh-widget-button-root&#8221; data-bh-widget-id=&#8221;100&#8243; data-bh-customer-id=&#8221;100&#8243; style=&#8221;display: flex; justify-content: center&#8221;&gt;&lt;\/div&gt;<\/p>\n<ul>\n<li>The <strong>vertical <\/strong>position depends on where you inserted the container.<\/li>\n<\/ul>\n<p>Example:<\/p>\n<p>&lt;div&gt;Section 1&lt;\/div&gt;<\/p>\n<p>&lt;div&gt;Section 2&lt;\/div&gt;<\/p>\n<p>&lt;div &nbsp;id=&#8221;bh-widget-button-root&#8221;&gt;Button widget&lt;\/div&gt;<\/p>\n<p>&lt;div&gt;Section 3&lt;\/div&gt;<\/p>\n<p>In this case, the widget will be between blocks Section 2 and Section 3.<\/p>\n<ul>\n<li>To make them at the <strong>very bottom<\/strong>, you have to change the structure to the following:<\/li>\n<\/ul>\n<p>&lt;div&gt;Section 1&lt;\/div&gt;<\/p>\n<p>&lt;div&gt;Section 2&lt;\/div&gt;<\/p>\n<p>&lt;div&gt;Section 3&lt;\/div&gt;<\/p>\n<p>&lt;div &nbsp;id=&#8221;bh-widget-button-root&#8221;&gt;Button widget&lt;\/div&gt;<\/p>\n<h4>How to remove the &#8220;Made on BotHelp&#8221; mark<\/h4>\n<p>It can be removed using CSS styles. To do this, add this to the CSS code of the page:<\/p>\n<p><code>&nbsp;.bh-powered-by { display:none !important;}<\/code><\/p>\n<p>If your site is based on a constructor in which the CSS code cannot be changed, then before inserting the widget code, you have to add the code:<\/p>\n<p><code>&nbsp;&lt;style&gt;.bh-powered-by { display:none !important;}&lt;\/style&gt;<\/code><\/p>\n<p>If the widget button is added on Tilda, you have to enter a slightly different code:<\/p>\n<p><code>&nbsp;&lt;style&gt;.bh-w-powered-by { display:none !important;}&lt;\/style&gt;<\/code><\/p>\n<p>* Owned by Meta, an organization recognized as extremist and banned in Russia.<\/p>\n<hr \/>\n<p>If you haven&#8217;t found the answer to your question, contact us in the chat in your profile or email <a href=\"mailto:hello@bothelp.io\">hello@bothelp.io<\/a> \ud83d\ude03<\/p>\n<p>Get 14 days of full functionality of BotHelp, a platform for creating broadcasting, autofunnels, and chatbots.<\/p>\n<p><strong><a href=\"https:\/\/bothelp.io\/ru?utm_source=bz&amp;utm_medium=footer&amp;utm_campaign=15655\">Get 14 days for free<\/a><\/strong><\/p>\n\r\n\t\t\t<div id=\"daexthefu-container\"\r\n\t\t\t\tclass=\"daexthefu-container daexthefu-layout-side-by-side daexthefu-alignment-left\"\r\n\t\t\t\tdata-post-id=\"275\">\r\n\r\n\t\t\t\t<div class=\"daexthefu-feedback\">\r\n\t\t\t\t\t<div class=\"daexthefu-text\">\r\n\t\t\t\t\t\t<h3 class=\"daexthefu-title\">\u0411\u044b\u043b\u0430 \u043b\u0438 \u0441\u0442\u0430\u0442\u044c\u044f \u043f\u043e\u043b\u0435\u0437\u043d\u0430?<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"daexthefu-buttons-container\">\r\n\t\t\t\t\t\t<div class=\"daexthefu-buttons\">\r\n\t\t\t\t\t\t\t\r\n\t\t\t<div class=\"daexthefu-yes daexthefu-button daexthefu-button-type-icon\" data-value=\"1\">\r\n\t\t\t\t\r\n                <svg>\r\n                    <defs>\r\n                        <style>.thumb-up-cls-1{fill:#c9c9c9;}.thumb-up-cls-2{fill:#e1e1e1;}.thumb-up-cls-3{fill:#676767;}<\/style>\r\n                    <\/defs>\r\n                    <g id=\"thumb_up\">\r\n                        <path class=\"thumb-up-cls-2 daexthefu-icon-circle\" d=\"m24,3c11.58,0,21,9.42,21,21s-9.42,21-21,21S3,35.58,3,24,12.42,3,24,3m0-1C11.85,2,2,11.85,2,24s9.85,22,22,22,22-9.85,22-22S36.15,2,24,2h0Z\" \/>\r\n                        <g>\r\n                            <rect class=\"thumb-up-cls-3 daexthefu-icon-secondary-color\" x=\"10\" y=\"20\" width=\"6\" height=\"15\" rx=\"1.5\" ry=\"1.5\" \/>\r\n                            <path class=\"thumb-up-cls-1 daexthefu-icon-primary-color\" d=\"m30.57,9.06l-.49-.1c-.81-.17-1.61.35-1.78,1.16l-5.3,11.74c-.17.81,3.16,1.61,3.97,1.78l1.96.41c.81.17,1.61-.35,1.78-1.16l2.18-10.27c.34-1.61-.7-3.21-2.31-3.56Z\" \/>\r\n                            <path class=\"thumb-up-cls-1 daexthefu-icon-primary-color\" d=\"m38.17,20h-18.67c-.83,0-1.5.67-1.5,1.5v12c0,.83.67,1.5,1.5,1.5h16.27c.71,0,1.33-.5,1.47-1.21l2.4-12c.19-.93-.53-1.8-1.47-1.8Z\" \/>\r\n                        <\/g>\r\n                    <\/g>\r\n                <\/svg>\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t<div class=\"daexthefu-no daexthefu-button daexthefu-button-type-icon\" data-value=\"0\">\r\n\t\t\t\t\r\n                <svg>\r\n                    <defs>\r\n                        <style>.thumb-down-cls-1{fill:#c9c9c9;}.thumb-down-cls-2{fill:#e1e1e1;}.thumb-down-cls-3{fill:#676767;}<\/style>\r\n                    <\/defs>\r\n                    <g id=\"thumb_down\">\r\n                        <path class=\"thumb-down-cls-2 daexthefu-icon-circle\" d=\"m24,3c11.58,0,21,9.42,21,21s-9.42,21-21,21S3,35.58,3,24,12.42,3,24,3m0-1C11.85,2,2,11.85,2,24s9.85,22,22,22,22-9.85,22-22S36.15,2,24,2h0Z\" \/>\r\n                        <g>\r\n                            <rect class=\"thumb-down-cls-3 daexthefu-icon-secondary-color\" x=\"10\" y=\"13\" width=\"6\" height=\"15\" rx=\"1.5\" ry=\"1.5\" \/>\r\n                            <path class=\"thumb-down-cls-1 daexthefu-icon-primary-color\" d=\"m30.57,38.94l-.49.1c-.81.17-1.61-.35-1.78-1.16l-5.3-11.74c-.17-.81,3.16-1.61,3.97-1.78l1.96-.41c.81-.17,1.61.35,1.78,1.16l2.18,10.27c.34,1.61-.7,3.21-2.31,3.56Z\" \/>\r\n                            <path class=\"thumb-down-cls-1 daexthefu-icon-primary-color\" d=\"m38.17,28h-18.67c-.83,0-1.5-.67-1.5-1.5v-12c0-.83.67-1.5,1.5-1.5h16.27c.71,0,1.33.5,1.47,1.21l2.4,12c.19.93-.53,1.8-1.47,1.8Z\" \/>\r\n                        <\/g>\r\n                    <\/g>\r\n                <\/svg>\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<div class=\"daexthefu-comment\">\r\n\t\t\t\t\t<div class=\"daexthefu-comment-top-container\">\r\n\t\t\t\t\t\t<label id=\"daexthefu-comment-label\" class=\"daexthefu-comment-label\"><\/label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"daexthefu-comment-character-counter-container\">\r\n\t\t\t\t\t\t\t\t<div id=\"daexthefu-comment-character-counter-number\"\r\n\t\t\t\t\t\t\t\t\tclass=\"daexthefu-comment-character-counter-number\"><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"daexthefu-comment-character-counter-text\"><\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<textarea id=\"daexthefu-comment-textarea\" class=\"daexthefu-comment-textarea\"\r\n\t\t\t\t\t\t\t\tplaceholder=\"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\"\r\n\t\t\t\t\t\t\t\tmaxlength=\"\r\n\t\t\t\t\t\t\t\t400\t\t\t\t\t\t\t\t\t\"><\/textarea>\r\n\t\t\t\t\t<div class=\"daexthefu-comment-buttons-container\">\r\n\t\t\t\t\t\t<button class=\"daexthefu-comment-submit daexthefu-button\">\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c<\/button>\r\n\t\t\t\t\t\t<button class=\"daexthefu-comment-cancel daexthefu-button\">\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c<\/button>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<div class=\"daexthefu-successful-submission-text\">\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e \u0441\u0432\u044f\u0437\u044c!<\/div>\r\n\r\n\t\t\t<\/div>\r\n\r\n\t\t\t","protected":false},"excerpt":{"rendered":"<p>Embed messenger buttons on your website<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_helpful_status":1,"footnotes":""},"categories":[52],"tags":[],"class_list":["post-275","post","type-post","status-publish","format-standard","hentry","category-vidzhety"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Widget buttons<\/title>\n<meta name=\"description\" content=\"Embed messenger buttons on your website\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/Embed%20messenger%20buttons%20on%20your%20website\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Widget buttons\" \/>\n<meta property=\"og:description\" content=\"Embed messenger buttons on your website\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bothelpru\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-21T07:52:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-27T19:55:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035006571-fzn9l0u6.gif\" \/>\n<meta name=\"author\" content=\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/\"},\"author\":{\"name\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\"},\"headline\":\"Widget buttons\",\"datePublished\":\"2024-09-21T07:52:38+00:00\",\"dateModified\":\"2026-03-27T19:55:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/\"},\"wordCount\":609,\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1648035006571-fzn9l0u6.gif\",\"articleSection\":[\"Widgets\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/\",\"name\":\"\u0412\u0438\u0434\u0436\u0435\u0442-\u043a\u043d\u043e\u043f\u043a\u0438 \u0432 BotHelp: \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1648035006571-fzn9l0u6.gif\",\"datePublished\":\"2024-09-21T07:52:38+00:00\",\"dateModified\":\"2026-03-27T19:55:45+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\"},\"description\":\"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0436\u0435\u0442-\u043a\u043d\u043e\u043f\u043a\u0438 \u0432 BotHelp. \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c\u0438.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/#primaryimage\",\"url\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1648035006571-fzn9l0u6.gif\",\"contentUrl\":\"https:\\\/\\\/files.carrotquest.io\\\/knowledge-bases-images\\\/articles\\\/49290\\\/49290-1648035006571-fzn9l0u6.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/vidzhet-knopki\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"How to Work with BotHelp Service: Setting Up Your Account for Your Business Goals\",\"item\":\"https:\\\/\\\/help.bothelp.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Widget buttons\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/\",\"name\":\"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp\",\"description\":\"\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/help.bothelp.io\\\/#\\\/schema\\\/person\\\/3725f2e711da03f7380efe93da1a53ca\",\"name\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g\",\"caption\":\"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430\"},\"url\":\"https:\\\/\\\/help.bothelp.io\\\/en\\\/author\\\/t-karpikova\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Widget buttons","description":"Embed messenger buttons on your website","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"Embed messenger buttons on your website","og_locale":"en_US","og_type":"article","og_title":"Widget buttons","og_description":"Embed messenger buttons on your website","og_url":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/","og_site_name":"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp","article_publisher":"https:\/\/www.facebook.com\/bothelpru","article_published_time":"2024-09-21T07:52:38+00:00","article_modified_time":"2026-03-27T19:55:45+00:00","og_image":[{"url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035006571-fzn9l0u6.gif","type":"","width":"","height":""}],"author":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/#article","isPartOf":{"@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/"},"author":{"name":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca"},"headline":"Widget buttons","datePublished":"2024-09-21T07:52:38+00:00","dateModified":"2026-03-27T19:55:45+00:00","mainEntityOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/"},"wordCount":609,"image":{"@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035006571-fzn9l0u6.gif","articleSection":["Widgets"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/","url":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/","name":"\u0412\u0438\u0434\u0436\u0435\u0442-\u043a\u043d\u043e\u043f\u043a\u0438 \u0432 BotHelp: \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 | \u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439","isPartOf":{"@id":"https:\/\/help.bothelp.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/#primaryimage"},"image":{"@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/#primaryimage"},"thumbnailUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035006571-fzn9l0u6.gif","datePublished":"2024-09-21T07:52:38+00:00","dateModified":"2026-03-27T19:55:45+00:00","author":{"@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca"},"description":"\u0423\u0437\u043d\u0430\u0439\u0442\u0435, \u043a\u0430\u043a \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0436\u0435\u0442-\u043a\u043d\u043e\u043f\u043a\u0438 \u0432 BotHelp. \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c\u0438.","breadcrumb":{"@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/#primaryimage","url":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035006571-fzn9l0u6.gif","contentUrl":"https:\/\/files.carrotquest.io\/knowledge-bases-images\/articles\/49290\/49290-1648035006571-fzn9l0u6.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/help.bothelp.io\/en\/vidzhet-knopki\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"How to Work with BotHelp Service: Setting Up Your Account for Your Business Goals","item":"https:\/\/help.bothelp.io\/"},{"@type":"ListItem","position":2,"name":"Widget buttons"}]},{"@type":"WebSite","@id":"https:\/\/help.bothelp.io\/en\/#website","url":"https:\/\/help.bothelp.io\/en\/","name":"\u0411\u0430\u0437\u0430 \u0437\u043d\u0430\u043d\u0438\u0439 BotHelp","description":"\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/help.bothelp.io\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/help.bothelp.io\/#\/schema\/person\/3725f2e711da03f7380efe93da1a53ca","name":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc2c651ad25d8a5ed31aeb69271b32a21caab387207adf0043a317f97bedafbd?s=96&d=mm&r=g","caption":"\u0422\u0430\u0442\u044c\u044f\u043d\u0430 \u041a\u0430\u0440\u043f\u0438\u043a\u043e\u0432\u0430"},"url":"https:\/\/help.bothelp.io\/en\/author\/t-karpikova\/"}]}},"_links":{"self":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/comments?post=275"}],"version-history":[{"count":20,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/275\/revisions"}],"predecessor-version":[{"id":7824,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/posts\/275\/revisions\/7824"}],"wp:attachment":[{"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/media?parent=275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/categories?post=275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.bothelp.io\/en\/wp-json\/wp\/v2\/tags?post=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}