All posts created by Alex

14 years ago

I've implemented openLinksInNewWindow parameter in the embedding code. To force all links to be opened in a new window use an embedding code like this for simple embedding with object tag:

<object
    width="600"
    height="600"
    type="application/x-shockwave-flash"
    data="http://cdn.tagul.com/cloud.swf">
       <param name="movie" value="http://cdn.tagul.com/cloud.swf"></param>
       <param name="flashvars" value="id=demo@demo&openLinksInNewWindow=true"></param>
       <param name="allowscriptaccess" value="always"></param>
       <param name="swfversion" value="10"/>
       <param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
</object>

for swfobject:

<script type="text/javascript">
    swfobject.embedSWF("http://tagul.com/cdn/cloudTest.swf", "myCloud",
        "600", "600", "10.0.0", "http://cdn.tagul.com/expressInstall.swf",
        {id: "demo@demo", openLinksInNewWindow: "true"},
        {allowscriptaccess: "always", bgcolor: "#ffffff"},
        {id: "myCloudObject", name: "myCloudObject"});
</script>
14 years ago

The only way right now is to take a screenshot and save it as JPG.

15 years ago

This nasty bug is fixed now.
Thanks for your report.

15 years ago

It is possible to achieve by using API mode xml and assigning each tag a custom link. I am planning to simplify this process by allowing users to edit tags grid.

15 years ago

Unfortunately there is no way to do it currently. I am going to implement this in near future.

15 years ago

Your xml is OK except you didn't specify weights. I've fixed my code so all the unspecified weights are considered "1". Thus you xml must be working now.

15 years ago

By this moment it is the only way. I am going to release a new version that will allow to edit tags in the grid, so I will be more convenient to do this.

15 years ago

Trying to type greek characters during font selection does not show the typed character but incomprehensible symbols instead.
There are many free fonts that can display greek, such as the DejaVu or Liberation fonts.

What OS and browser do you use? I've tried to paste greek sentence in the font filter box and it works OK (e.g. Linux libertine regular font supports greek characters)

Also, when trying to load an xml with greek characters, it results in "Not valid url" error messages. I think unicode support is broken somewhere.

Could you please provide the url to debug.
Also please try to use http://www.gnews.gr/News/37041 as the source url for you cloud and tell the results (does it work for you?).

15 years ago

Hello,

you can send me API xml that throws the error. I'll check what is wrong with it.

15 years ago

You can achieve grouping only by using api mode (http://tagul.com/docs#api-mode). By default when you just provide a plain text as your cloud source all the words with length less than 4 are cut off by Tagul.