前提・実現したいこと
reCATPCHEの実装
発生している問題・エラーメッセージ
自分のportfolioのreCAPTCHAを導入したのですが、「サイト所有者のエラー: サイトキーが無効です」 というエラーメッセージが表示されてしまい、うまく実装できていません。
サイト所有者のエラー: サイトキーが無効です
該当のソースコード
HTML
1 <div class="_formrun_gotcha"> 2 <style media="screen">._formrun_gotcha {position:absolute!important;height:1px;width:1px;overflow:hidden;}</style> 3 <label for="_formrun_gotcha">If you are a human, ignore this field</label> 4 <input type="text" name="_formrun_gotcha" id="_formrun_gotcha" tabindex="-1"> 5 </div> 6 <div class="row" style="margin-right:auto; margin-left:auto; text-align: center; width:300px;"> 7 <div class="col-lg-12 text-center"> 8 <div class="g-recaptcha" data-sitekey="自分のサイトキー"></div> 9 </div> 10 </div>
試したこと
補足情報(FW/ツールのバージョンなど)
もともとブログを運営していたのでドメイン名はportfolio.ブログのドメイン.comという感じで登録しています。
ここがもしかした違うのでしょうか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。