{"id":785,"date":"2020-08-14T23:39:43","date_gmt":"2020-08-14T23:39:43","guid":{"rendered":"https:\/\/cyburityllc.com\/index.php\/home-2\/"},"modified":"2023-09-20T17:13:48","modified_gmt":"2023-09-20T21:13:48","slug":"home-2","status":"publish","type":"page","link":"https:\/\/dialer.one\/index.php\/home-2\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[wpforms id=&#8221;2823&#8243;]<\/p>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n  <style>\n    .chatbox-container {\n      position: fixed;\n      bottom: 20px;\n      left: 20px; \/* Changed right to left *\/\n      z-index: 9999;\n    }\n    .chatbox {\n      display: none;\n      background-color: #f2f2f2;\n      border: 1px solid #ccc;\n      border-radius: 5px;\n      padding: 10px;\n      width: 300px;\n      position: relative; \/* Added to position the close button *\/\n    }\n    .close-button {\n      position: absolute;\n      top: 5px;\n      right: 5px;\n      cursor: pointer;\n    }\n    .chatbox input[type=\"text\"] {\n      width: 100%;\n      padding: 5px;\n      margin-top: 5px;\n    }\n    .chatbox input[type=\"submit\"] {\n      width: 100%;\n      padding: 5px;\n      margin-top: 5px;\n      background-color: #4CAF50;\n      color: white;\n      border: none;\n      cursor: pointer;\n    }\n    .chatlog {\n      height: 200px;\n      overflow-y: scroll;\n    }\n    .support-button {\n      position: fixed;\n      bottom: 20px;\n      left: 20px; \/* Changed right to left *\/\n      background-color: #4CAF50;\n      color: white;\n      border: none;\n      padding: 10px 20px;\n      border-radius: 5px;\n      cursor: pointer;\n      z-index: 9999;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"chatbox-container\">\n    <button class=\"support-button\" id=\"support-button\">Support<\/button>\n    <div class=\"chatbox\" id=\"chatbox\">\n      <span class=\"close-button\" id=\"close-button\">X<\/span> <!-- Close button (X) -->\n      <div class=\"chatlog\">\n        <!-- Chat messages will be dynamically added here -->\n      <\/div>\n      <input type=\"text\" id=\"message\" placeholder=\"Type your message...\">\n      <input type=\"submit\" value=\"Send\" id=\"send\">\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ JavaScript code for chat functionality\n    document.getElementById(\"support-button\").addEventListener(\"click\", function() {\n      var chatbox = document.getElementById(\"chatbox\");\n      chatbox.style.display = \"block\";\n      this.style.display = \"none\";\n    });\n\n    document.addEventListener(\"click\", function(event) {\n      var chatbox = document.getElementById(\"chatbox\");\n      var supportButton = document.getElementById(\"support-button\");\n      \n      if (!chatbox.contains(event.target) && !supportButton.contains(event.target)) {\n        chatbox.style.display = \"none\";\n        supportButton.style.display = \"block\";\n      }\n    });\n\n    \/\/ Close the chatbox and show the support button\n    document.getElementById(\"close-button\").addEventListener(\"click\", function() {\n      var chatbox = document.getElementById(\"chatbox\");\n      var supportButton = document.getElementById(\"support-button\");\n      chatbox.style.display = \"none\";\n      supportButton.style.display = \"block\";\n    });\n\n    document.getElementById(\"send\").addEventListener(\"click\", function() {\n      var messageInput = document.getElementById(\"message\");\n      var message = messageInput.value.trim();\n\n      if (message !== \"\") {\n        var chatlog = document.querySelector(\".chatlog\");\n        var messageElement = document.createElement(\"p\");\n        messageElement.textContent = \"You: \" + message;\n        chatlog.appendChild(messageElement);\n        messageInput.value = \"\";\n        chatlog.scrollTop = chatlog.scrollHeight;\n\n        \/\/ Make request to the ChatGPT API\n        fetch(\"https:\/\/api.openai.com\/v1\/chat\/completions\", {\n          method: \"POST\",\n          headers: {\n            \"Content-Type\": \"application\/json\",\n            \"Authorization\": \"Bearer YOUR_API_KEY\" \/\/ Replace with your actual API key\n          },\n          body: JSON.stringify({\n            \"model\": \"gpt-3.5-turbo\",\n            \"messages\": [\n              { \"role\": \"system\", \"content\": \"You are a customer\" },\n              { \"role\": \"user\", \"content\": message },\n              { \"role\": \"assistant\", \"content\": \"Contact Center Build-Outs\\nHome\\nContact Center Build-Outs\\nCyburDIal\\nContact Center Build-Outs\\nWhy choose us for your Contact Center Build-Out?\\nWe are the only vendor on the planet that has everything under one roof for a complete Contact Center Build-Out.\" } \/\/ Add the reference text here\n            ]\n          })\n        })\n        .then(response => response.json())\n        .then(data => {\n          var reply = data.choices[0].message.content;\n          var replyElement = document.createElement(\"p\");\n          replyElement.textContent = \"ChatGPT: \" + reply;\n          chatlog.appendChild(replyElement);\n          chatlog.scrollTop = chatlog.scrollHeight;\n        })\n        .catch(error => {\n          console.error(\"Error:\", error);\n        });\n      }\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Support X<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/frontpage.php","meta":{"content-type":"","footnotes":""},"class_list":["post-785","page","type-page","status-publish","hentry"],"jetpack-related-posts":[{"id":786,"url":"https:\/\/dialer.one\/index.php\/blog-2\/","url_meta":{"origin":785,"position":0},"title":"Blog","author":"carpenox","date":"August 14, 2020","format":false,"excerpt":"Support X","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"CyburDial","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image-1.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2022\/02\/image-1.png?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":1997,"url":"https:\/\/dialer.one\/index.php\/cart\/","url_meta":{"origin":785,"position":1},"title":"Cart","author":"carpenox","date":"May 14, 2021","format":false,"excerpt":"Support X","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1998,"url":"https:\/\/dialer.one\/index.php\/checkout\/","url_meta":{"origin":785,"position":2},"title":"Checkout","author":"carpenox","date":"May 14, 2021","format":false,"excerpt":"Support X","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":446,"url":"https:\/\/dialer.one\/index.php\/business-solutions-2\/","url_meta":{"origin":785,"position":3},"title":"Business Solutions","author":"carpenox","date":"July 25, 2020","format":false,"excerpt":"Marketing SEO - Search Engine Optimization Email Campaigns SMS Marketing Opt-In\/Lead Generation Graphic Design - Business Card \/ Flyers \/ Logos Branding Niche Markets Consultation Business Plans Corporations \/ LLC's \/ Partnerships \/ Non-Profits Ethical Hacking \/ Cyber Security Network Installation Quotes and Setups Contact Center Setup Quotes - Cubicles,\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/business-plan-e1597968562647.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/business-plan-e1597968562647.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/business-plan-e1597968562647.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/business-plan-e1597968562647.jpg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":998,"url":"https:\/\/dialer.one\/index.php\/dialer-methods-defined\/","url_meta":{"origin":785,"position":4},"title":"Dialers Defined","author":"carpenox","date":"September 6, 2020","format":false,"excerpt":"Not sure what type of dialer will work the best for your business? Here are some short definitions to help you understand better. If you are unsure or need help deciding what type of dialer to use, call us now: 844-727-2822 Predictive Dialer It is a type of auto dialer\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":240,"url":"https:\/\/dialer.one\/index.php\/get-a-quote-now\/","url_meta":{"origin":785,"position":5},"title":"Get a Quote now!","author":"carpenox","date":"July 18, 2020","format":false,"excerpt":"Get a quote now! Agent Interface How will this save you money? Host your company website > No more hosting costs Host your dialer in house: No more dialer hosting costs PBX System: Eliminate the need for phone service from AT&T or whoever(Keep your current numbers) Production: Keep track of\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"vicidial scratch install centos","src":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/dialer.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/dialer.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/dialer.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/dialer.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/dialer.one\/wp-content\/uploads\/2020\/08\/dialer.png?resize=1050%2C600&ssl=1 3x"},"classes":[]}],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/pages\/785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/comments?post=785"}],"version-history":[{"count":0,"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/pages\/785\/revisions"}],"wp:attachment":[{"href":"https:\/\/dialer.one\/index.php\/wp-json\/wp\/v2\/media?parent=785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}