{"id":23922,"date":"2024-01-19T06:54:03","date_gmt":"2024-01-19T06:54:03","guid":{"rendered":"https:\/\/adrasource.org\/?p=23922"},"modified":"2024-01-24T06:15:23","modified_gmt":"2024-01-24T06:15:23","slug":"nfc-cards-single-sign-on","status":"publish","type":"post","link":"https:\/\/adrasource.org\/sl\/nfc-cards-single-sign-on","title":{"rendered":"Kartice NFC in enotna prijava"},"content":{"rendered":"\n<p>Do you know what our&nbsp;ADRA&nbsp;Source&nbsp;Sign Sign-on is? When you <a href=\"https:\/\/adrasource.org\/register\/\"><strong>sign-up for&nbsp;ADRA Source<\/strong><\/a>, you automatically have access to most&nbsp;ADRA&nbsp;Source&nbsp;tools, right at your finger tips! Below is a video with more information explaining how to get signed up.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"NFC Cards | ADRA Source\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/bw4sE7POiVg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>Along with Single Sign-on, you can get a new NFC business card.&nbsp;Replacing your traditional business card,&nbsp;ADRA&#8217;s&nbsp;NFC cards will allow you to get connected and share your business information digitally with just the&nbsp;tap of a phone.<\/p>\n\n\n\n<p>Order for staff in your office today by filling in the\u00a0form below, and we will send them to you free of charge. Contact your <strong><a href=\"https:\/\/adrasource.org\/about\/\">regional liaison<\/a> <\/strong>or\u00a0<a href=\"mailto:Jennifer.Stymiest@adra.org\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Jennifer Stymiest<\/strong><\/a>,\u00a0ADRA\u00a0Source&#8217;s Director of Stakeholder Relations,\u00a0for more information.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<iframe\n      id=\"JotFormIFrame-232794075001350\"\n      title=\"PP Business Card Order\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allowfullscreen=\"true\"\n      allow=\"geolocation; microphone; camera\"\n      src=\"https:\/\/form.jotform.com\/232794075001350\"\n      frameborder=\"0\"\n      style=\"min-width:100%;max-width:100%;height:539px;border:none;\"\n      scrolling=\"no\"\n    >\n    <\/iframe>\n    <script type=\"text\/javascript\">\n    var ifr = document.getElementById(\"JotFormIFrame-232794075001350\");\n    if (ifr) {\n      var src = ifr.src;\n      var iframeParams = [];\n      if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n      }\n      if (src && src.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n        src = src.substr(0, src.indexOf(\"?\"))\n      }\n      iframeParams.push(\"isIframeEmbed=1\");\n      ifr.src = src + \"?\" + iframeParams.join('&');\n    }\n    window.handleIFrameMessage = function(e) {\n      if (typeof e.data === 'object') { return; }\n      var args = e.data.split(\":\");\n      if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n      if (!iframe) { return; }\n      switch (args[0]) {\n        case \"scrollIntoView\":\n          iframe.scrollIntoView();\n          break;\n        case \"setHeight\":\n          iframe.style.height = args[1] + \"px\";\n          if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {\n            iframe.style.minHeight = args[1] + \"px\";\n          }\n          break;\n        case \"collapseErrorPage\":\n          if (iframe.clientHeight > window.innerHeight) {\n            iframe.style.height = window.innerHeight + \"px\";\n          }\n          break;\n        case \"reloadPage\":\n          window.location.reload();\n          break;\n        case \"loadScript\":\n          if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n          var src = args[1];\n          if (args.length > 3) {\n              src = args[1] + ':' + args[2];\n          }\n          var script = document.createElement('script');\n          script.src = src;\n          script.type = 'text\/javascript';\n          document.body.appendChild(script);\n          break;\n        case \"exitFullscreen\":\n          if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n          else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n          else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n          else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n          else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n          break;\n      }\n      var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n      if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n        var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n        iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n      }\n    };\n    window.isPermitted = function(originUrl, whitelisted_domains) {\n      var url = document.createElement('a');\n      url.href = originUrl;\n      var hostname = url.hostname;\n      var result = false;\n      if( typeof hostname !== 'undefined' ) {\n        whitelisted_domains.forEach(function(element) {\n            if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n                result = true;\n            }\n        });\n        return result;\n      }\n    };\n    if (window.addEventListener) {\n      window.addEventListener(\"message\", handleIFrameMessage, false);\n    } else if (window.attachEvent) {\n      window.attachEvent(\"onmessage\", handleIFrameMessage);\n    }\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u0160e danes se prijavite v ADRA Source in naro\u010dite svojo kartico NFC!<\/p>","protected":false},"author":27,"featured_media":20285,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[318,327,359,347],"tags":[],"class_list":["post-23922","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-adra-admin","category-adra-source","category-blog","category-directory"],"acf":[],"_links":{"self":[{"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/posts\/23922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/comments?post=23922"}],"version-history":[{"count":9,"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/posts\/23922\/revisions"}],"predecessor-version":[{"id":23949,"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/posts\/23922\/revisions\/23949"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/media\/20285"}],"wp:attachment":[{"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/media?parent=23922"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/categories?post=23922"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adrasource.org\/sl\/wp-json\/wp\/v2\/tags?post=23922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}