{"id":927,"date":"2025-06-29T13:48:25","date_gmt":"2025-06-29T03:48:25","guid":{"rendered":"https:\/\/podcast.gribdagen.dk\/?page_id=927"},"modified":"2025-06-29T14:16:01","modified_gmt":"2025-06-29T04:16:01","slug":"nyhedsbrev","status":"publish","type":"page","link":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/","title":{"rendered":"Nyhedsbrev"},"content":{"rendered":"\n            <div id=\"mailerlite-form_1\" data-temp-id=\"6aaa6d56d28bf\">\n                <div class=\"mailerlite-form\">\n                    <form action=\"\" method=\"post\" novalidate>\n                                                    <div class=\"mailerlite-form-title\"><h3>Grib dagen \u2013 ogs\u00e5 i din indbakke<\/h3><\/div>\n                                                <div class=\"mailerlite-form-description\"><p>Tilmeld dig til Grib Dagen podcast nyhedsbrev og f\u00e5 en venlig p\u00e5mindelse, hver gang vi udgiver noget, du ikke vil g\u00e5 glip af.<\/p>\n<\/div>\n                        <div class=\"mailerlite-form-inputs\">\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-email\">Email<\/label>\n                                    <input id=\"mailerlite-1-field-email\"\n                                           type=\"email\" required=\"required\"                                            name=\"form_fields[email]\"\n                                           placeholder=\"Email\"\/>\n                                <\/div>\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-name\">Name<\/label>\n                                    <input id=\"mailerlite-1-field-name\"\n                                           type=\"text\"                                            name=\"form_fields[name]\"\n                                           placeholder=\"Name\"\/>\n                                <\/div>\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-city\">By<\/label>\n                                    <input id=\"mailerlite-1-field-city\"\n                                           type=\"text\"                                            name=\"form_fields[city]\"\n                                           placeholder=\"By\"\/>\n                                <\/div>\n                                                        <div class=\"mailerlite-form-loader\">Please wait...<\/div>\n                            <div class=\"mailerlite-subscribe-button-container\">\n                                <button class=\"mailerlite-subscribe-submit\" type=\"submit\">\n                                    Subscribe                                <\/button>\n                            <\/div>\n                            <input type=\"hidden\" name=\"form_id\" value=\"1\"\/>\n                            <input type=\"hidden\" name=\"action\" value=\"mailerlite_subscribe_form\"\/>\n                            <input type=\"hidden\" name=\"ml_nonce\" value=\"c776e4d09e\"\/>\n                        <\/div>\n                        <div class=\"mailerlite-form-response\">\n                                                            <h4><p><span style=\"color: #339966\">Tak for din tilmelding af Grib Dagen podcast nyhedsbrev!<\/span><\/p>\n<div id=\"gtx-trans\" style=\"position: absolute;left: 272px;top: 44px\">\n<div class=\"gtx-trans-icon\"><\/div>\n<\/div>\n<\/h4>\n                                                    <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <script type=\"text\/javascript\" src='https:\/\/podcast.gribdagen.dk\/wp-content\/plugins\/official-mailerlite-sign-up-forms\/assets\/js\/localization\/validation-messages.js'><\/script>\n         <script type=\"text\/javascript\"> var selectedLanguage = \"da\"; var validationMessages = messages[\"en\"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener(\"load\", function () { var form_container = document.querySelector(`#mailerlite-form_1[data-temp-id=\"6aaa6d56d28bf\"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https:\/\/podcast.gribdagen.dk\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: new URLSearchParams({ \"action\" : \"ml_create_nonce\", \"ml_nonce\" : form_container.querySelector(\"input[name='ml_nonce']\").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector(\"input[name='ml_nonce']\").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == \"email\") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https:\/\/podcast.gribdagen.dk\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } }; function validateEmail(email){ if(email.match( \/^(([^<>()[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/ )) { return true; } return false; } <\/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":{"_angie_page":false,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-927","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"da_DK\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Grib dagen podcast - To danskere bosat i Australien laver podcast om at gribe dagen\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Nyhedsbrev - Grib dagen podcast\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/podcast.gribdagen.dk\/wp-content\/uploads\/2023\/04\/cropped-Podcast.Gribdagen-logo-e1680936313517.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/podcast.gribdagen.dk\/wp-content\/uploads\/2023\/04\/cropped-Podcast.Gribdagen-logo-e1680936313517.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"450\" \/>\n\t\t<meta property=\"og:image:height\" content=\"150\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-06-29T03:48:25+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-06-29T04:16:01+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/gribdagenpodcast\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Nyhedsbrev - Grib dagen podcast\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/podcast.gribdagen.dk\/wp-content\/uploads\/2023\/04\/cropped-Podcast.Gribdagen-logo-e1680936313517.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/index.php\\\/nyhedsbrev\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/podcast.gribdagen.dk\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/index.php\\\/nyhedsbrev\\\/#listItem\",\"name\":\"Nyhedsbrev\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/index.php\\\/nyhedsbrev\\\/#listItem\",\"position\":2,\"name\":\"Nyhedsbrev\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/#person\",\"name\":\"Christian Nikolajsen\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/index.php\\\/nyhedsbrev\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b800ba0254b8643e3747729a632c26951fa5c9e8302ca06466d46a7c98a857fe?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Christian Nikolajsen\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/index.php\\\/nyhedsbrev\\\/#webpage\",\"url\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/index.php\\\/nyhedsbrev\\\/\",\"name\":\"Nyhedsbrev - Grib dagen podcast\",\"inLanguage\":\"da-DK\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/index.php\\\/nyhedsbrev\\\/#breadcrumblist\"},\"datePublished\":\"2025-06-29T13:48:25+10:00\",\"dateModified\":\"2025-06-29T14:16:01+10:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/#website\",\"url\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/\",\"name\":\"Grib dagen podcast\",\"description\":\"To danskere bosat i Australien laver podcast om at gribe dagen\",\"inLanguage\":\"da-DK\",\"publisher\":{\"@id\":\"https:\\\/\\\/podcast.gribdagen.dk\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Nyhedsbrev - Grib dagen podcast","description":"","canonical_url":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/podcast.gribdagen.dk#listItem","position":1,"name":"Home","item":"https:\/\/podcast.gribdagen.dk","nextItem":{"@type":"ListItem","@id":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/#listItem","name":"Nyhedsbrev"}},{"@type":"ListItem","@id":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/#listItem","position":2,"name":"Nyhedsbrev","previousItem":{"@type":"ListItem","@id":"https:\/\/podcast.gribdagen.dk#listItem","name":"Home"}}]},{"@type":"Person","@id":"https:\/\/podcast.gribdagen.dk\/#person","name":"Christian Nikolajsen","image":{"@type":"ImageObject","@id":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/b800ba0254b8643e3747729a632c26951fa5c9e8302ca06466d46a7c98a857fe?s=96&d=mm&r=g","width":96,"height":96,"caption":"Christian Nikolajsen"}},{"@type":"WebPage","@id":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/#webpage","url":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/","name":"Nyhedsbrev - Grib dagen podcast","inLanguage":"da-DK","isPartOf":{"@id":"https:\/\/podcast.gribdagen.dk\/#website"},"breadcrumb":{"@id":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/#breadcrumblist"},"datePublished":"2025-06-29T13:48:25+10:00","dateModified":"2025-06-29T14:16:01+10:00"},{"@type":"WebSite","@id":"https:\/\/podcast.gribdagen.dk\/#website","url":"https:\/\/podcast.gribdagen.dk\/","name":"Grib dagen podcast","description":"To danskere bosat i Australien laver podcast om at gribe dagen","inLanguage":"da-DK","publisher":{"@id":"https:\/\/podcast.gribdagen.dk\/#person"}}]},"og:locale":"da_DK","og:site_name":"Grib dagen podcast - To danskere bosat i Australien laver podcast om at gribe dagen","og:type":"article","og:title":"Nyhedsbrev - Grib dagen podcast","og:url":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/","og:image":"https:\/\/podcast.gribdagen.dk\/wp-content\/uploads\/2023\/04\/cropped-Podcast.Gribdagen-logo-e1680936313517.png","og:image:secure_url":"https:\/\/podcast.gribdagen.dk\/wp-content\/uploads\/2023\/04\/cropped-Podcast.Gribdagen-logo-e1680936313517.png","og:image:width":450,"og:image:height":150,"article:published_time":"2025-06-29T03:48:25+00:00","article:modified_time":"2025-06-29T04:16:01+00:00","article:publisher":"https:\/\/www.facebook.com\/gribdagenpodcast\/","twitter:card":"summary_large_image","twitter:title":"Nyhedsbrev - Grib dagen podcast","twitter:image":"https:\/\/podcast.gribdagen.dk\/wp-content\/uploads\/2023\/04\/cropped-Podcast.Gribdagen-logo-e1680936313517.png"},"aioseo_meta_data":{"post_id":"927","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-09 14:06:42","updated":"2026-08-09 14:06:42"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/podcast.gribdagen.dk\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tNyhedsbrev\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/podcast.gribdagen.dk"},{"label":"Nyhedsbrev","link":"https:\/\/podcast.gribdagen.dk\/index.php\/nyhedsbrev\/"}],"_links":{"self":[{"href":"https:\/\/podcast.gribdagen.dk\/index.php\/wp-json\/wp\/v2\/pages\/927","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/podcast.gribdagen.dk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/podcast.gribdagen.dk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/podcast.gribdagen.dk\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/podcast.gribdagen.dk\/index.php\/wp-json\/wp\/v2\/comments?post=927"}],"version-history":[{"count":3,"href":"https:\/\/podcast.gribdagen.dk\/index.php\/wp-json\/wp\/v2\/pages\/927\/revisions"}],"predecessor-version":[{"id":932,"href":"https:\/\/podcast.gribdagen.dk\/index.php\/wp-json\/wp\/v2\/pages\/927\/revisions\/932"}],"wp:attachment":[{"href":"https:\/\/podcast.gribdagen.dk\/index.php\/wp-json\/wp\/v2\/media?parent=927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}