This plugin is intended for developers, although any WordPress with knowledge of HTML and Javascript can use it.
The stress of plugin is on simplicity, which also gives developers open hands to do customization as preferred..
There is setup page on admin panel menu item ' Tools It is important to understand how plugin works, and that you should divide javascript that places cookies into working horse part.
On the plugin settings page, you should give short information about cookies or other similar technologies used and ID of the page.
Two examples, css example1.css and css example2.css are given to show different styling of this info window.
Then you have to enter code in the header and footer, which places cookies and the code that calls that code, separately.
There is also possibility to enter custom code which will run on window load event.
I decided at this time that as this plugin is intended for developers, you should do your own styling, while I provide two common examples of styling, css example1.css and css example2.css.
Ideally, you should put styling in your stylesheet, or however you find more appropriate..
Browse the code, check out SVN repository, or subscribe to the development log by RSS..
Read more