how to integrate google groups

  • Unknown's avatar

    Hi WordPress team and members! I want to embed (integrate) into a simply page the group i created on Google Groups, it is possible? Thank you in advance and cheers!

  • Hi — I’m not sure that Google Groups can be embedded here on our servers, unless the site uses our Business or E-commerce plan. Here’s the code we allow on your free sites:

    Add Code to Your Site

    You’d be welcome to try pasting the embed code though to see if it works, then send a link to that page so we can take a look. You can also paste the embed code here. Just use the “code” button (or type a single quote) before and after the code so it will show up properly.

  • Unknown's avatar
    
    <script type="text/javascript">
      document.getElementById('forum_embed').src =
         'https://groups.google.com/forum/embed/?place=forum/forumdeotelsicatifea'
         + '&showsearch=true&showpopout=true&showtabs=false'
         + '&parenturl=' + encodeURIComponent(window.location.href);
    </script>

    This is my code; but you-re right: free plans don-t accept iframe codes.

    This is the message i saw on your link you share:
    The following tags are not allowed on sites on our Premium Plan and below for security reasons:
    embed, frame, iframe, form, input, object, textarea

    These tags may be used with sites on our Business Plan with plugins installed.

    I can-t used it but thank you anyway, mybe would be helpfull for others.

  • The topic ‘how to integrate google groups’ is closed to new replies.