https://github.com/wellflat/wp-github-card
WordPress GitHub Profile Card Plugin
https://github.com/wellflat/wp-github-card
github wordpress-plugin
Last synced: 2 months ago
JSON representation
WordPress GitHub Profile Card Plugin
- Host: GitHub
- URL: https://github.com/wellflat/wp-github-card
- Owner: wellflat
- Created: 2018-05-13T14:57:59.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T09:30:12.000Z (over 1 year ago)
- Last Synced: 2025-03-21T07:17:54.215Z (over 1 year ago)
- Topics: github, wordpress-plugin
- Language: PHP
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WP GitHub Card

Contributors: wellflat
Donate link:
Tags: github, shortcode
Requires at least: 4.9.6
Tested up to: 6.7.1
Requires PHP: 8.2+
Stable tag: 2.4.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin provides simple GitHub profile summary card.
* [WP GitHub Card — WordPress Plugins](https://wordpress.org/plugins/wp-github-card/)
### Description
This is a plugin which gives you a small card to show your GitHub user profile summary. You just have to put shortcode.
**Features include:**
+ GitHub account name and avatar
+ recently active repository
+ frequently used language list sorted by repository's stargazers count
+ public repositories and gists count
+ followers count
+ total stargazers count
**Notice:**
This plugin caches GitHub user profile data into the database (expires 4 hours).
### Installation
1. Install "WP GitHub Card" via the WordPress.org plugin directory or uploading the files to your server.
2. Activate the plugin.
3. Put shortcode '[github-card user={GitHub account name}]' in your page.
### Screenshots
1. GitHub profile card screenshot
2. usage
### Changelog
= 2.4.0 =
* required php8.2 or later
= 2.3.0 =
* migrated twig v2 to 3
= 2.2.0 =
* tested php8.0, 8.2
= 2.1.0 =
* required php7.4 or later, added typed properties
= 2.0.0 =
* required php7.3 or later, end of support php5
= 1.0.1 =
* bugfix
= 1.0.0 =
* Initial working version.