|
| | SiteExpert's Site Tools Integration
SiteExpert's tools can be included on any web page simply by including a small line of
script on your web page where you want the guest book, web log, or survey to be displayed. This
script references the SiteExperts.com server where we automatically process and generate a script
specific to your site. Including your tool on your web-page is as simple as copying the following HTML onto your web page
and inserting your appropriate tool identifier. The tool's output is displayed wherever this script
fragment is included. In the Tool Manager you can get this fragment
generated automatically for you by selecting HTML Fragment for the specific tool. You can then copy
and paste this fragment directly into your web page.
<SCRIPT>
var ts = Math.random()
document.write("<SCRIPT SRC='http://www.SiteExperts.com/tools/run.asp?id=identifier&" +
location.search + "&ts=" + ts + "'><\/SCRIPT>")
</SCRIPT>
If you are familiar with CSS you can use CSS (Cascading Style Sheets) to customize the display of your tool.
You can learn more about how to apply CSS to your tool in our Style Sheet SDK.
|