This plugin embed the Google Groups on WordPress! You can see all discussion on your article or WordPress page. All you must do is to add a shortcode on your page editor! If you want to control the view, you can add these attributes on shortcode
Minimum Tag
The minimum information
google_groups name="mixare-development"
Tag – dimension
The width and the height of page
google_groups name="mixare-development" width="100%" height="200px" id="_A"
or
code:
google_groups name="mixare-development" width="200" height="200"
default: ‘width’ => ‘100%’ ‘height’ => ‘800px’
Tag – showsearch
Whether to show an embedded search box on destination forum pages.
code:
google_groups name="mixare-development" showsearch="true"
default: false
Tag – showtabs
Whether to show tabs for changing views (e.g., to the Members view), on destination forum pages
code:
google_groups name="mixare-development" showtabs="true"
default: false
Tag – Showpopout
whether to show the “popout” button which lets the view be expanded to a full page, on destination forum pages
code:
google_groups name="mixare-development" showpopout="false"
default: true
Tag – Hideforumtitle
If you want to show the forum title and description, false if you don’t want to show the title or description
code:
google_groups name="mixare-development" hideforumtitle="false"
default: true
Tag – Hidesubject
If you want to hide the subject of the last post in My Forums view, false if you want to leave the subject visible
code:
google_groups name="mixare-development" hidesubject="false"
default: true
Tag – Domain
If your groups aren’t at googlegroups.com but they are at http://www.your-google-apps-business-site.org ?
code:
google_groups name="your-groups" domain="your-google-apps-business-site.org"
default: none
Themes
The follow code
google_groups id="my_id" name="my_groups"
produce the follow html code:
<div id="my_id_odynoggroups_div" class="odynoggroups_div"> <iframe id="my_id_ogg_forum_embed" class="odynoggroups_iframe" [...] ></iframe> </div>