{"id":8796378,"date":"2017-02-12T16:13:16","date_gmt":"2017-02-12T16:13:16","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/working-over-https\/"},"modified":"2017-02-12T16:13:16","modified_gmt":"2017-02-12T16:13:16","slug":"working-over-https","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/working-over-https\/","title":{"rendered":"Working over https"},"content":{"rendered":"<p>You should notice that this solution your provide here (<a href=\"https:\/\/wordpress.org\/support\/topic\/not-working-over-https\/\">https:\/\/wordpress.org\/support\/topic\/not-working-over-https\/<\/a>) is working perfectly, thank you! However, there is a mistake on the code:<\/p>\n<p>wp_localize_script( &#8216;wsi-js&#8217;, &#8216;WsiMyAjax&#8217;, array( &#8216;url&#8217; =&gt; site_url( &#8216;wp-login.php&#8217; ),&#8217;admin_url&#8217; =&gt; admin_url( &#8216;admin-ajax.php&#8217;,https&#8217; ), &#8216;nonce&#8217; =&gt; wp_create_nonce( &#8216;wsi-ajax-nonce&#8217; ) ) );<\/p>\n<p>SHOULD BE: &#8216;admin-ajax.php&#8217;,<strong>&#8216;<\/strong>https&#8217; (There is a quotation mark missing!!!)<\/p>\n<p>LIKE THIS:<\/p>\n<p>wp_localize_script( &#8216;wsi-js&#8217;, &#8216;WsiMyAjax&#8217;, array( &#8216;url&#8217; =&gt; site_url( &#8216;wp-login.php&#8217; ),&#8217;admin_url&#8217; =&gt; admin_url( &#8216;admin-ajax.php&#8217;,&#8217;https&#8217; ), &#8216;nonce&#8217; =&gt; wp_create_nonce( &#8216;wsi-ajax-nonce&#8217; ) ) );<\/p>\n<p>I made that change and now email and Google are working ok!<\/p>\n<p>Thanks!<\/p>\n","protected":false},"template":"","class_list":["post-8796378","topic","type-topic","status-publish","hentry","topic-tag-https"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/8796378","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/8796378\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=8796378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}