Forum Discussion
4 Replies
- HaidongG12 years agoLithium Alumni (Retired)
Hi JordanKerr,
can you explain your use case and objective? Lithium doesn't provide it OOTB or directly. but there are some customer did something similar with a workaround. so i need to hear from you more to understand whether you can use the same approach.
- JordanKerr12 years agoContributor
For sure :)
So our objective is to display a tag cloud of common words on our website http://www.virginmobile.com.au/contact-virgin-mobile in order that customers can see issues which other customers are having so they know that there is a solution so they can click through straight to the answer.
- JeffSp12 years agoLithium Alumni (Retired)
Something like this: https://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?leaf-id=TagCloudViewer.tags#TagCloudViewer.tags
?
-- Jeff
- nathan12 years agoExecutive
We implemented a tag cloud for the giffgaff knowledge base that was driven by the most frequently used tags:
http://community.giffgaff.com/t5/Knowledge-Base/tkbc-p/TKB
We used FreeMarker, but you could achieve the same thing with JavaScript on an external site. If you want any more details just send me a message.