“I spent some time this morning doing a dry run through setting up a suite of IndieWeb plugins on a fresh WordPress installation. Going off of a scant outline I talked for almost two hours describing IndieWeb functionality as I set it all up.”
“I spent some time this morning doing a dry run through setting up a suite of IndieWeb plugins on a fresh WordPress installation. Going off of a scant outline I talked for almost two hours describing IndieWeb functionality as I set it all up.”
π§ Listened to “An Indieweb Podcast Episode 0” by David Shanske and Chris Aldrich.
I really enjoyed this pilot episode! I was particularly interested in some of the discussion around annotations for audio. I think I’ll spend some time noodling on using Jon Udell’s clipping tool to generate shareable snippet URLs, and updating my webmention handling to try and turn mentions with media fragment timestamps into pretty annotations.
https://david.shanske.com/2018/03/18/an-indieweb-podcast-episode-0/
“For my new workflow, I still manually post the same photo to Instagram and my website, but now I copy the Instagram URL and add it as a syndication link on the original WordPress photo post. […] Itβs not an ideal solution but for me, it works better than the other solutions I tried.”
For a while now, I’ve wanted to embed an RSS feed of the latest stuff I’ve printed from Thingiverse on MakerBot 131’s page. To kick things off, I asked Zach to implement an RSS feed of the Thing’s I’ve Made page on Thingiverse.
It’s been awhile, but I’ve finally gotten around to creating a Wordpress plugin that I’m calling Thingiverse Embed.
[[thingiverse thing_id=“1046”]]
Becomes:
[thingiverse thing_id=“1046”]
The plugin also includes a Thingiverse Stream widget, for embedding streams like “Things I’ve Made” as a simple sidebar widget. It just needs to be configured with the title, the type of stream you want to use, the Thingiverse username (for certain streams), and the maximum number of Things to display.
You can see this example on the page for MakerBot 131.
You can download the latest version of the Thingiverse Embed plugin from the Wordpress Plugins directory:
Or you can download thingiverse-embed-0.1 here.
To install it, unzip the archive, copy the thingiverse-embed
directory into your Wordpress install’s plugins directory (usually /wp-content/plugins
), and activate the plugin.
You’ll probably want to check out the thingiverse-embed/readme.txt
for more information about how to use the plugin.
In addition to the Wordpress Plugins SVN repository, you can also find the code for this plugin in the wp-thingiverse-embed repository on GitHub, for your forking pleasure.
It’s been fun a fun weekend developing this plugin, as it’s my first Wordpress plugin, and the first “serious” PHP I’ve written. Of course, it is filled with nasty HTML parsing and XPath tricks, and could use lots of cleanup, so please give me feedback if you use it!