All posts created by Alex

16 years ago

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

16 years ago

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

16 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?

16 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.

16 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.

16 years ago

Could you please paste the code here

16 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?

16 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 :)

16 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.

16 years ago

Hi Ana-Marie,

thank you for your suggestions.

Video tutorial will be available soon (probably in december09-january10, I don't have much time till then).

Regarding Paypal, unfortunatelly paypal does not work with Russia, so I cannot receive money through it.

Probably some time later I will create a paid subscription with 2checkout.com for those who uses tagul clouds in a business to make profit.

Regards,
Alex