Skip to content

Instantly share code, notes, and snippets.

@pranshuagrawal
Created September 24, 2015 23:56
Show Gist options
  • Save pranshuagrawal/d42e3bf300122507fa53 to your computer and use it in GitHub Desktop.
Save pranshuagrawal/d42e3bf300122507fa53 to your computer and use it in GitHub Desktop.
<!-- HTML Code -->
<div id="container-frrole-sentiment"></div>
<div id="container-frrole-sentiment2"></div>
<!-- Javascript Code -->
<script>
var _z_frr_sentiment_cr_options = [{
widget_container_id : 'container-frrole-sentiment',
widget_id: '39',
theme: 'full-donut'
},{
widget_container_id : 'container-frrole-sentiment2',
widget_id: '32',
theme: 'semi-donut'
}];
(function() {
var script_tag = document.createElement('script');
script_tag.setAttribute("type","text/javascript");
script_tag.setAttribute("src", "http://apps.frrole.com/widgets/sentiment/js/script.min.js");
(document.getElementsByTagName("head")[0] || document.documentElement)
.appendChild(script_tag);
})();
</script>
name: Frrole Widget
description: Frrole Widget
authors:
- Pranshu Agrawal
resources:
- http://dev.frrole.com/views/apps/github/script.js
- http://dev.frrole.com/views/apps/github/style.css
normalize_css: no
wrap: b
panel_js: 0
panel_css: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment