Add a custom script

Dev-HarryAdney
6 Posts
Dev-HarryAdney posted this 22 April 2026
Ask a Question

Hi,

I need to add a custom script (JavaScript) to a few of my pages. They are innocuous, all they do is return search results in a table. I already have the script, I just need a way to add it to the associated pages.

How can I do this please?

Thanks,
Martin

Vote to pay developers attention to this features or issue.
8 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 22 April 2026

Hello Dev,

Nicepage provides HTML element where you can add any custom HTML, CSS or JS.
Please note that styles should be wrapped with <style> tags, and scripts should be wrapped with <script> tags in the usual way.
To make the script work please check the following article (second example):
https://nicepage.com/doc/29438/run-custom-jquery

If the custom code should be added to the page HEAD section (before BODY) you should add the script to the Site Settings >> HTML >> Additional HEAD HTML. Please remove HTML comments from the code. They look as follows:
<!-- some text -->
If the script should be added to the page BODY, then add an HTML element to the Header or Footer and then insert the script. The script should be executed in the browse preview or directly on the server. It depends on the script.

...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Dev-HarryAdney
6 Posts
Dev-HarryAdney posted this 22 April 2026

Hi Anna,

Thank you so much for the very fast response.

Kind regards,

Martin Dimmock

Support Team
Support Team posted this 22 April 2026

Hello Dev,

You are welcome.
Please reach out if you need any assistance or have further questions.

...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Dev-HarryAdney
6 Posts
Dev-HarryAdney posted this 23 April 2026

Is it possible to use Footable? I'm using the desktop app, though, not WordPress or Joomla.

Support Team
Support Team posted this 23 April 2026

Hello Dev,

It depends on how Footable is implemented. If the code can be implemented via custom HTML, CSS, and JavaScript you can use it with your desktop editor.
...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Dev-HarryAdney
6 Posts
Dev-HarryAdney posted this 23 April 2026

Thanks Anna

Support Team
Support Team posted this 24 April 2026

Hello,

Sure, you are welcome.
Let us know if you have any other questions.
...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Dev-HarryAdney
6 Posts
Dev-HarryAdney posted this 24 April 2026

Very helpful.

You must log in or register to leave comments