Xloka / ritetag-colors

Colorize hashtags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Colorize hashtags

License:Apache License 2.0


Languages

Language:CSS 46.6%Language:JavaScript 41.3%Language:HTML 12.1%