UI Deploy

Curated, Short, Web UI Dev we Love.

Taking Control of the CSS/JS that WordPress Plugins Load

How Some Plugins Work Now

Let's take a real-world example. The WP-Polls plugin. I think it's a nice plugin. Does a good job with polls. I use it here on CSS-Tricks.

To put those polls on your site, it needs some JavaScript to handle the functionality (i.e. voting and seeing results without a page refresh) and CSS to style the poll widget (the results bars and whatnot).

view source

Advertisement