This repository is a basic WordPress plugin created to illustrate a tutorial about remote requests and HTTP calls in a WordPress environment.
Its main function is to:
- fetch the latest 10 gists of a GitHub user,
- save these gists in the option table,
- display this list of gists via a shortcode.
Use the following shortcode anywhere in a page/post content:
[gists user="username" amount="10"]
…to display the last 10 Gists from the GitHub username
user account.