See Demo
Add it into your Blog
1. Go to groups.google.com/groups/create and fill in the necessary details and Click on Create my group button.
2. Then you will be asked to Add people to the group.
3. Now you change appearance and various other things by going to the Settings menu.
4. Now comes the embedding part , paste the following code into a Static Page
<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/forum-name"
"&showsearch=true&showpopout=true&parenturl="
encodeURIComponent(window.location.href);
</script>
Change the forum-name (Line 11) to the name you gave while creating it.
Check out the following Website for In-depth Review of Google Groups.
See Demo
0 comments:
Post a Comment