{"id":2206,"date":"2021-04-20T10:34:17","date_gmt":"2021-04-20T10:34:17","guid":{"rendered":"http:\/\/www.parafiamarcyporeba.pl\/?page_id=2206"},"modified":"2022-10-30T19:56:52","modified_gmt":"2022-10-30T19:56:52","slug":"ofiara","status":"publish","type":"page","link":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/","title":{"rendered":"Ofiara"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\"><strong>Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119:<\/strong><\/p>\n\n\n\n<!--<h6 class=\"wsparcie\">Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119<\/h6>-->\n\n<form class=\"form-horizontal\" method=\"post\" id=\"donationForm\" action=\"https:\/\/vpos.polcard.com.pl\/vpos\/ecom\/service.htm\">\n\n<input type=\"hidden\" name=\"pos_id\" id=\"fieldPosId\" value=\"78215178\"> <!-- Punkt sprzeda\u017cy przydzielony przez FDP -->\n<input type=\"hidden\" name=\"shared_key\" id=\"fieldSharedKey\" value=\"62E9E0813A16C9CDB81D27773B9B828851387F8DF5B913767237E906A0E77E07\"> <!-- Klucz wsp\u00f3\u0142dzielony przydzielony pzez FDP -->\n\n<input type=\"hidden\" name=\"session_id\" id=\"fieldSessionId\" value=\"0002\">\n\n<div>\n<div class=\"line\">\n<!--<div class=\"gift\"><a class=\"gift\">inna kwota:<\/a><br><\/div>-->\n<div class=\"radio-toolbar\">\n<input type=\"radio\" id=\"radio50\" name=\"radioFruit\" value=\"50 z\u0142\" onclick=\"setAmount(50); radioChecked();\">\n<label for=\"radio50\">50 <a class=\"zl\">z\u0142   <\/a><\/label> \n\n<input type=\"radio\" id=\"radio100\" name=\"radioFruit\" value=\"100 z\u0142\" onclick=\"setAmount(100); radioChecked();\">\n<label for=\"radio100\">100 <a class=\"zl\">z\u0142<\/a><\/label>\n\n<input type=\"radio\" id=\"radio200\" name=\"radioFruit\" value=\"200 z\u0142\" onclick=\"setAmount(200); radioChecked();\">\n<label for=\"radio200\">200 <a class=\"zl\">z\u0142<\/a><\/label> \n\t\t\t<a class=\"mob\">inna kwota:<\/a><input type=\"text\" name=\"enter_amount\" title=\"inna kwota\" class=\"form-control controlRecalc\" id=\"inputAmount\" autocomplete=\"off\" placeholder=\"\"><br>\t\t\n<\/div>\n<\/div>\n<\/div>\n\n<input type=\"hidden\" name=\"amount\" value=\"\" id=\"fieldAmount\">\n<div class=\"line-mail\"><input type=\"email\" required=\"\" class=\"form-control controlRecalc\" name=\"email\" id=\"fieldEmail\" placeholder=\"adres e-mail\" autocomplete=\"off\"><\/div>\n<input type=\"hidden\" name=\"order_id\" id=\"fieldOrderId\" value=\"0001\">\n<input type=\"hidden\" name=\"currency\" value=\"PLN\">\n<input type=\"hidden\" name=\"test\" id=\"fieldTest\" value=\"N\"> <!-- Sterowanie trybem testowym: \"N\" - produkcja, \"Y\" - test -->\n<input type=\"hidden\" name=\"language\" value=\"pl\">\n<input type=\"hidden\" name=\"controlData\" id=\"fieldControl\" value=\"\">\n\n<div class=\"form-group\">\n<\/div>\n<input type=\"hidden\" name=\"client_ip\" id=\"fieldIP\" value=\"10.23.3.107\">\n<div class=\"form-group\">\n<\/div>\n<div class=\"form-group\">        \n<div style=\"margin-left: 0;\" class=\"col-sm-offset-2-datek\">\n<button type=\"button\" onclick=\"checkForm()\" class=\"btn btn-primary\">Z\u0142\u00f3\u017c ofiar\u0119<\/button>\n<\/div>\n<\/div>\n<\/form>\n\n<script>\n      var setAmount = function(amount) {\n        document.getElementById('fieldAmount').value = realAmount(amount);\n        calculateControl();\n      }\n\n      var radioChecked = function() {\n        calculateControl();\n        document.getElementById('inputAmount').value = '';\n      }\n\n      var sha256 = function sha256(ascii) {\n        function rightRotate(value, amount) {\n          return (value>>>amount) | (value<<(32 - amount));\n        };\n\n        var mathPow = Math.pow;\n        var maxWord = mathPow(2, 32);\n        var lengthProperty = 'length'\n          var i, j; \/\/ Used as a counter across the whole file\n        var result = ''\n\n          var words = [];\n        var asciiBitLength = ascii[lengthProperty]*8;\n\n        \/\/* caching results is optional - remove\/add slash from front of this line to toggle\n        \/\/ Initial hash value: first 32 bits of the fractional parts of the square roots of the first 8 primes\n        \/\/ (we actually calculate the first 64, but extra values are just ignored)\n        var hash = sha256.h = sha256.h || [];\n        \/\/ Round constants: first 32 bits of the fractional parts of the cube roots of the first 64 primes\n        var k = sha256.k = sha256.k || [];\n        var primeCounter = k[lengthProperty];\n        \/*\/\n          var hash = [], k = [];\n          var primeCounter = 0;\n        \/\/*\/\n\n        var isComposite = {};\n        for (var candidate = 2; primeCounter < 64; candidate++) {\n          if (!isComposite[candidate]) {\n            for (i = 0; i < 313; i += candidate) {\n              isComposite[i] = candidate;\n            }\n            hash[primeCounter] = (mathPow(candidate, .5)*maxWord)|0;\n            k[primeCounter++] = (mathPow(candidate, 1\/3)*maxWord)|0;\n          }\n        }\n\n        ascii += '\\x80' \/\/ Append \u0187' bit (plus zero padding)\n          while (ascii[lengthProperty]%64 - 56) ascii += '\\x00' \/\/ More zero padding\n            for (i = 0; i < ascii[lengthProperty]; i++) {\n              j = ascii.charCodeAt(i);\n              if (j>>8) return; \/\/ ASCII check: only accept characters in range 0-255\n              words[i>>2] |= j << ((3 - i)%4)*8;\n            }\n        words[words[lengthProperty]] = ((asciiBitLength\/maxWord)|0);\n        words[words[lengthProperty]] = (asciiBitLength)\n\n          \/\/ process each chunk\n          for (j = 0; j < words[lengthProperty];) {\n            var w = words.slice(j, j += 16); \/\/ The message is expanded into 64 words as part of the iteration\n            var oldHash = hash;\n            \/\/ This is now the undefinedworking hash\", often labelled as variables a...g\n            \/\/ (we have to truncate as well, otherwise extra entries at the end accumulate\n            hash = hash.slice(0, 8);\n\n            for (i = 0; i < 64; i++) {\n              var i2 = i + j;\n              \/\/ Expand the message into 64 words\n              \/\/ Used below if \n              var w15 = w[i - 15], w2 = w[i - 2];\n\n              \/\/ Iterate\n              var a = hash[0], e = hash[4];\n              var temp1 = hash[7]\n                + (rightRotate(e, 6) ^ rightRotate(e, 11) ^ rightRotate(e, 25)) \/\/ S1\n                + ((e&#038;hash[5])^((~e)&#038;hash[6])) \/\/ ch\n                + k[i]\n                \/\/ Expand the message schedule if needed\n                + (w[i] = (i < 16) ? w[i] : (\n                      w[i - 16]\n                      + (rightRotate(w15, 7) ^ rightRotate(w15, 18) ^ (w15>>>3)) \/\/ s0\n                      + w[i - 7]\n                      + (rightRotate(w2, 17) ^ rightRotate(w2, 19) ^ (w2>>>10)) \/\/ s1\n                      )|0\n                  );\n              \/\/ This is only used once, so *could* be moved below, but it only saves 4 bytes and makes things unreadble\n              var temp2 = (rightRotate(a, 2) ^ rightRotate(a, 13) ^ rightRotate(a, 22)) \/\/ S0\n                + ((a&hash[1])^(a&hash[2])^(hash[1]&hash[2])); \/\/ maj\n\n              hash = [(temp1 + temp2)|0].concat(hash); \/\/ We don't bother trimming off the extra ones, they're harmless as long as we're truncating when we do the slice()\n              hash[4] = (hash[4] + temp1)|0;\n            }\n\n            for (i = 0; i < 8; i++) {\n              hash[i] = (hash[i] + oldHash[i])|0;\n            }\n          }\n\n        for (i = 0; i < 8; i++) {\n          for (j = 3; j + 1; j--) {\n            var b = (hash[i]>>(j*8))&255;\n            result += ((b < 16) ? 0 : '') + b.toString(16);\n          }\n        }\n        return result;\n      };\n\n      var hexToBytes = function(hex) {\n        for (var bytes = '', c = 0; c < hex.length; c += 2)\n          bytes += String.fromCharCode(parseInt(hex.substr(c, 2), 16));\n        return bytes;\n      }\n\n      var realAmount = function(amount) {\n        return Math.ceil(parseFloat(amount) * 100);\n      }\n\n      var validateEmail = function(email) {\n        var re = \/^(([^<>()\\[\\]\\\\.,;:\\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,}))$\/;\n        return re.test(String(email).toLowerCase());\n      }\n\n      var calculateControl = function() {\n        var fAmount = document.getElementById('fieldAmount').value;\n        var fPosId = document.getElementById('fieldPosId').value;\n        var fOrderId = document.getElementById('fieldOrderId').value;\n        var fSharedKey = document.getElementById('fieldSharedKey').value;\n        var fSessionId = document.getElementById('fieldSessionId').value;\n        var fEmail = document.getElementById('fieldEmail').value;\n        var fTest = document.getElementById('fieldTest').value;\n        var fIP = document.getElementById('fieldIP').value;\n        var fSharedKeyBytes = hexToBytes(fSharedKey);\n\n        document.getElementById('fieldAmount').value = fAmount;\n\n        var paramsVal =\n          `pos_id=${fPosId}&order_id=${fOrderId}&session_id=${fSessionId}&amount=${fAmount}&currency=PLN&test=${fTest}&language=pl&client_ip=${fIP}&email=${fEmail}`\n        var ctrlMerged = paramsVal + fSharedKeyBytes\n        var ctrlVal = sha256(ctrlMerged)\n        document.getElementById('fieldControl').value = ctrlVal;\n      }\n\n      var checkForm = function() {\n        var eventAmount = document.getElementById('fieldAmount').value.replace(',', '.');\n        var eventEmail = document.getElementById('fieldEmail').value;\n        console.log(eventAmount);\n\n        if(!eventAmount || isNaN(eventAmount)) {\n          document.getElementById('inputAmount').value = '';\n          alert('Wybrana kwota nie jest poprawna.')\n          return; \n        }\n        else if(!eventEmail || !eventEmail === '' || !validateEmail(eventEmail)) {\n          alert('Podany email nie jest poprawny.');\n          return;\n        } else {\n          document.getElementById('donationForm').submit();\n        }\n      }\n        \n      \/\/ Generate order ID\n      const orderId = Math.random().toString(36).substring(5).toUpperCase();\n      document.getElementById('fieldOrderId').value = orderId;\n\n      \/\/ const recalcElements = document.querySelector('.controlRecalc');\n      document.getElementById('inputAmount').addEventListener('change', (event) => {\n        var eventAmount = event.target.value.replace(',', '.');\n\n        if(isNaN(eventAmount)) {\n          return; \n        }\n\n        console.log('recalc');\n        console.log(eventAmount);\n\n        document.getElementById('radio50').checked = false\n        document.getElementById('radio100').checked = false\n        document.getElementById('radio200').checked = false\n\n        document.getElementById('fieldAmount').value = realAmount(eventAmount);\n        calculateControl();\n      });\n\n      document.getElementById('fieldEmail').addEventListener('change', (event) => {\n        calculateControl();\n      });\n\n    <\/script>\n\n\n\n<p class=\"wp-block-paragraph\">Obs\u0142ugiwane p\u0142atno\u015bci:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2021\/04\/image.png\" alt=\"\" class=\"wp-image-2218\" width=\"715\" height=\"401\" srcset=\"https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2021\/04\/image.png 953w, https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2021\/04\/image-300x168.png 300w, https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2021\/04\/image-768x431.png 768w, https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2021\/04\/image-750x420.png 750w\" sizes=\"auto, (max-width: 715px) 100vw, 715px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119: 50 z\u0142 100 z\u0142 200 z\u0142 inna kwota: Z\u0142\u00f3\u017c ofiar\u0119 Obs\u0142ugiwane p\u0142atno\u015bci:<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-2206","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119: 50 z\u0142 100 z\u0142 200 z\u0142 inna kwota: Z\u0142\u00f3\u017c ofiar\u0119 Obs\u0142ugiwane p\u0142atno\u015bci:\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"pl_PL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Ofiara - Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie\" \/>\n\t\t<meta property=\"og:description\" content=\"Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119: 50 z\u0142 100 z\u0142 200 z\u0142 inna kwota: Z\u0142\u00f3\u017c ofiar\u0119 Obs\u0142ugiwane p\u0142atno\u015bci:\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2020\/01\/cropped-logo_1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2020\/01\/cropped-logo_1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-04-20T10:34:17+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-10-30T19:56:52+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Ofiara - Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119: 50 z\u0142 100 z\u0142 200 z\u0142 inna kwota: Z\u0142\u00f3\u017c ofiar\u0119 Obs\u0142ugiwane p\u0142atno\u015bci:\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2020\/01\/cropped-logo_1.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:\\\/\\\/www.parafiamarcyporeba.pl\\\/index.php\\\/ofiara\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/index.php\\\/ofiara\\\/#listItem\",\"name\":\"Ofiara\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/index.php\\\/ofiara\\\/#listItem\",\"position\":2,\"name\":\"Ofiara\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/#organization\",\"name\":\"Rzymskokatolicka Parafia p.w. \\u015aw. Marcina w Marcypor\\u0119bie\",\"url\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/cropped-logo_1.png\",\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/index.php\\\/ofiara\\\/#organizationLogo\",\"width\":100,\"height\":100},\"image\":{\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/index.php\\\/ofiara\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/index.php\\\/ofiara\\\/#webpage\",\"url\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/index.php\\\/ofiara\\\/\",\"name\":\"Ofiara - Rzymskokatolicka Parafia p.w. \\u015aw. Marcina w Marcypor\\u0119bie\",\"description\":\"Tu z\\u0142o\\u017cysz ofiar\\u0119 online na swoj\\u0105 parafi\\u0119: 50 z\\u0142 100 z\\u0142 200 z\\u0142 inna kwota: Z\\u0142\\u00f3\\u017c ofiar\\u0119 Obs\\u0142ugiwane p\\u0142atno\\u015bci:\",\"inLanguage\":\"pl-PL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/index.php\\\/ofiara\\\/#breadcrumblist\"},\"datePublished\":\"2021-04-20T10:34:17+00:00\",\"dateModified\":\"2022-10-30T19:56:52+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/#website\",\"url\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/\",\"name\":\"Rzymskokatolicka Parafia p.w. \\u015aw. Marcina w Marcypor\\u0119bie\",\"inLanguage\":\"pl-PL\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.parafiamarcyporeba.pl\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Ofiara - Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie","description":"Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119: 50 z\u0142 100 z\u0142 200 z\u0142 inna kwota: Z\u0142\u00f3\u017c ofiar\u0119 Obs\u0142ugiwane p\u0142atno\u015bci:","canonical_url":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.parafiamarcyporeba.pl#listItem","position":1,"name":"Home","item":"https:\/\/www.parafiamarcyporeba.pl","nextItem":{"@type":"ListItem","@id":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/#listItem","name":"Ofiara"}},{"@type":"ListItem","@id":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/#listItem","position":2,"name":"Ofiara","previousItem":{"@type":"ListItem","@id":"https:\/\/www.parafiamarcyporeba.pl#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.parafiamarcyporeba.pl\/#organization","name":"Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie","url":"https:\/\/www.parafiamarcyporeba.pl\/","logo":{"@type":"ImageObject","url":"https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2020\/01\/cropped-logo_1.png","@id":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/#organizationLogo","width":100,"height":100},"image":{"@id":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/#webpage","url":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/","name":"Ofiara - Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie","description":"Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119: 50 z\u0142 100 z\u0142 200 z\u0142 inna kwota: Z\u0142\u00f3\u017c ofiar\u0119 Obs\u0142ugiwane p\u0142atno\u015bci:","inLanguage":"pl-PL","isPartOf":{"@id":"https:\/\/www.parafiamarcyporeba.pl\/#website"},"breadcrumb":{"@id":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/#breadcrumblist"},"datePublished":"2021-04-20T10:34:17+00:00","dateModified":"2022-10-30T19:56:52+00:00"},{"@type":"WebSite","@id":"https:\/\/www.parafiamarcyporeba.pl\/#website","url":"https:\/\/www.parafiamarcyporeba.pl\/","name":"Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie","inLanguage":"pl-PL","publisher":{"@id":"https:\/\/www.parafiamarcyporeba.pl\/#organization"}}]},"og:locale":"pl_PL","og:site_name":"Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie -","og:type":"article","og:title":"Ofiara - Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie","og:description":"Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119: 50 z\u0142 100 z\u0142 200 z\u0142 inna kwota: Z\u0142\u00f3\u017c ofiar\u0119 Obs\u0142ugiwane p\u0142atno\u015bci:","og:url":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/","og:image":"https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2020\/01\/cropped-logo_1.png","og:image:secure_url":"https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2020\/01\/cropped-logo_1.png","article:published_time":"2021-04-20T10:34:17+00:00","article:modified_time":"2022-10-30T19:56:52+00:00","twitter:card":"summary_large_image","twitter:title":"Ofiara - Rzymskokatolicka Parafia p.w. \u015aw. Marcina w Marcypor\u0119bie","twitter:description":"Tu z\u0142o\u017cysz ofiar\u0119 online na swoj\u0105 parafi\u0119: 50 z\u0142 100 z\u0142 200 z\u0142 inna kwota: Z\u0142\u00f3\u017c ofiar\u0119 Obs\u0142ugiwane p\u0142atno\u015bci:","twitter:image":"https:\/\/www.parafiamarcyporeba.pl\/wp-content\/uploads\/2020\/01\/cropped-logo_1.png"},"aioseo_meta_data":{"post_id":"2206","title":null,"description":null,"keywords":null,"keyphrases":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":true,"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-07-21 13:46:44","updated":"2026-07-21 13:46:44"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.parafiamarcyporeba.pl\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tOfiara\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.parafiamarcyporeba.pl"},{"label":"Ofiara","link":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/ofiara\/"}],"_links":{"self":[{"href":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/wp-json\/wp\/v2\/pages\/2206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/wp-json\/wp\/v2\/comments?post=2206"}],"version-history":[{"count":7,"href":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/wp-json\/wp\/v2\/pages\/2206\/revisions"}],"predecessor-version":[{"id":2220,"href":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/wp-json\/wp\/v2\/pages\/2206\/revisions\/2220"}],"wp:attachment":[{"href":"https:\/\/www.parafiamarcyporeba.pl\/index.php\/wp-json\/wp\/v2\/media?parent=2206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}