A forum is a must for every blog with increasing readership.
Forums are entirely different from blogs. Forums let your readers interact with each other, create new topics/discussions and some of them even moderate the forums along with you.
But in free Blogger/BlogSpot blogs, you are not allowed to create a sub-domain or even a new directory (an online folder). So hosting a forum seems impossible, but not anymore.
Instructions to Add a Forum To Your Blog:
STEP #1:
Create and publish a new static page on your blog, exclusively for a forum. As an example, check out my forums-static-page here:
STEP #1:
Create and publish a new static page on your blog, exclusively for a forum. As an example, check out my forums-static-page here:
http://vikasmantra.blogspot.in/p/please-help-me-forum.html
STEP #3:
Go to Blogger Dashboard -> Design -> Edit HTML and mark the tick-box "Expand Widget Tempaltes".
STEP #4:
Find (CTRL+F) this code, in your template:
<div id='content-wrapper'>
If you are not able to find the above mentioned code, then find (CTRL+F) this one (for new templates made for Blogger Template Designer)
<div class='columns fauxcolumns'>
And immediately ABOVE/BEFORE it, paste the code you got from Nabble, with this ADDITIONAL code (Highlighted in BLUE and RED):
<b:if cond='data:blog.url == "http://vikasmantra.blogspot.in/p/please-help-me-forum.html"'>
PASTE_CODE_FROM_NABBLE_HERE
</b:if>
STEP #5:
Save your temaplate. STEP #6:
This step will HIDE everything from your blog (post content, sidebar widgets etc.) and ONLY forum will be visible in your forum-page.
Find this code in your template:
</head>And immediately ABOVE/BEFORE it, paste this code:
<b:if cond='data:blog.url == "http://vikasmantra.blogspot.in/p/please-help-me-forum.html"'>NOTE (Important): Replace the code in RED, with the link to your forum-page.
<style type='text/css'>
#content-wrapper {
display:none !important;
}
.columns, .fauxcolumns {
display:none !important;
}
</style>
</b:if>
That's it, a new forum on your blog is ready.
Now, Invite your readers and friends to join you at your forums.
No comments:
Post a Comment
Do you have any opinion, please leave a comment or share this post in your social network Also feel free to contact us OR drop your problem below in comment section.!!