Do you know that you can add a forum in your bloggers blog,you can let your readers interact and discuss different topics.Its really cool: i have recently added too,you can
check it out.
Follow these steps if you like to add a one to your blog:
Instructions:
1.
Create and publish a static page on your blog where your forum will be linked
2.Create a forum at
Nabbles
3.Goto bloggers >>Dashboard>>Design>>Edit HTML>>tick the expand widget template
Find the following codes
<div id='content-wrapper'>
if you cannot find it look for this code (new templates)
<div class='columns fauxcolumns'>
Copy and paste the codes below above/before it
<b:if cond='data:blog.url == "http://gugunte.blogspot.com/p/gugunte-forum.html"'>
PASTE_CODE_FROM_NABBLE_HERE
</b:if>
*Replace the
red code with your static page link and replace the
blue highlight with the nabbles forum code
4.Save you template
Now follow this step to hide everything(sidebar widgets,contents...)and only your forum will be seen.
ok,now find for this code in your template
</head>
Copy and paste the codes immediately above/before it
<b:if cond='data:blog.url == "http://gugunte.blogspot.com/p/gugunte-forum.html"'>
<style type='text/css'>
#content-wrapper {
display:none !important;
}
.columns, .fauxcolumns {
display:none !important;
}
</style>
</b:if>
*Again replace the red code with your static page link
Thats it:you're done: i hope it works for you:Good Luck...