Error embedding Google Group
-
I am trying to create a page that embeds Google Groups using the Google Groups suggested html:
<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/pcba-list' + '&showsearch=true&showpopout=true&showtabs=false' + '&parenturl=' + encodeURIComponent(window.location.href); </script>
The page displays the following error:
groups.google.com is blocked
groups.google.com refused to connect.ERR_BLOCKED_BY_RESPONSE
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Error embedding Google Group’ is closed to new replies.