jQuery
Requires: jQuery/1.9
jQuery(function(jq){
// create a new stargazer button
jq('#container1').GitHubButton({
owner : 'AndiDittrich',
repo : 'EnlighterJS',
large : true,
type : 'star',
text : 'Starring:',
cache: true,
cacheLifetime: 7200,
errorText: 'NA'
});
});