thingiverse-press is a fork from original thingiverse-embed wordpress plugin. tested at wordress 6.2 and support for PHP 8
This plugin let you embed Thingiverse Things into your posts and pages, and embed a Thingiverse Stream widget into your sidebars.
To install:
- Clone this repository to thingiverse-press/
- Copy the thingiverse-press/ directory to your Wordpress' plugins directory.
- Activate the plugin
- Embed some [thingiverse] shortcodes and Thingiverse Stream widgets!
For example, to embed thing:3678135 enter this in a post or page:
[thingiverse thing=3678135]
The Thingiverse Stream widget allows you to embed Thingiverse streams into your sidebars. To use it, simply drag-and-drop the Thingiverse Stream widget to a sidebar and configure it.
There are two types of streams: Global and User. User streams require you to specify a Thingiverse username.
User Streams
designed
- content from http://www.thingiverse.com/< User >/designslike
- content from http://www.thingiverse.com/< User >/likesmade
- content from http://www.thingiverse.com/< User >/makesfavorites
- content from http://www.thingiverse.com/< User >/favoritescollections
- content from http://www.thingiverse.com/< User >/collections
Global Streams
featured
content from http://www.thingiverse.com/featurednewest
content from http://www.thingiverse.com/newestpopular
content from http://www.thingiverse.com/popularderivatives
content from http://www.thingiverse.com/derivativesmade-things
content from http://www.thingiverse.com/made-things
Once installed, you can customize the look of your Things on the following files:
styles.css
- CSS for both Streams and individual Things.thingiverse-stream-widget.php
- Thewidget
method renders the stream.templates/thing.php
- Template for [thingiverse] shortcode embeds.