follow the next 4 simple steps to make the ticker installed and running

Extract the plugin files from the compressed files

you will get a javascript file and a css file and a folder called fonts, the css file and this folder must be always in the same place

Link the plugin css and javascript files

its better to add the plugin including script tag before the closing body tag directly

prepair the elements that you want to see them in the ticker ( it must be a ul element)

very important the ul must be the only child of the parent (in other words wrap the ul inside a div)

initialize the plugin like the following(must be inside ready function as appear in the following example)

the only required attribute is the ticker id in the ul element

there is a lot of options that can be used in the ticker to make it look exactly like you want to see the real power of flex ticker visit the Examples and Docs Page