admin_url( 'admin-ajax.php' ), 'nonce' => $title_nonce, 'plugin_dir' => ACTUS_ANIT_URL ); wp_localize_script( 'actus_animated_tags_admin_script', 'actusAnitParamsAdmin', $actus_anit_params_admin ); } add_action( 'admin_enqueue_scripts', 'actus_anit_depedencies' ); add_action( 'admin_enqueue_scripts', 'actus_anit_depedencies_admin' ); /* * Adds submenu on Appearance menu */ function actus_animated_tags_menu() { add_submenu_page( 'themes.php', 'ACTUS Animated Tags Options', 'ACTUS Animated Tags', 'manage_options', 'actus_anit', 'actus_animated_tags_options' ); } add_action( 'admin_menu', 'actus_animated_tags_menu' ); /* * Settings Page * * @global array $actus_anit_options Array of plugin options. */ function actus_animated_tags_options() { global $actus_anit_options; if ( ! current_user_can( 'manage_options' ) ) { wp_die( __( 'You do not have sufficient permissions to access this page.' ) ); } ?>
An animated tags cloud.
Random Post Tags, in different size, position and opacity, animated horizontally in various speed, over a background image.
Settings are saved automatically when you change them.
Use our widget or the shortcode [actus_animated_tags] to embed ACTUS Animated Tags anywhere in your website.