Skip to content

Xloka/ritetag-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ritetag-colors

Colorize hashtags check demo

Installation

Download

check all releases : here

Bower

bower install ritetag-colors

usage example

you should add class to your article or div called "ritecolor" like this

<article class="ritecolor">

</article>

then you require the js file , and call the init function after adding you keys

<script src="/dist/ritetag-colors.js"></script>
<script>
window.onload = function(){
	var rite = ritetagcolors;
	rite.client = "your client id";		
	rite.init();
};
</script>

check the full example in index.html