Services: contains include files you switch on in FirstMagic Preferences. They are used to insert third-party content, or to extend the website functionality and layout in other ways.
Two of them are special - Homepagefooter and Homepageheader: these are normal FirstClass Documents. The others are HTML includes.
By utilizing the Services Includes, you can extend the website in all kinds of ways - by adding banner ads, Google Ads, inline ads, extra content sidebars, headers or footers, custom menus, or third-party services of any kind.
Services files Overview
Homepageheader adds an extra content area just below the Top Menu on the Homepage. You do not need to use code here, but can fill it with regular FirstClass content.
Homepagefooter adds an extra content area to the bottom of the Homepage. You do not need to use code here.
websiteheader.inc adds a HTML area over (or behind) the logo area on all pages. It is the perfect spot to insert banner ad code.
websitebottom.inc adds a HTML area to the bottom of all pages.
websitewing.inc: adds a HTML area that generates a column to the right of all pages. It has a max-width of 180 pixels.
customsidebar.inc: adds a HTML area to the top of your regular sidebar.
Ensembleterms.inc: is for language customizations: it replaces the default website terms if you activate it in the language field on Tab 1 in FM Preferences.
Meta.inc is for metadata: it will insert code between <head></head> in the website rendering templates. This is for stuff like meta tags or javascripts that third-party services needs to output in that location - not for anything that would be visible on your website.
|