Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: The New MadBomber Marketing and SEO Forum
Topic ID: 376
Message ID: 1
#1, RE: 4 Adding RSS/BlogBomb to Your Pages SSI and htaccess
Posted by Kurt on Dec-06-07 at 03:39 PM
In response to message #0
BBX2 has an SSI tag generator.

Just log into your admin

click < Update Pheeds > for the category you want to use

Scroll to "Generate Special SSI Tag" and fill in the basic info.

You'll get an SSI tag that looks something like this:
<!--#include virtual="/cgi-bin/BBX2/feedsearch_ssi.cgi?cat=5&keywords=kittens&mode=all&results=15" -->

This will work on all pages in your root/main folder on your site.

If your pages are in a subfolder, such as:
www.yourdomain.com/SubFolder/page.html

Then you need to tell the tag to "move up" a folder and add a couple of dots:
<!--#include virtual="../cgi-bin/BBX2/feedsearch_ssi.cgi?cat=5&keywords=kittens&mode=all&results=15" -->

Sometimes you need to add two more dots and another slash, if you're in a sub/sub folder:
<!--#include virtual="../../cgi-bin/BBX2/feedsearch_ssi.cgi?cat=5&keywords=kittens&mode=all&results=15" -->