• Trying to use your plugin to get a Google Group to show up on a page on my site.

    The code google provides:

    <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/groupname&#8217;
    + ‘&showsearch=true&showpopout=true&showtabs=false’
    + ‘&parenturl=’ + encodeURIComponent(window.location.href);
    </script>

    I changed the groupname for now.

    How would I embed this with iFrame?

    Thanks.

    https://www.ads-software.com/plugins/iframe/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Groups in iFrame’ is closed to new replies.