WordPress plugin to show Github profile summary through their API.
Author: | Manoj Kumar (profile at wordpress.org) |
WordPress version required: | 5.2 |
WordPress version tested: | 5.8.2 |
Plugin version: | 1.0.1 |
Added to WordPress repository: | 18-12-2021 |
Last updated: | 21-12-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 0 |
Rated by: | 0 |
Plugin URI: | https://github.com/M4N0JKUM4R/WordPress-Githu... |
Total downloads: | 464 |
Click to start download |
???? WordPress plugin to show Github profile summary through their API.
⚡️ Demo: https://manojkumar.online/lab/wp/github-flair-demo/
After installing the plugin, just use this shortcode: [github-flair]
in your posts, pages or widgets.
You can make use of the user attribute of the shortcode like this:
[github-flair user="WordPress"]
where WordPress can be replaced by your desired Github username.
By default, the search function is enabled but if you need to remove it, you can do so with:
[github-flair show-search="no"]
You can also make use of the shortcode in your template files using this
<?php echo do_shortcode("[github-flair user='WordPress']") ; ?>
Screenshots
FAQ
ChangeLog