A simple Twitter Bootstrap style tag cloud generator. Initial version was written by CollectivePush.com
![] (https://dl.dropboxusercontent.com/u/15923556/img/bootstrap-tag-cloud.jpg)
Add and remove tags. Add an id
of id="tag"
, id="tag-info"
, id="tag-success"
, id="tag-warning"
, id="tag-danger"
, or id="tag-inverse"
to the surrounding <div>
of the <input>
and <button>
for bootstrap tag cloud styles.
<div id="tag-info" class="input-append" data-cloud-name="tag-cloud2">
<input type="text">
<button class="btn" type="button">Add <i class="icon-plus"></i></button>
</div>
<ul id="tag-cloud2"></ul>
Include bootstrap-tag-cloud.css in the <head>
<link href="assets/css/bootstrap-tag-cloud.css" rel="stylesheet">
Include bootstrap-tag-cloud.js in the <head> or at the bottom of the page within the <body> for faster loading.
<script src="assets/js/bootstrap-tag-cloud.js"></script>