H5P Library/Content Upgrade
- Author: Tom Woodward
- Category: Tutorial, WordPress
- Tags: documentation, h5p
I like H5P. It is good. I did have some trouble figuring out library upgrades and subsequent content upgrades in the WordPress plugin. This video attempts to clarify the process for others.
Related posts
WP Rest API Tips
Cowboy Jason Stanley performing a riding trick at the Round-Up, Pendleton, Oregon flickr photo by UW Digital Collections shared with no copyright restriction (Flickr Commons) I’ve been doing quite a bit more with the WordPress Rest API lately. There’s plenty of documentation and tutorials out there but most of it still feels a bit scattered to me so I’m going to stick a few of the basics here and add a few things that have come up repeatedly that aren’t quite as basic. There’s an attempt here to move upwards in complexity with the examples but to keep them as clean as possible. This will deal entirely with getting the data. I haven’t done much with using the API to write or modify data. Get the Info There are many ways to get data depending on your library of choice or if you’re using vanilla JS. I’ve played with fetch and Axios on the lighter side and jQuery, Vue, and Angular (v1) on the heavier/more involved side of things. I’ll use jQuery in this version because it’s fairly popular but here’s a Vue example. The example below does a basic jQuery ajax call for the JSON associated with blog information. See the Pen simple jquery get of WP JSON for the site by Tom (@twwoodward) on CodePen. The URL Structure/Accessing […]
- Author: Tom Woodward
- Category: Examples, Tutorial, WordPress
- Tags: javascript, jquery, js, json, rest api, WordPress
Bootleg Daily Create
Given a different type of planning I’d have started with Alan’s Daily Create Theme but that’s now how these particular stars aligned. Instead I had a course site that was mostly built and had been polished in a variety of theme specific ways when the daily create idea came up. I didn’t really want to mess with switching themes etc. as time is getting short. Plus there was probably more than a bit of curiosity if I could stitch 80% of the functionality together via non-programmistan means. I turned to a few of my old standbys to get this done. The theme remains Flat Bootstrap. The plugins pulling the majority of the weight are- Feed WordPress– pulls in the student blogs, Flickr images, and possibly Twitter via this Gravity Forms– lets the site admins create daily create prompts in a structured way without needing to know exactly what they’re doing Display posts shortcode– lets us easily embed the participant submissions with the prompt Simply Exclude– will allow us to include/exclude categories from specific pages. In this case I just wanted to keep the Flickr generated daily create elements from cluttering up the main bloggregate page. I’m ok with showing blog submissions here even if they are daily creates. On the looks side, I’m using Jetpack to do the custom CSS […]
- Author: Tom Woodward
- Category: Tutorial, WordPress
- Tags: feed wordpress, nonprogramistan, plugins
Semi-Programistan and Other Conundrums
I can create basic child themes. I can make some low level plugins. I can take themes and plugins as they’re given and live with the shortfalls. Lately I’ve become (more?) interested with the space between those two options. Can I use one or two plugins to create the equivalent of on-the-fly-child-themes? Can I teach other people who aren’t interested in making child themes how to do it? How replicable are the design/building patterns? To parallel that line walking, I’ve repeatedly tried to deal with the example/tool/tutorial structure in a way that might get people curious. Building lists of tools doesn’t appear to have advantages long term. I’ve done that too many times. Plus it puts the focus on the wrong element from the start. At the same time people need to see the association between tool and possibility. You can’t walk into these things saying “The tool/technology doesn’t matter.” The technology only becomes like air once it’s already shifted how you think- and probably in a permanent way. We no longer really think about how writing may have done things to us. Things far beyond the idea that we don’t remember things as well. Even different forms of writing may alter how we think/behave. To really think about this stuff requires a bigger picture view than most people are […]
- Author: Tom Woodward
- Category: Tutorial, WordPress
- Tags: bootstrap, examples, facetwp, gravity forms, plugins, tutorial