Flair – Github Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
📣 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
-
Horizontal / Desktop layout
-
Vertical / Mobile layout
-
Search function
-
Classic Editor
-
Block Editor
-
Template file – Example: “Code usage” page.
-
Demo GIF