All posts created by Alex

15 years ago

Could you please post here or send me (support@tagul.com) the url you use as a source.

15 years ago

Could you please advise what url or text do you use as your cloud's source.
I will try to help.

15 years ago

This code must be placed in the "text" field on the "core options" tab of your cloud.

15 years ago

Hi,

I don't completely understand your problem. Do you experience troubles with getting tags from your page to create a cloud or you just can't embed your cloud on a "Google" site?

15 years ago

Gullars,

just visited your blog and realized that your cloud is not clickable. That is because SWF object plugin does not have allowScriptAccess="always" parameter.
To enable it you should change the wp-swfobject.php code

// Use SWFObject 2.0 code
$wpswf_params = "wmode: \\"".$wpswf_config[\'swf_wmode\']."\\", ";
$wpswf_params.= "menu: \\"".$wpswf_config[\'swf_menu\']."\\", ";
$wpswf_params.= "quality: \\"".$wpswf_config[\'swf_quality\']."\\", ";
$wpswf_params.= "bgcolor: \\"".$wpswf_config[\'swf_bgcolor\']."\\"";

to

// Use SWFObject 2.0 code
$wpswf_params = "wmode: \\"".$wpswf_config[\'swf_wmode\']."\\", ";
$wpswf_params.= "menu: \\"".$wpswf_config[\'swf_menu\']."\\", ";
$wpswf_params.= "quality: \\"".$wpswf_config[\'swf_quality\']."\\", ";
$wpswf_params.= "bgcolor: \\"".$wpswf_config[\'swf_bgcolor\']."\\"";
$wpswf_params.= ", allowScriptAccess: \\"always\\"";

The last line adds allowScriptAccess parameter.

15 years ago

Gullars,

the correct code while embedding with WP-SWFObject

[SWF]http://cdn.tagul.com/cloud.swf, 600, 500, id=3411@2[/SWF]

You should remove "<" and ">" from your code.

15 years ago

Could you please paste the code here

15 years ago

It is not possible to randomize tags' weights with Tagul. But you can export tags to excel and use RAND function to randomize weights and then finally paste xml into tagul.

If you wish I can send you such xls workbook.

P.S. Why do you need randomizing your weights? Just for fun?

15 years ago

Thank you for your idea! I'll look at it on the weekend.

P.S. Where did you find the "seperated" word, I can't find it :)

15 years ago

If you face with troubles try using default method by embedding through object tag. You can find code on the Finalize tab of your cloud.

If it works than you can try swfobject. Please post your swfobject embedding code to get help.