https://github.com/gedex/wp-gh-profile-widget
Plugin extension for GitHub API plugin for showing off GitHub profile in a widget.
https://github.com/gedex/wp-gh-profile-widget
Last synced: over 1 year ago
JSON representation
Plugin extension for GitHub API plugin for showing off GitHub profile in a widget.
- Host: GitHub
- URL: https://github.com/gedex/wp-gh-profile-widget
- Owner: gedex
- Created: 2014-04-17T16:58:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-25T14:01:32.000Z (about 12 years ago)
- Last Synced: 2025-02-15T08:24:32.767Z (over 1 year ago)
- Language: PHP
- Homepage: http://wordpress.org/plugins/gh-profile-widget/
- Size: 375 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GitHub Profile Widget
Plugin extension for GitHub API plugin for showing off GitHub profile in a widget.
**Contributors:** [akeda](http://profiles.wordpress.org/akeda)
**Tags:** [github](http://wordpress.org/plugins/tags/github), [profile](http://wordpress.org/plugins/tags/profile), [widget](http://wordpress.org/plugins/tags/widget)
**Requires at least:** 3.6
**Tested up to:** 3.9
**Stable tag:** trunk (master)
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
**Donate link:** http://goo.gl/DELyuR
## Description ##
The profile appearance mimics the profile page in GitHub. You just simply enter GitHub username and theme for the widget to show off the GitHub profile in a widget.
This plugin depends on [GitHub API](http://wordpress.org/plugins/github-api/) plugin. Make sure to install and activate that first.
**Development of this plugin is done on [GitHub](https://github.com/gedex/wp-gh-profile-widget). Pull requests are always welcome**.
## Installation ##
1. This plugin depends on **GitHub API** plugin, so make sure it's installed and activated.
1. Upload **GitHub Profile Widget** plugin to your blog's `wp-content/plugins/` directory and activate.
1. The widget is now available with the name **GitHub Profile Widget** in your **Appearance** > **Widgets**
## Screenshots ##
### Widget with "dark-background" theme rendered in twentyfourteen

### Widget with "light-background" theme rendered in twentytwelve

### Widget instance

## Changelog ##
### 0.2.0 ###
* Removes octicons as it's now being registered by github-api plugin
* Enqueues styles only when the widget is active
### 0.1.0 ###
Initial release