• Made a vanilla JS gallery and want to convert it to a WordPress plugin for free and premium. I am a little lost on some things.

    I searched around for a proper WordPress plugin tutorial but they all seem from back in 2014 and below and I know WordPress gets updated numerous times. So I am wondering if there a 2016 quick and dirty tutorial to get my plugin up and running?

    Also, how do you license these things? Yes, I know about the GPL I mean how do you apply it to a digital product on your site and administer licensing codes?

    Or should I just post a simple price and damn the license?

    Also, does WordPress.com let you use plugins or do I need a real WordPress site that is web-hosted to do it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey,

    Plugins are just some files packed a .zip which people can install, so it’s more about learning how you can integrate it with WordPress. Maybe this book can help you with that: https://www.amazon.in/Professional-WordPress-Development-Brad-Williams/dp/1118987241?tag=googinhydr18418-21&tag=googinkenshoo-21&ascsubtag=e2e37d6c-c87f-4111-b38a-b39e542cc20d

    Or you can try to search Udemy for some video courses. It’s about you how you want to implement it, like using a custom panel, post type or shortcodes.

    And for the license thing, you can use Easy Digital Downloads which allows you to do that. Not sure WooCommerce, but they should have one too. And no, WordPress.com won’t let you use plugins.

    Hope it helps. ??

    Thread Starter meshsmith

    (@meshsmith)

    Yes it does help a lot, thank you.
    Guess I am paying for something because none of the options I’ve seen have free licensing on them, oh well, I’ll bite the bullet if that is what it takes.

    You should work on the product first. Everything comes after that. ??

    Thread Starter meshsmith

    (@meshsmith)

    Well, I technically have a ‘finished’ build in pure JavaScript:
    https://www.sitepoint.com/community/t/need-assistance-with-my-svg-plugin/221125

    But I can’t sell that because it comes off as a library and the members of the site told me no one would buy a library.

    My intention was to sell both a normal script and WP plugin. So, I am basically spending the entire weekend getting a working plugin up and hope it was worth the effort.

    Also, would anyone know of a good screen capture that is free or at least doesn’t leave a watermark all over everything?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you need help with something in particular when developing a plugin for the www.ads-software.com repository? If you’re completely unsure about how to do things, maybe look at the Hello Dolly plugin. This plugin is meant to show you how easy it is to build a plugin.

    Thread Starter meshsmith

    (@meshsmith)

    Can I have the repository version on my own site to download while having the required and approved version on www.ads-software.com?

    I get the gist of what is needed for the plugin, the Main part which has me scratching my head is how to display a preview. Right now I assume it’s just a window with using the same script.

    This is a familiar feeling honestly when I first learned JavaScript, the “shaves/nervousness” of not knowing what to do. It will go away sooner or later.

    Also, looking at the rest of the forum, this doesn’t feel like I should be talking this here but a more plugin-specific forum, this feels more towards the CMS itself and the compatibility of parts. If you guys happen to have a plugin-specific forum I could go to I would gladly do so.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Starting at level zero selling’ is closed to new replies.