The Big Spring Sale! Up to 50% off!

Help implementing

ionut.ady97
4 Posts
ionut.ady97 posted this 29 September 2021
Ask a Question

Any chance I could implement this to my website? How could I? Thank you!

Integrating PushAlert into your website is easy, since you have HTTPS enabled on your website, you just need to follow these 2 steps:

Upload the following file into the website root ('public_html','html') directory (required).

Files: sw.js

Insert this code into your website (lucmirdelivery.ro), preferably just before the head tag ends.

    (function(d, t) {
            var g = d.createElement(t),
            s = d.getElementsByTagName(t)[0];
            g.src = "https://cdn.pushalert.co/integrate_c993603137b015077ceb612c092aae0f.js";
            s.parentNode.insertBefore(g, s);
    }(document, "script"));
Any chance I could implement this to my website? How could I? Thank you! Integrating PushAlert into your website is easy, since you have HTTPS enabled on your website, you just need to follow these 2 steps: Upload the following file into the website root ('public_html','html') directory (required). Files: sw.js Insert this code into your website (lucmirdelivery.ro), preferably just before the head tag ends. (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "https://cdn.pushalert.co/integrate_c993603137b015077ceb612c092aae0f.js"; s.parentNode.insertBefore(g, s); }(document, "script"));
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 29 September 2021

Hi Sorin,

You cannot upload some external files directly to our hosting, but you can have the file located on some cloud and add the provided code under the Site Settings >> HTML >> Additional Head HTML and change the path to the file location you have chosen.
Probably you may need to wrap this code into the script tag.

...................................................
Sincerely,
Hella
Nicepage Support Team

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

Hi Sorin, You cannot upload some external files directly to our hosting, but you can have the file located on some cloud and add the provided code under the Site Settings >> HTML >> Additional Head HTML and change the path to the file location you have chosen. Probably you may need to wrap this code into the script tag. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments