10+
July 8, 2015
December 24, 2011
A sidebar widget to display your public gists from GitHub. Allows for optional display of creation date and link back to your GitHub profile page. Uses v3 of the GitHub API.
I plan on including the Transients API in an upcoming release…once I figure out exactly how they work. Otherwise, feel free to suggest.
This section describes how to install the plugin and get it working.
/wp-content/plugins/ directoryIt displays your public gists from GitHub on the sidebar, linking to each of them on GitHub.
Sure can. There are four classes to look at to add to you CSS.
Each list item <li> has the class gist_item
Each link within the <li> has the class gist_link
The optional creation date is wrapped in a <span> with the class gist_date
The optional link to your GitHub profile is in a <p> with the class github_link
Pretty much, yeah.