how to use jquery plugins in wordpress

by twk326
4 replies
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.
#jquery #plugins #wordpress
  • Profile picture of the author David V
    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.
    {{ DiscussionBoard.errors[8013556].message }}
  • Pick up a few local college courses I wouldn't recommend the online route.

    WILL-
    Signature
    WebDevelopmentGroup NYC & CA- Small Business Web Development, App Development, WordPress Development, Graphic Designs, Online Marketing, Local Marketing & more!. "Call us 1.800.219.1314 or message us!". Visit us today! "Now On Live Chat Mon-Fri.". www.WebDevelopmentGroup.org
    (Whitelable our Services)
    ===================================
    ==> #1 OFFLINE MARKETING FORUM ON THE WEB! <==
    www.OFFLINEMARKETINGFORUM.com
    (Register Now)
    {{ DiscussionBoard.errors[8013808].message }}
  • Profile picture of the author Mohsin Rasool
    Originally Posted by twk326 View Post

    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.
    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
    {{ DiscussionBoard.errors[8014755].message }}
  • Profile picture of the author twk326
    Thanks all for the advices. Think i found the plugin that will i need.
    {{ DiscussionBoard.errors[8015436].message }}

Trending Topics