DOC & Help Center

Article & Knowledge Base

JQUERY GITHUB FEED

This is a small and simple jQuery plugin to make github repositories, activity and gists widget.
Usage:

<!-- Include Octicons -->
<link href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css" rel="stylesheet">   

<!-- Custom Github Feed style -->
<link type="text/css" rel="stylesheet" href="src/github-feed.css" />   

<!-- Demo -->
<div class="anu"></div>     

<!-- Include jQuery -->
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>     

<!-- Include jQuery Github Feed-->
<script src="src/github-feed.js"></script>

<script>
$(document).ready(function(){    
   // Setting
   $(".anu").githubfeed(
     username = "greenboxindonesia", // your github username
     sort = "updated" // Can be one of created, updated, pushed, full_name.
   );
});
</script>

Demo:

Related Content

Export WordPress Posts To Custom Post Type

Introduction Different types of content should be organized, whether that be by taxonomies, custom post types, or both. Older websites tend to use the standard

Scroll to Top
Scroll to Top