1

このコードをホームページに埋め込んでいるのに、自分のWebサイトでGoogleグループサービスを使おうとしましたが、404エラーが返されました。ローカルホストを使用しているからですか?

<iframe id="forum_embed"
  src="javascript:void(0)"
  scrolling="no"
  frameborder="0"
  width="900"
  height="700">
</iframe>
<script type="text/javascript">
  document.getElementById('forum_embed').src =
     'https://groups.google.com/forum/embed/?place=forum/*********'
     + '&showsearch=true&showpopout=true&showtabs=false'
     + '&parenturl=' + encodeURIComponent(window.location.href);
</script>
4

1 に答える 1