{"id":37,"date":"2024-10-01T12:23:11","date_gmt":"2024-10-01T12:23:11","guid":{"rendered":"https:\/\/reklamco-dev.hemsida.eu\/?page_id=37"},"modified":"2025-05-12T18:31:05","modified_gmt":"2025-05-12T18:31:05","slug":"startsida","status":"publish","type":"page","link":"https:\/\/profiltalt.hemsida.eu\/","title":{"rendered":"Startsida"},"content":{"rendered":"  <style>\n    #gpt-float-button {\n      position: fixed;\n      bottom: 20px;\n      right: 20px;\n      background-color: #0073aa;\n      color: white;\n      border: none;\n      border-radius: 50%;\n      width: 60px;\n      height: 60px;\n      font-size: 28px;\n      cursor: pointer;\n      box-shadow: 0 2px 6px rgba(0,0,0,0.3);\n    }\n    #gpt-chat-container {\n      display: none;\n      position: fixed;\n      bottom: 90px;\n      right: 20px;\n      width: 350px;\n      max-width: 95vw;\n      background: white;\n      border: 1px solid #ccc;\n      border-radius: 8px;\n      padding: 10px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n      z-index: 9999;\n    }\n  <\/style>\n\n  <button id=\"gpt-float-button\">\ud83d\udcac<\/button>\n  <div id=\"gpt-chat-container\">\n    <div id=\"chat-box\" style=\"height:300px;overflow-y:auto;margin-bottom:1em;border:1px solid #ccc;padding:10px;\"><\/div>\n    <form id=\"chat-form\">\n      <input type=\"text\" id=\"chat-input\" placeholder=\"Skriv din fr\u00e5ga...\" style=\"width:70%;\" required>\n      <button type=\"submit\">Skicka<\/button>\n      <button type=\"button\" id=\"clear-btn\">\ud83e\uddf9<\/button>\n    <\/form>\n  <\/div>\n\n  <script>\n    const chatToggle = document.getElementById('gpt-float-button');\n    const chatContainer = document.getElementById('gpt-chat-container');\n    const form = document.querySelector('#chat-form');\n    const input = document.querySelector('#chat-input');\n    const chatbox = document.querySelector('#chat-box');\n    const clearBtn = document.getElementById('clear-btn');\n\n    chatToggle.addEventListener('click', () => {\n      chatContainer.style.display = chatContainer.style.display === 'none' ? 'block' : 'none';\n    });\n\n    form.addEventListener('submit', async (e) => {\n      e.preventDefault();\n      const question = input.value;\n      chatbox.innerHTML += `<div><strong>Du:<\/strong> ${question}<\/div>`;\n      input.value = '';\n      const res = await fetch('\/wp-json\/gptbot\/v1\/ask', {\n        method: 'POST',\n        headers: { 'Content-Type': 'application\/json' },\n        body: JSON.stringify({ question })\n      });\n      const data = await res.json();\n      chatbox.innerHTML += `<div><strong>Bot:<\/strong> ${data.answer}<\/div>`;\n      chatbox.scrollTop = chatbox.scrollHeight;\n    });\n\n    clearBtn.addEventListener('click', () => {\n      chatbox.innerHTML = '';\n    });\n  <\/script>\n  ","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-37","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/profiltalt.hemsida.eu\/index.php?rest_route=\/wp\/v2\/pages\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/profiltalt.hemsida.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/profiltalt.hemsida.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/profiltalt.hemsida.eu\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/profiltalt.hemsida.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=37"}],"version-history":[{"count":7,"href":"https:\/\/profiltalt.hemsida.eu\/index.php?rest_route=\/wp\/v2\/pages\/37\/revisions"}],"predecessor-version":[{"id":164,"href":"https:\/\/profiltalt.hemsida.eu\/index.php?rest_route=\/wp\/v2\/pages\/37\/revisions\/164"}],"wp:attachment":[{"href":"https:\/\/profiltalt.hemsida.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}