{"id":6631,"date":"2025-04-22T09:25:42","date_gmt":"2025-04-22T07:25:42","guid":{"rendered":"https:\/\/www.drewnianamagia.pl\/?page_id=6631"},"modified":"2025-04-23T14:34:36","modified_gmt":"2025-04-23T12:34:36","slug":"short-zapytaj-o-produkt","status":"publish","type":"page","link":"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/","title":{"rendered":"short &#8211; zapytaj o produkt"},"content":{"rendered":"\n<div id=\"product-preview\" style=\"margin-bottom: 16px; font-weight: bold;\"><\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n    const params = new URLSearchParams(window.location.search);\n    const productLink = params.get(\"link\");\n\n    if (productLink) {\n        fetch(productLink)\n            .then(response => response.text())\n            .then(html => {\n                const parser = new DOMParser();\n                const doc = parser.parseFromString(html, 'text\/html');\n\n                \/\/ Pobierz i oczy\u015b\u0107 tytu\u0142\n                let title = doc.querySelector('title')?.innerText || '';\n                title = title.replace(\/[-\u2013]\\s*Drewniana Magia\/i, '').trim();\n\n                \/\/ Kontener do wy\u015bwietlenia\n                const container = document.getElementById('product-preview');\n                if (container) {\n                    const text = document.createElement('div');\n                    text.textContent = `Pytasz o produkt: ${title}`;\n                    container.appendChild(text);\n                }\n            })\n            .catch(error => {\n                console.error(\"B\u0142\u0105d wczytywania danych produktu:\", error);\n            });\n    }\n});\n<\/script>\n\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f6655-o1\" lang=\"pl-PL\" dir=\"ltr\" data-wpcf7-id=\"6655\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php\/wp-json\/wp\/v2\/pages\/6631#wpcf7-f6655-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Formularz kontaktowy\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"6655\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"pl_PL\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6655-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label for=\"your-email\">Tw\u00f3j e-mail:<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Wpisz sw\u00f3j e-mail\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><br \/>\n<label for=\"your-message\">Tre\u015b\u0107 pytania:<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Tutaj wpisz swoje pytanie\" name=\"your-message\"><\/textarea><\/span>\n<\/p>\n\n<!-- Ukryte pola przekazywane z adresu URL -->\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"product-name\" \/><!-- link do produktu -->\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"product-sku\" \/><!-- SKU produktu -->\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"product-price\" \/><!-- Cena produktu -->\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"product-name-only\" \/><!-- nazwa produktu -->\n<!-- Checkbox akceptacji polityki prywatno\u015bci -->\n<p><label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"privacy-policy\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><label><input type=\"checkbox\" name=\"privacy-policy[]\" value=\"Akceptuj\u0119 polityk\u0119 prywatno\u015bci.\" \/><span class=\"wpcf7-list-item-label\">Akceptuj\u0119 polityk\u0119 prywatno\u015bci.<\/span><\/label><\/span><\/span><\/span> <a href=\"\/index.php\/privacy-policy\" target=\"_blank\" rel=\"noopener\">Kliknij tutaj aby si\u0119 zapozna\u0107<\/a><br \/>\n<\/label><br \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Wy\u015blij pytanie\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n    const params = new URLSearchParams(window.location.search);\n\n    const link = params.get(\"link\");\n    const sku = params.get(\"sku\");\n    const price = params.get(\"price\");\n\n    if(link) document.querySelector('input[name=\"product-name\"]').value = link;\n    if(sku) document.querySelector('input[name=\"product-sku\"]').value = sku;\n    if(price) document.querySelector('input[name=\"product-price\"]').value = price;\n});\n<\/script>\n\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n    const params = new URLSearchParams(window.location.search);\n    const productLink = params.get(\"link\");\n\n    if (productLink) {\n        fetch(productLink)\n            .then(response => response.text())\n            .then(html => {\n                const parser = new DOMParser();\n                const doc = parser.parseFromString(html, 'text\/html');\n\n                \/\/ Pobierz i oczy\u015b\u0107 tytu\u0142\n                let title = doc.querySelector('title')?.innerText || '';\n                title = title.replace(\/[-\u2013]\\s*Drewniana Magia\/i, '').trim();\n\n                \/\/ Wstaw oczyszczon\u0105 nazw\u0119 produktu do ukrytego pola\n                const productNameInput = document.querySelector('input[name=\"product-name-only\"]');\n                if (productNameInput) {\n                    productNameInput.value = title;\n                }\n            })\n            .catch(error => {\n                console.error(\"B\u0142\u0105d wczytywania danych produktu:\", error);\n            });\n    }\n});\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-popup.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6631","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>short - zapytaj o produkt - Drewniana Magia<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"short - zapytaj o produkt - Drewniana Magia\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/\" \/>\n<meta property=\"og:site_name\" content=\"Drewniana Magia\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/BelasDrewnianaMagia\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-23T12:34:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuta\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/index.php\\\/short-zapytaj-o-produkt\\\/\",\"url\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/index.php\\\/short-zapytaj-o-produkt\\\/\",\"name\":\"short - zapytaj o produkt - Drewniana Magia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/#website\"},\"datePublished\":\"2025-04-22T07:25:42+00:00\",\"dateModified\":\"2025-04-23T12:34:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/index.php\\\/short-zapytaj-o-produkt\\\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.drewnianamagia.pl\\\/index.php\\\/short-zapytaj-o-produkt\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/index.php\\\/short-zapytaj-o-produkt\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"short &#8211; zapytaj o produkt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/#website\",\"url\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/\",\"name\":\"Drewniana Magia\",\"description\":\"Personalizowane prezenty i dekoracje z drewna i druku 3D, na ka\u017cd\u0105 okazj\u0119 i okoliczno\u015b\u0107. Urodziny, Chrzest, Przyj\u0119cie, \u015awi\u0119ta, \u015alub\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/#organization\",\"name\":\"Drewniana Magia\",\"url\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/cropped-LOGO-DrewnianaMagia-375x188-1.png\",\"contentUrl\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/cropped-LOGO-DrewnianaMagia-375x188-1.png\",\"width\":374,\"height\":188,\"caption\":\"Drewniana Magia\"},\"image\":{\"@id\":\"https:\\\/\\\/www.drewnianamagia.pl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/BelasDrewnianaMagia\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"short - zapytaj o produkt - Drewniana Magia","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/","og_locale":"pl_PL","og_type":"article","og_title":"short - zapytaj o produkt - Drewniana Magia","og_url":"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/","og_site_name":"Drewniana Magia","article_publisher":"https:\/\/facebook.com\/BelasDrewnianaMagia","article_modified_time":"2025-04-23T12:34:36+00:00","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"1 minuta"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/","url":"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/","name":"short - zapytaj o produkt - Drewniana Magia","isPartOf":{"@id":"https:\/\/www.drewnianamagia.pl\/#website"},"datePublished":"2025-04-22T07:25:42+00:00","dateModified":"2025-04-23T12:34:36+00:00","breadcrumb":{"@id":"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.drewnianamagia.pl\/index.php\/short-zapytaj-o-produkt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/www.drewnianamagia.pl\/"},{"@type":"ListItem","position":2,"name":"short &#8211; zapytaj o produkt"}]},{"@type":"WebSite","@id":"https:\/\/www.drewnianamagia.pl\/#website","url":"https:\/\/www.drewnianamagia.pl\/","name":"Drewniana Magia","description":"Personalizowane prezenty i dekoracje z drewna i druku 3D, na ka\u017cd\u0105 okazj\u0119 i okoliczno\u015b\u0107. Urodziny, Chrzest, Przyj\u0119cie, \u015awi\u0119ta, \u015alub","publisher":{"@id":"https:\/\/www.drewnianamagia.pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.drewnianamagia.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/www.drewnianamagia.pl\/#organization","name":"Drewniana Magia","url":"https:\/\/www.drewnianamagia.pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/www.drewnianamagia.pl\/#\/schema\/logo\/image\/","url":"https:\/\/www.drewnianamagia.pl\/wp-content\/uploads\/2024\/02\/cropped-LOGO-DrewnianaMagia-375x188-1.png","contentUrl":"https:\/\/www.drewnianamagia.pl\/wp-content\/uploads\/2024\/02\/cropped-LOGO-DrewnianaMagia-375x188-1.png","width":374,"height":188,"caption":"Drewniana Magia"},"image":{"@id":"https:\/\/www.drewnianamagia.pl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/BelasDrewnianaMagia"]}]}},"_links":{"self":[{"href":"https:\/\/www.drewnianamagia.pl\/index.php\/wp-json\/wp\/v2\/pages\/6631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.drewnianamagia.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.drewnianamagia.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.drewnianamagia.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.drewnianamagia.pl\/index.php\/wp-json\/wp\/v2\/comments?post=6631"}],"version-history":[{"count":0,"href":"https:\/\/www.drewnianamagia.pl\/index.php\/wp-json\/wp\/v2\/pages\/6631\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.drewnianamagia.pl\/index.php\/wp-json\/wp\/v2\/media?parent=6631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}