Export tags?

10 years ago

How to add a large number of tags from csv or xml file?

10 years ago

Hi Alexander!
You can create an xml with tags (see example below) and paste it as your text.

<tags>
    <tag angle="0"
         color="3488BF"
         font="Linux Libertine Regular"
         url="http://tagul.com"
         weight="130">Tagul</tag>
    <tag url="http://google.com/search?q=money" weight="18">money</tag>
    <tag url="http://google.com/search?q=tag" weight="12">tag</tag>
    <tag url="http://google.com/search?q=cloud" weight="7">cloud</tag>
    <tag url="http://google.com/search?q=html" weight="23">html</tag>
    <tag url="http://google.com/search?q=web" weight="21">web</tag>
</tags>

Reply

Sign up or Login to post a reply.