Symplify creates experiments, popups, surveys, and heatmaps, and collects visitor recordings on your website. This is made possible by adding a unique javascript snippet to your website. The snippet is the link between Symplify and your website and allows us to manipulate the front-end of your website through Javascript and CSS.
Every time you save or edit your project, the snippet updates and the cache is cleared. The snippet is hosted on a CDN server for the best possible performance and reliability.
All the information and code we use are included in the snippet, also for the best performance and reliability.
Javascript / jQuery
The javascript / jQuery code (generated by the WYSIWYG-editor or the one you added manually) is added to the implementation script and is executed on document ready (by default). This can however be changed if you are experiencing "flicker". Read here how to avoid "flickering".
CSS
The CSS code (generated by the WYSIWYG-editor or the one you added manually) is added to the website as a style element in the head tag and is executed instantaneously as soon as the script has loaded. Changes done with CSS are faster than the ones added with javascript/jQuery so we recommend using CSS for your changes as far as possible.