JSFiddle - React, Tailwind, and code Playground
by the_archer
HTML
<!-- AddThis Trending Content BEGIN -->
<div id="addthis_trendingcontent"></div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=hirvesh"></script>
<script type="text/javascript">
addthis.box("#addthis_trendingcontent", {
feed_title : "",
feed_type : "trending",
feed_period : "month",
num_links : 5,
height : "auto",
width : "auto"});
</script>
<!-- AddThis Trending Content END -->
<a id='test' href='#'>Week</a>
JavaScript
$(function() {
$("#test").click(function() {
addthis.box("#addthis_trendingcontent", {
feed_title : "",
feed_type : "trending",
feed_period : "day",
num_links : 5,
height : "auto",
width : "auto"});
});
});