forked from martymcguire/wp-thingiverse-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
68 lines (41 loc) · 2.59 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
=== Thingiverse Shortcode Plugin ===
Contributors: schmarty
Requires at least: 3.0
Tested up to: 3.0.1
Stable tag: trunk
Tags: thingiverse, shortcode, embed, object, stream, rss
Allows the use of a [thingiverse] shortcode to embed <a href="http://www.thingiverse.com">Thingiverse</a> Things in a post or page. Also includes a Thingiverse Stream widget for embedding Thingiverse streams in sidebars.
NOTE: I am not affiliated with Thingiverse, but I do want to embed the Things that I make there into my blog from time-to-time. :)
== Description ==
Instead of copy-pasting info about a [Thingiverse](http://thingiverse.com/) object into your posts, embed them with a simple [thingiverse] shortcode.
Want to display your most recently uploaded, created, or liked objects? You can do that, too, with the Thingiverse Stream widget!
= Thing Embedding =
For example, to embed [thing:1842](http://www.thingiverse.com/thing:1842) enter this in a post or page:
[thingiverse thing=1842]
It is that simple.
= Stream Embedding =
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>/things
- `like` - content from http://www.thingiverse.com/<User>/favorites
- `made` - content from http://www.thingiverse.com/<User>/made
*Global Streams*
- `featured` content from http://www.thingiverse.com/featured
- `newest` content from http://www.thingiverse.com/newest
- `popular` content from http://www.thingiverse.com/popular
- `derivatives` content from http://www.thingiverse.com/derivatives
- `made-things` content from http://www.thingiverse.com/made-things
= Custom Formatting =
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` - The `widget` method renders the stream.
- `templates/thing.php` - Template for [thingiverse] shortcode embeds.
== CHANGELOG ==
View the [CHANGELOG](http://svn.wp-plugins.org/thingiverse-embed/trunk/CHANGELOG) to see what has changed between versions.
== Installation ==
1) Download the plugin zip file.
2) Unzip.
3) Upload the `thingiverse-embed` directory to your wordpress plugin directory (`/wp-content/plugins`).
4) Activate the plugin.
5) Use the [thingiverse] shortcode in your posts or pages, or add Thingiverse Stream widgets to your sidebars!