{"id":7902,"date":"2026-05-14T20:38:06","date_gmt":"2026-05-14T20:38:06","guid":{"rendered":"https:\/\/smooiptv.com\/?page_id=7902"},"modified":"2026-07-29T16:04:07","modified_gmt":"2026-07-29T16:04:07","slug":"chat","status":"publish","type":"page","link":"https:\/\/smooiptv.com\/nl_bb\/chat\/","title":{"rendered":"Praatjes"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"7902\" class=\"elementor elementor-7902\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afccb58 e-flex e-con-boxed e-con e-parent\" data-id=\"afccb58\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fb2204 elementor-widget elementor-widget-html\" data-id=\"4fb2204\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"chat-status\" class=\"smoo-chat-wrap\">\n  <div class=\"smoo-chat-card\">\n    <div class=\"smoo-logo-dot\"><span><\/span><\/div>\n\n    <div id=\"loading-block\">\n      <div class=\"smoo-spinner\"><\/div>\n      <div id=\"loading-msg\" class=\"smoo-title\">Je verbinding wordt beveiligd\u2026<\/div>\n      <div class=\"smoo-sub\">Vul de onderstaande snelle controle in om WhatsApp te openen.<\/div>\n    <\/div>\n\n    <div id=\"error-msg\" class=\"smoo-error\" style=\"display:none;\">\n      <div class=\"smoo-error-icon\">!<\/div>\n      <div class=\"smoo-title\">Verificatie is mislukt<\/div>\n      <div class=\"smoo-sub\">Ververs de pagina en probeer het nog eens.<\/div>\n      <button onclick=\"location.reload()\" class=\"smoo-retry\">Vernieuwen en opnieuw proberen<\/button>\n    <\/div>\n\n    <div id=\"turnstile-widget\" class=\"smoo-turnstile\"><\/div>\n\n    <div class=\"smoo-foot\">\n      <span class=\"smoo-foot-dot\"><\/span> Beveiligd door antispam-verificatie\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n.smoo-chat-wrap {\n  position: fixed;\n  inset: 0;\n  z-index: 999999;\n  width: 100vw;\n  height: 100vh;\n  background: #000;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 24px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.smoo-chat-card {\n  width: 100%;\n  max-width: 400px;\n  text-align: center;\n}\n.smoo-logo-dot {\n  width: 56px; height: 56px;\n  margin: 0 auto 20px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, #FCD34D 0%, #F59E0B 100%);\n  display: flex; align-items: center; justify-content: center;\n  box-shadow: 0 6px 20px rgba(252,211,77,0.35);\n}\n.smoo-logo-dot span {\n  width: 26px; height: 26px;\n  background: #000;\n  border-radius: 50%;\n  position: relative;\n}\n.smoo-logo-dot span::after {\n  content: \"\";\n  position: absolute; inset: 0;\n  margin: auto;\n  width: 10px; height: 10px;\n  background: #FCD34D;\n  border-radius: 50%;\n}\n.smoo-title { font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 6px; }\n.smoo-sub { font-size: 13.5px; color: #999; line-height: 1.5; max-width: 280px; margin: 0 auto; }\n.smoo-spinner {\n  width: 34px; height: 34px;\n  margin: 0 auto 18px;\n  border: 3px solid #333;\n  border-top-color: #FCD34D;\n  border-radius: 50%;\n  animation: smoo-spin 0.8s linear infinite;\n}\n@keyframes smoo-spin { to { transform: rotate(360deg); } }\n.smoo-turnstile { margin-top: 24px; display: flex; justify-content: center; min-height: 65px; }\n.smoo-error-icon {\n  width: 44px; height: 44px;\n  margin: 0 auto 14px;\n  border-radius: 50%;\n  background: rgba(220,38,38,0.15);\n  border: 1px solid rgba(220,38,38,0.5);\n  color: #ef4444;\n  font-size: 24px; font-weight: 800;\n  display: flex; align-items: center; justify-content: center;\n}\n.smoo-retry {\n  margin-top: 18px;\n  background: linear-gradient(90deg, #FCD34D 0%, #F59E0B 100%);\n  color: #000; border: none;\n  padding: 11px 22px; border-radius: 8px;\n  font-size: 14px; font-weight: 700; cursor: pointer;\n  transition: transform 0.2s ease;\n}\n.smoo-retry:hover { transform: translateY(-2px); }\n.smoo-foot {\n  margin-top: 26px; padding-top: 18px;\n  border-top: 1px solid #2a2a2a;\n  font-size: 11.5px; color: #666;\n  display: flex; align-items: center; justify-content: center; gap: 6px;\n}\n.smoo-foot-dot {\n  width: 7px; height: 7px; border-radius: 50%;\n  background: #4ADE80;\n  box-shadow: 0 0 8px rgba(74,222,128,0.6);\n}\n<\/style>\n\n<script src=\"https:\/\/challenges.cloudflare.com\/turnstile\/v0\/api.js\" async defer><\/script>\n<script>\n(function () {\n  const ENDPOINT  = '\/wp-json\/smoo\/v1\/chat';\n  const POLL_MS   = 100;\n  const POLL_MAX  = 12000;\n\n  let done = false;\n\n  function showError(text) {\n    if (done) return;\n    done = true;\n    document.getElementById('loading-block').style.display = 'none';\n    const box = document.getElementById('error-msg');\n    if (text) box.querySelector('.smoo-sub').textContent = text;\n    box.style.display = 'block';\n  }\n\n  function msgKey() {\n    return new URLSearchParams(window.location.search).get('msg') || '';\n  }\n\n  window.onTurnstileSuccess = function (token) {\n    if (done) return;\n    fetch(ENDPOINT, {\n      method: 'POST',\n      headers: { 'Content-Type': 'application\/json' },\n      body: JSON.stringify({ token: token, msg: msgKey() })\n    })\n      .then(function (r) {\n        if (!r.ok) throw new Error(r.status);\n        return r.json();\n      })\n      .then(function (data) {\n        if (!data || !data.url) throw new Error('no url');\n        done = true;\n        window.location.replace(data.url);\n      })\n      .catch(function () {\n        showError('We could not verify this request. Please refresh and try again.');\n      });\n  };\n\n  window.onTurnstileError = function () {\n    showError('Verification failed. Please refresh the page and try again.');\n  };\n\n  let waited = 0;\n  (function render() {\n    if (done) return;\n    if (typeof turnstile === 'undefined') {\n      waited += POLL_MS;\n      if (waited >= POLL_MAX) {\n        return showError('Verification could not load. Please disable any ad blocker and refresh.');\n      }\n      return setTimeout(render, POLL_MS);\n    }\n    turnstile.render('#turnstile-widget', {\n      sitekey: '0x4AAAAAADPZCgGg7RBCq4DS',\n      callback: window.onTurnstileSuccess,\n      'error-callback': window.onTurnstileError\n    });\n  })();\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Securing your connection\u2026 Please complete the quick check below to open WhatsApp. ! Verification failed Please refresh the page and try again. Refresh &amp; retry Protected by anti-spam verification<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7902","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Smootv | Chats<\/title>\n<meta name=\"description\" content=\"Smootv - best iptv provider worldwide, grab your free 24h trial now ! all channels, highest quality and smoothest streaming\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chats\" \/>\n<meta property=\"og:description\" content=\"Smootv - best iptv provider worldwide, grab your free 24h trial now ! all channels, highest quality and smoothest streaming\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smooiptv.com\/nl_bb\/chat\/\" \/>\n<meta property=\"og:site_name\" content=\"Smootv\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-29T16:04:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smooiptv.com\/wp-content\/uploads\/2026\/02\/cropped-images.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@smooiptv\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/smooiptv.com\\\/chats\\\/\",\"url\":\"https:\\\/\\\/smooiptv.com\\\/chats\\\/\",\"name\":\"Smootv | Chats\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/smooiptv.com\\\/#website\"},\"datePublished\":\"2026-05-14T20:38:06+00:00\",\"dateModified\":\"2026-07-29T16:04:07+00:00\",\"description\":\"Smootv - best iptv provider worldwide, grab your free 24h trial now ! all channels, highest quality and smoothest streaming\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/smooiptv.com\\\/chats\\\/#breadcrumb\"},\"inLanguage\":\"nl-BE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/smooiptv.com\\\/chats\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/smooiptv.com\\\/chats\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Smootv\",\"item\":\"https:\\\/\\\/smooiptv.com\\\/nl_bb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Chats\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/smooiptv.com\\\/#website\",\"url\":\"https:\\\/\\\/smooiptv.com\\\/nl_bb\\\/\",\"name\":\"Smootv\",\"description\":\"Smootv is an IPTV streaming service that has been running since 2020, with HD and 4K streaming, apps for every major device and 24\\\/7 support in five languages. Official website: smooiptv.com.\",\"publisher\":{\"@id\":\"https:\\\/\\\/smooiptv.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/smooiptv.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-BE\",\"alternateName\":[\"SmooTV\",\"Smootv IPTV\",\"Smooiptv\"]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/smooiptv.com\\\/#organization\",\"name\":\"Smootv\",\"url\":\"https:\\\/\\\/smooiptv.com\\\/nl_bb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-BE\",\"@id\":\"https:\\\/\\\/smooiptv.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/smooiptv.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/greenaArtboard-1-copy-2-1.png\",\"contentUrl\":\"https:\\\/\\\/smooiptv.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/greenaArtboard-1-copy-2-1.png\",\"width\":1081,\"height\":1080,\"caption\":\"Smootv\"},\"image\":{\"@id\":\"https:\\\/\\\/smooiptv.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/smooiptv\",\"https:\\\/\\\/www.trustpilot.com\\\/review\\\/smootv.com\",\"https:\\\/\\\/www.youtube.com\\\/@smootv\",\"https:\\\/\\\/smootv.com\\\/\",\"https:\\\/\\\/smootvadpage.com\\\/\"],\"description\":\"Smootv is a premium IPTV streaming provider offering live TV, movies and series worldwide with 99.9% uptime\",\"foundingDate\":\"2020\",\"alternateName\":[\"SmooTV\",\"Smootv IPTV\"],\"contactPoint\":{\"@type\":\"ContactPoint\",\"contactType\":\"customer support\",\"email\":\"contact@smootv.com\",\"url\":\"https:\\\/\\\/smooiptv.com\\\/contact-smootv\\\/\",\"availableLanguage\":[\"English\",\"Dutch\",\"German\",\"French\",\"Spanish\"]}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Smootv | Chats","description":"Smootv - beste iptv-provider wereldwijd, neem nu je gratis 24 uur proefabonnement ! alle kanalen, hoogste kwaliteit en soepelste streaming","robots":{"index":"noindex","follow":"nofollow"},"og_type":"article","og_title":"Chats","og_description":"Smootv - best iptv provider worldwide, grab your free 24h trial now ! all channels, highest quality and smoothest streaming","og_url":"https:\/\/smooiptv.com\/nl_bb\/chat\/","og_site_name":"Smootv","article_modified_time":"2026-07-29T16:04:07+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/smooiptv.com\/wp-content\/uploads\/2026\/02\/cropped-images.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@smooiptv","twitter_misc":{"Geschatte leestijd":"1 minuut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/smooiptv.com\/chats\/","url":"https:\/\/smooiptv.com\/chats\/","name":"Smootv | Chats","isPartOf":{"@id":"https:\/\/smooiptv.com\/#website"},"datePublished":"2026-05-14T20:38:06+00:00","dateModified":"2026-07-29T16:04:07+00:00","description":"Smootv - beste iptv-provider wereldwijd, neem nu je gratis 24 uur proefabonnement ! alle kanalen, hoogste kwaliteit en soepelste streaming","breadcrumb":{"@id":"https:\/\/smooiptv.com\/chats\/#breadcrumb"},"inLanguage":"nl-BE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smooiptv.com\/chats\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/smooiptv.com\/chats\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Smootv","item":"https:\/\/smooiptv.com\/nl_bb\/"},{"@type":"ListItem","position":2,"name":"Chats"}]},{"@type":"WebSite","@id":"https:\/\/smooiptv.com\/#website","url":"https:\/\/smooiptv.com\/nl_bb\/","name":"Smootv","description":"Smootv is an IPTV streaming service that has been running since 2020, with HD and 4K streaming, apps for every major device and 24\/7 support in five languages. Official website: smooiptv.com.","publisher":{"@id":"https:\/\/smooiptv.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/smooiptv.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-BE","alternateName":["SmooTV","Smootv IPTV","Smooiptv"]},{"@type":"Organization","@id":"https:\/\/smooiptv.com\/#organization","name":"Smootv","url":"https:\/\/smooiptv.com\/nl_bb\/","logo":{"@type":"ImageObject","inLanguage":"nl-BE","@id":"https:\/\/smooiptv.com\/#\/schema\/logo\/image\/","url":"https:\/\/smooiptv.com\/wp-content\/uploads\/2022\/01\/greenaArtboard-1-copy-2-1.png","contentUrl":"https:\/\/smooiptv.com\/wp-content\/uploads\/2022\/01\/greenaArtboard-1-copy-2-1.png","width":1081,"height":1080,"caption":"Smootv"},"image":{"@id":"https:\/\/smooiptv.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/smooiptv","https:\/\/www.trustpilot.com\/review\/smootv.com","https:\/\/www.youtube.com\/@smootv","https:\/\/smootv.com\/","https:\/\/smootvadpage.com\/"],"description":"Smootv is een premium IPTV streaming provider die wereldwijd live TV, films en series aanbiedt met 99,9% uptime.","foundingDate":"2020","alternateName":["SmooTV","Smootv IPTV"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","email":"contact@smootv.com","url":"https:\/\/smooiptv.com\/contact-smootv\/","availableLanguage":["English","Dutch","German","French","Spanish"]}}]}},"_links":{"self":[{"href":"https:\/\/smooiptv.com\/nl_bb\/wp-json\/wp\/v2\/pages\/7902","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smooiptv.com\/nl_bb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smooiptv.com\/nl_bb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smooiptv.com\/nl_bb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/smooiptv.com\/nl_bb\/wp-json\/wp\/v2\/comments?post=7902"}],"version-history":[{"count":10,"href":"https:\/\/smooiptv.com\/nl_bb\/wp-json\/wp\/v2\/pages\/7902\/revisions"}],"predecessor-version":[{"id":8172,"href":"https:\/\/smooiptv.com\/nl_bb\/wp-json\/wp\/v2\/pages\/7902\/revisions\/8172"}],"wp:attachment":[{"href":"https:\/\/smooiptv.com\/nl_bb\/wp-json\/wp\/v2\/media?parent=7902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}