Embedding Google Groups into Blogger

Google Groups Image
Creating a Discussion Page for your Blog/Website is a good way to let your readers interact with each other. Continuing from my recent post about embedding Vanilla Forum into Blogger ,I would be discussing how easy it is to make and then embed a Google Group into your Blog. Two of its biggest win over the previous tutorial is that it has no hosting issues and Bandwidth limitations. It might not be a classic Forum software ,but its simplicity & easy of use are its major advantages. One of its other plus point is it mail alert feature which keep you informed with whats happening in the group on the real time basis (Surprisingly many of the best known Forum Software lack this baic feature ).



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"
"&amp;showsearch=true&amp;showpopout=true&amp;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

 
© 2009 Blogger Tips 2013 | Powered by Blogger