Post in category

How to embed a script in a website

Updated this month

Embed code in the web

If you haven't found your platform in the tutorials, don't worry. Foxentry can be embedded on any html or php website. Just paste the Foxentry code you find in your administration and paste it into the footer of your site before the </body> tag.

  1. In the detail of your project, click on Integration.
  2. Copy the script code from the left side of the screen.
Integrace


If you use a simple html page, you will have these tags directly in index.html, which is the homepage of your site. However, a much more common solution is a larger website, eg in php, where the header is defined in a separate file (eg header.html) and is inserted into each subpage only by a "link"

<? php

include includes includes / header.html ’;

?>

This way, when changing the header, you do not have to edit each subpage - just edit eg header.html in the includes folder and the changes will be automatically reflected in all subpages. If this is the case for you, just paste the Foxentry code into the file.

Still having trouble? Leave us a note.