Hello
I would like to show the tags used in a text carousel.
You can see an example in my website, just below the title, in the description part.
I used [https://codepen.io/gschier/pen/jkivt](this code)
I successfully integrated the JS code, but I’m stuck with the {{tags}} or {{#get ‘tags’}} things.
I would like to replace the static data-rotate=’[ “tag1”, “tag2.”, “tag3” ]’ part with the real list of tags. And best if I can remove some tags from a static list…
<h1>Tags:
<span
class="txt-rotate"
data-period="2000"
data-rotate='[ "tag1", "tag2.", "tag3" ]'></span>
</h1>
Any idea?
Thanks for your help !