Spending some time today updating the GlowBlogs embedding content examples, microbit & scratch projects, pdfs and a ton more.
Tag: wordpress
H5P interactive content in Glow Blogs
Well I am quite excited. There is a new plugin in Glow Blogs, H5P. This is quite different from anything else in blogs.
H5P is a system for creating interactive HTML5 content. It can work inside several types of publishing platforms including WordPress.
The range of content types that you can create with H5P is pretty wide. Some are ways of presenting material, accordions, image galleries. Others are learning activities, quizzes, multi-choice questions, word searches and crosswords. More sophisticated types include interactive video. Videos can be paused by viewers to respond to questions and quizzes and 360 tours. Responses to quizzes, cloze procedures etc are gathered from logged on users.
You can combine these content types , or display them on a blog in different ways.
I’ve spent a bit of time making some simple examples for Glow Blogs which has allowed me to start to think about how best to use these.
I’ve also started to build up a small bank of resources for spelling for my class: igh example. So far I am only scratching the surface.
I’ve always enjoyed making online resources for my classes to use. but these can take a lot of time and can be difficult to make presentable or present. The H5P plug-in solves many of these problems and are made “inside” the blog.
Having them on a blog allows resources to be quite easily organised. The Display Posts plug-in or using the make theme helps. Post listing in Gutenberg will be useful too.
Here are a couple of examples embedded from Glow Blogs.
A 360 tour:
and a fill in the missing words exercise.
WordPress logon redirect
I’ve had to search for this one several times so putting it here so that it might make it stick or be easier to find.
Sometimes working with my pupils I want to send them to a blog, have them logged on but not go to the dashboard.
the login url has a redirect_to parameter.
So I I use a url like
blog-address/wp-login.php?redirect_to=page-I-want-the-pupil-to-go-to
Where blog-address is the blog I want them to log on to and page-I-want-the-pupil-to-go-to is a relative or full url
I often share notes to my class via AirDrop and hide long urls but typing a name, selecting it and making it a link, ⌘-k on mac. Unfortunalty you have to create linked text in another app on iOs and paste it in.
Drummer to WordPress!
Frank’s technique works. This is my second test.
The possibilities for using Drummer just opened up for me. The script looks as if it is going to open my eyes a bit. I’ve only really scripted posting to WordPress via XML-RPC using AppleScript. I am guess tags and categories could be handles in the same way Frank get the image and inlineImage attributes from items?
This could be delightful.
Frank,
This is really exciting. Thanks so much. I am going to try asap.
In this episode, Josepha is joined by the co-founder and project lead of WordPress, Matt Mullenweg. Tune in to hear Matt and Josepha discuss the relaunch of CC Search (Openverse) in WordPress and t…
Openverse sounds like a great idea, a built in Creative Commons search to the WordPress media library would be great for Glow Blogs.
I am often searching my blog for the time I notice some natural event, the first snowdrop, cuckoo or the like. This requires looking through a few posts. I though I could make something that woud search and sort by day and month, not year. This is it.
The latest version of Semantic-Linkbacks has fixed facepiles on my blog. I always grateful, even though I don’t do much about it for all the work of the #Indiweb and #WordPress developers.
An Advent Calendar in #GlowBlogs
I’ve been asked about this sort of thing a few times now and not had an answer. It came to me on Friday, but I couldn’t test it at lunchtime as we had no internet in school.
I’ve played around with the idea this weekend and it works. Of course it could be a lot prettier.
Basically I’ve set up an Advent Calendar where you can click on doors to revel information. You can only see the content that has been published and the info is qued up in Scheduled posts (pages in this case).
Using the Draw Attention and my favourite Display Posts plugins. Here is the Demo: Advent Calendar – An Example Glow Blog for Christmas
Here is a gif.
Where did my webmentions go?
A couple of days ago I noticed the webmentions from bridgy had stopped coming in to this blog. It took me a while but I eventually noticed that the icons an links to syndicated posts were not showing up on my posts.
Turns out (I think) that when sempress got updated the space for these links moved to the entry-footer.php file in the theme, I had a entry-footer.php in my child theme. I’ve not had the time to figure out exactly what was going on but removing my child’s entry-footer.php file has sorted it in the meantime. I now need to figure out why I had put it there in the first place.
I am again reminded about the technical debt in using IndieWeb technologies on this blog without the full understanding of what is going on.