Journal entries tagged “plugins”
Using a Vue app within a WordPress plugin (updated for Vite)
This post is an updated version of Using a Vue app within a WordPress plugin from 2020. This newer post uses vite instead of the vue-cli-service webpack. Creating a full-fledged Vue.js application inside a WordPress plugin takes a little bit of special setup to the two code libraries working together. Here I’ll show the way […]
How to use SVN for updating WordPress plugins
I’m a git user, and I always forget how to use SVN to update my WordPress plugins for the official plugins repository listing. Here is a reminder to myself. This assumes you have svn installed on your system already. The first thing is to make the updates in the git tracked folder. Don’t make them […]
New Plugin: New York Times Bestseller Lists
I just posted a new plugin to embed New York Times bestseller Lists on your site. It’s geared towards libraries, but it will work well for any use. Check it out, it’s cool! This was also my first experience listing a plugin in the WordPress plugin directory, which was interesting and not at all the […]