Commas in Tag Cloud

According to the WordPress Codex on tag clouds, you need to specify a comma as the “separator” argument.

$args = "separator"=>",";
wp_tag_cloud($args);