PluginProbe
Github Embed / 1.1
Github Embed v1.1
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1
← All changes | readme.txt +16 -2 1.01.1 View file →
@@ -3,14 +3,23 @@
3 3 Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=github-embed
4 4 Tags: github, embed, oembed
5 5 Requires at least: 3.5
6 6 Tested up to: 3.5.1
7 -Stable tag: 1.0
7 +Stable tag: 1.1
8 8
9 9 == Description ==
10 10
11 -Plugin that allows you to embed details about a github user, or repo just by pasting in the repo URL as you would any other embed source.
11 +Plugin that allows you to embed details from github just by pasting in the URL as you would any other embed source. Currently supports:
12 12
13 +* GitHub repositories
14 +* GitHub user profiles
15 +
16 +Coming soon:
17 +
18 +* Gists...
19 +
20 +The plugin provides very basic styling, but adds classes so you can style as you see fit. If anyone has some ideas for a better default stylesheet - pull requests welcome!
21 +
13 22 == Installation ==
14 23
15 24 1. Upload the plugin to the `/wp-content/plugins/` directory
16 25 2. Activate the plugin through the 'Plugins' menu in WordPress
@@ -22,9 +31,14 @@
22 31 Not yet, we're hoping to add templating - all contributions welcome!
23 32
24 33 == Screenshots ==
25 34
35 +1. GitHub Repository
36 +2. GitHub user profile
26 37
27 38 == Changelog ==
39 +
40 += 1.1 =
41 +Default CSS and more styling
28 42
29 43 = 1.0 =
30 44 First release