View Firespring Code


Firespring Site Code

This code is active on all of your site's pages. If you want to view Firespring code for a specific page, select a page in your site structure first.
Last modified
10/25/2018
Is this code active?
Header code
This code has been added to the <head> of all of your site's pages.
<script>

if (foo == 'bar') {
	foo = 'bar';
} else {
	foo != 'bar';
}

</script>
Footer code
This code has been added before the </body> tag on all of your site's pages.
<script>

if (foo == 'bar') {
	foo = 'bar';
} else {
	foo != 'bar';
}

</script>