how to use jquery plugins in wordpress

by 4 replies
5
Hi

I am trying to learn how to place jquery plugins such as this jquery form in wordpress. Is it possible? Can anyone let me know how i can do it?

Thanks.
#programming #jquery #plugins #wordpress
  • Certainly possible.
    How to do it would be a long tutorial.
    Integrating jquery plugins or functionality such as this is typically done by creating a plugin.

    You could hardcode this into the WP theme, but that would be kinda crazy to do.

    There are actually many WP plugins that already have this functionality.
    If you do an example search like "wp tab plugin" you'll come up with dozens of results.

    If your strictly doing this to learn how to do it (not because you need this on your site), then you'll want to learn how to create a WP plugin, then the jquery plugin your interested in would just be an asset used in your new WP plugin.
  • Pick up a few local college courses I wouldn't recommend the online route.

    WILL-
  • You can do it easily you just need to create simple plugin, it is easier than you think and enquque the jquery plugin and essential CSS files to work it.

    Here is simple tutorial I found which talks about converting a Jquery plugin into WP plugin..
    How to turn any jQuery plugin into a WordPress one | jdmweb


    Regards,
    Mohsin
    • [ 1 ] Thanks
  • Thanks all for the advices. Think i found the plugin that will i need.

Next Topics on Trending Feed