How To Add (Create) A Forum to Blogger (Blogspot) For Free

Advertisements:

How To Add (Create) A Forum to Blogger (Blogspot) For Free. Blogger blogspot blogs can add forum for free, as blogger don’t have the option to include forum, here is a method by which you can add a forum.

blogger forum 400x266

1. Login to blogger and create a new static page on your blog, for a forum, for example see below -

http://yourblog.blogspot/p/forum.html

2. Now create a new forum for free at Nabble and copy the HTML code and paste it in a notepad.

3. Now Go to Blogger Dashboard >> Design >> Edit HTML and click Expand Widget Tempaltes.

4. Find (CTRL+F) the following code, in your template HTML code -

<div id=’content-wrapper’>
OR
<div class=’columns fauxcolumns’>

5. Now immediately after one of the above code, copy and paste the following code -

<b:if cond=’data:blog.url == &quot;http://yourblog.blogspot/p/forum.html&quot;’>
PASTE_CODE_FROM_NABBLE_HERE
</b:if>

6. Now replace PASTE_CODE_FROM_NABBLE_HERE with code you copied from Nabble (saved in notepad)

7. Save your template and find the following -

</head>

8. Immediately after above code, paste the following code:

<b:if cond=’data:blog.url == &quot;http://yourblog.blogspot/p/forum.html&quot;’>
<style type=’text/css’>
#content-wrapper {
display:none !important;
}
.columns, .fauxcolumns {
display:none !important;
}
</style>
</b:if>

9. Don’t forget to change http://yourblog.blogspot/p/forum.html to your blog forum address in all above codes.


blogspot, forum, tricks

5 Responses to How To Add (Create) A Forum to Blogger (Blogspot) For Free

  1. Angga September 7, 2010 at 4:57 pm #

    thanks for share, i’ll try this.

  2. gameboy September 18, 2010 at 4:27 pm #

    thanks …i must try for my games blog

  3. Saikrishna September 22, 2010 at 11:38 am #

    Hello Friend,I Above Trick Is Not Working In My Thesis Template And Also In Other Template Even After Ticking “Expand Widgets”
    I Can’t See These Codes

    OR

    Please Once Chek it out and Reply Soon
    Thanks For Your Effort On Helping Us :)
    Have A Nice Day….!

  4. colokango April 26, 2011 at 1:44 pm #

    Hi! Forgive for my ignorance but I have registered at nabble and can’t seem to figure out where the embedded html code is. Can anyone help.

  5. Tsenguun May 14, 2011 at 7:26 pm #

    Hi. Your guide worked thx. I was wondering how to use Latex on that Nabble Forum

Leave a Reply