From b4ef6f2a91a4421e55d0c0e2d2828984feb41ee1 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 7 Apr 2015 14:27:53 +1000 Subject: [PATCH] Use YouTube videos for tutorials --- modules/sportspress-tutorials.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/sportspress-tutorials.php b/modules/sportspress-tutorials.php index 49d09346..fcaeedce 100644 --- a/modules/sportspress-tutorials.php +++ b/modules/sportspress-tutorials.php @@ -59,27 +59,27 @@ class SportsPress_Tutorials { public function get_video_ids() { $this->ids = apply_filters( 'sportspress_tutorial_videos', array( __( 'Get Started', 'sportspress' ) => apply_filters( 'sportspress_get_started_tutorial_videos', array( - __( 'Installation', 'sportspress' ) => 'nE8-RlbotmU', - __( 'Competitions', 'sportspress' ) . ' & ' . __( 'Seasons', 'sportspress' ) => 'XAf2EsDrf8M', - __( 'Venues', 'sportspress' ) => 'iTZnC_7VvYk', - __( 'Positions', 'sportspress' ) . ' & ' . __( 'Jobs', 'sportspress' ) => 'g6QKbDH05n0', + __( 'Installation', 'sportspress' ) => '//www.youtube-nocookie.com/embed/nE8-RlbotmU?rel=0&showinfo=0', + __( 'Competitions', 'sportspress' ) . ' & ' . __( 'Seasons', 'sportspress' ) => '//www.youtube-nocookie.com/embed/XAf2EsDrf8M?rel=0&showinfo=0', + __( 'Venues', 'sportspress' ) => '//www.youtube-nocookie.com/embed/iTZnC_7VvYk?rel=0&showinfo=0', + __( 'Positions', 'sportspress' ) . ' & ' . __( 'Jobs', 'sportspress' ) => '//www.youtube-nocookie.com/embed/g6QKbDH05n0?rel=0&showinfo=0', ) ), __( 'Teams', 'sportspress' ) => apply_filters( 'sportspress_team_tutorial_videos', array( - __( 'Add New Team', 'sportspress' ) => 'x8GoxaHwC9U', - __( 'League Tables', 'sportspress' ) => '8AXh399Vstc', + __( 'Add New Team', 'sportspress' ) => '//www.youtube-nocookie.com/embed/x8GoxaHwC9U?rel=0&showinfo=0', + __( 'League Tables', 'sportspress' ) => '//www.youtube-nocookie.com/embed/8AXh399Vstc?rel=0&showinfo=0', ) ), __( 'Players', 'sportspress' ) . ' & ' . __( 'Staff', 'sportspress' ) => array_merge( apply_filters( 'sportspress_player_tutorial_videos', array( - __( 'Add New Player', 'sportspress' ) => 'wWYQNHITz-g', + __( 'Add New Player', 'sportspress' ) => '//www.youtube-nocookie.com/embed/wWYQNHITz-g?rel=0&showinfo=0', ) ), apply_filters( 'sportspress_staff_tutorial_videos', array( - __( 'Add New Staff', 'sportspress' ) => 'cxm2S7qYSL4', + __( 'Add New Staff', 'sportspress' ) => '//www.youtube-nocookie.com/embed/cxm2S7qYSL4?rel=0&showinfo=0', ) ) ), __( 'Events', 'sportspress' ) => apply_filters( 'sportspress_event_tutorial_videos', array( - __( 'Add New Event', 'sportspress' ) => 'UA25lgqgnSc', - __( 'Edit Event', 'sportspress' ) => 'nL0ObdPMyBM', - __( 'Calendars', 'sportspress' ) => 'NIHBKMMqN0s', + __( 'Add New Event', 'sportspress' ) => '//www.youtube-nocookie.com/embed/UA25lgqgnSc?rel=0&showinfo=0', + __( 'Edit Event', 'sportspress' ) => '//www.youtube-nocookie.com/embed/nL0ObdPMyBM?rel=0&showinfo=0', + __( 'Calendars', 'sportspress' ) => '//www.youtube-nocookie.com/embed/NIHBKMMqN0s?rel=0&showinfo=0', ) ), ) ); } @@ -102,24 +102,24 @@ class SportsPress_Tutorials {
- ids as $section => $ids ) { ?> + ids as $section => $urls ) { ?>