{"id":9619,"date":"2026-05-14T06:27:43","date_gmt":"2026-05-14T06:27:43","guid":{"rendered":"https:\/\/stage-barriano.projectbeta.biz\/what-is-a-voluntary-product-accessibility-template-vpat\/"},"modified":"2026-08-06T09:26:12","modified_gmt":"2026-08-06T09:26:12","slug":"html","status":"publish","type":"post","link":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/html\/","title":{"rendered":"Barriano Accessibility Widget HTML Installation Guide"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1372.8px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-1\"><p>Welcome to the Barriano installation guide. Follow these simple steps to add the Barriano Accessibility Widget to your HTML website and make your digital content more accessible to everyone.<\/p>\n<h2>Step 1: Register Your Website to Get Started<\/h2>\n<p>Sign in to your Barriano account and register the website where you want to install the accessibility widget.<\/p>\n<p>You can skip this step if your website has already been registered in the Barriano dashboard.<\/p>\n<h2>Step 2: Access Your Barriano Installation Code<\/h2>\n<p>After registering your website, Barriano will generate a unique installation script for your domain.<\/p>\n<p>Copy and save this code. Your installation script will look similar to the following:<\/p>\n<div style=\"margin:20px 0;background:#222;border:1px solid #303030;border-radius:22px;padding:28px 24px;color:#fff;overflow:hidden;\">\n<pre style=\"margin:0;background:transparent;border:0;font-family:Consolas,Monaco,'Courier New',monospace;font-size:13px;line-height:1.8;white-space:pre-wrap;word-break:break-word;\"><code>&lt;script\n  src=\"https:\/\/widget.barriano.com\/ada-widget.embed.min.js?rlzqa4lo23t9nsv39whnx0amtvcw1unu\"\n  async&gt;\n&lt;\/script&gt;<\/code><\/pre>\n<\/div>\n<p>Make sure you use the unique script provided for your website instead of the example key shown above.<\/p>\n<p>You can access the code again at any time by signing in to your Barriano dashboard, selecting your website, and opening the installation or embed-code section.<\/p>\n<h2>Step 3: Open Your Website\u2019s HTML Files<\/h2>\n<p>Locate the root folder containing your website files and open the HTML pages where you want the Barriano widget to appear.<\/p>\n<p>Common HTML file names include:<\/p>\n<div style=\"margin:20px 0;padding:16px 18px;background:#222;border:1px solid #303030;border-radius:22px;color:#fff;\">\n<pre style=\"margin:0;background:transparent;border:0;color:#fff;font-family:Consolas,Monaco,'Courier New',monospace;font-size:13px;line-height:1.6;\"><code>index.html\nabout.html\nservices.html\ncontact.html<\/code><\/pre>\n<\/div>\n<p>Open the files using a plain-text or code editor, such as:<\/p>\n<ul>\n<li>Visual Studio Code<\/li>\n<li>Notepad++<\/li>\n<li>Sublime Text<\/li>\n<li>WebStorm<\/li>\n<\/ul>\n<p>To make the widget available throughout your website, add the Barriano script to every relevant HTML page.<\/p>\n<p>If your website uses a shared header, template, or layout file, you may only need to add the script once to that shared file.<\/p>\n<h2>Step 4: Copy and Paste the Barriano Code<\/h2>\n<p>Open an HTML file and locate the opening <code>&lt;head&gt;<\/code> tag.<\/p>\n<p>Paste the Barriano installation script immediately after the opening <code>&lt;head&gt;<\/code> tag.<\/p>\n<div style=\"margin:20px 0;padding:24px 20px;background:#222;border:1px solid #303030;border-radius:22px;overflow-x:auto;\">\n<pre style=\"margin:0;background:transparent;border:0;font-family:Consolas,Monaco,'Courier New',monospace;font-size:13px;line-height:1.6;white-space:pre-wrap;word-break:break-word;color:#fff;\"><code>&lt;html lang=\"en\"&gt;\n&lt;head&gt;\n  &lt;script\n    src=\"https:\/\/widget.barriano.com\/ada-widget.embed.min.js?rlzqa4lo23t9nsv39whnx0amtvcw1unu\"\n    async&gt;\n  &lt;\/script&gt;\n\n  &lt;meta charset=\"UTF-8\"&gt;\n  &lt;title&gt;My Website&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n  &lt;!-- Your website content --&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n<\/div>\n<p>Do not paste the script inside the visible HTML body section. The script should be added inside the document\u2019s <code>&lt;head&gt;<\/code> section.<\/p>\n<h2>Step 5: Save the HTML File<\/h2>\n<p>After adding the Barriano script, save the updated HTML file.<\/p>\n<p>Use the following keyboard shortcuts:<\/p>\n<ul>\n<li><strong>Windows or Linux:<\/strong> <code>Ctrl + S<\/code><\/li>\n<li><strong>macOS:<\/strong> <code>Command + S<\/code><\/li>\n<\/ul>\n<p>You can also select <strong>File \u2192 Save<\/strong> from your editor\u2019s menu.<\/p>\n<h2>Step 6: Repeat the Steps and Preview Your Website<\/h2>\n<p>Repeat the installation process for the remaining HTML pages on your website.<\/p>\n<p>After updating the required files, preview your website in a browser and confirm that:<\/p>\n<ul>\n<li>The Barriano accessibility icon is visible.<\/li>\n<li>The accessibility widget opens correctly.<\/li>\n<li>The accessibility options work as expected.<\/li>\n<li>The widget displays correctly on desktop and mobile devices.<\/li>\n<\/ul>\n<h2>Step 7: Upload Your Website to the Server<\/h2>\n<p>Upload the updated HTML files to your web server using your preferred publishing method, such as:<\/p>\n<ul>\n<li>FTP or SFTP<\/li>\n<li>Your hosting control panel<\/li>\n<li>Git deployment<\/li>\n<li>Your website\u2019s existing deployment workflow<\/li>\n<\/ul>\n<p>Once the updated files are published, open the live website and verify that the Barriano Accessibility Widget is active.<\/p>\n<h2>You\u2019re All Set!<\/h2>\n<p>The Barriano Accessibility Widget is now installed on your HTML website.<\/p>\n<p>Your visitors can use the widget to personalize their browsing experience according to their accessibility needs, helping make your website more inclusive and accessible to a wider audience.<\/p>\n<\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":43534,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[544],"tags":[],"class_list":["post-9619","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-installations"],"_links":{"self":[{"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/posts\/9619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/comments?post=9619"}],"version-history":[{"count":14,"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/posts\/9619\/revisions"}],"predecessor-version":[{"id":44144,"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/posts\/9619\/revisions\/44144"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/media\/43534"}],"wp:attachment":[{"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/media?parent=9619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/categories?post=9619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stage-barriano.projectbeta.biz\/pt-br\/wp-json\/wp\/v2\/tags?post=9619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}