My site uses Server Side Include (SSI) files for inserting common menus, buttons, banners, etc, on each page. Can I dynamically include this content within my FusionBot generated search results page as well?

Silver and Gold customers can include remote files as part of their search templates, in order to insert dynamic content into their templates on the fly.

For example, if you use Server Side Include (SSI) files for your site's menu structure or ad banner rotation, these same files can be remotely called and included within your FusionBot template by using the following syntax:

$LGK_REMOTE(https://www.yourdomain.com/file-to-include.shtml)

When a query is conducted, the FusionBot parser analyzes your search template, and when encountering the $LGK_REMOTE() syntax, will make a call to the specified URL included within the parentheses, replacing the $LGK_REMOTE() syntax with the actual content returned by your server.

This prevents you from having to insert static HTML into your FusionBot template, whereby each time the content changes within your include files, you would be required to change / update your FusionBot template as well.

<< Previous FAQBack to FAQ ListNext FAQ >>