{"id":39531,"date":"2015-10-20T07:35:07","date_gmt":"2015-10-20T07:35:07","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/mxyoutuber-responsive\/"},"modified":"2016-07-30T18:35:23","modified_gmt":"2016-07-30T18:35:23","slug":"mxyoutuber-responsive","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/mxyoutuber-responsive\/","author":14635172,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.5","stable_tag":"trunk","tested":"4.5.33","requires":"4.3.0","requires_php":"","requires_plugins":"","header_name":"Maxio YouTubeR Free","header_author":"Maxio lab.","header_description":"","assets_banners_color":"bd3c28","last_updated":"2016-07-30 18:35:23","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/youtuber.maxiolab.com\/","header_author_uri":"","rating":3.7,"author_block_rating":0,"active_installs":10,"downloads":2896,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1269342","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1269342","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1269342","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.0.4"],"block_files":[],"assets_screenshots":{"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1567328","resolution":"4","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1567328","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1567328","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1567328","resolution":"1","location":"plugin"}},"screenshots":{"1":"A YouTubeR button above the content editor.","2":"When you press a button (1-st screenshot) an YouTubeR window will appear where you can see all your videos and upload new ones","3":"Section of YouRubeR where you can upload a new video to YouTube","4":"Example of the videos (with different settings) displayed on the website"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,146,144,24061,6834],"plugin_category":[43,48,52],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-39531","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-cache","plugin_tags-caching","plugin_tags-embed-youtube","plugin_tags-youtube-videos","plugin_category-customization","plugin_category-language-tools","plugin_category-performance","plugin_committers-maxiolab"],"banners":{"banner":"https:\/\/ps.w.org\/mxyoutuber-responsive\/assets\/banner-772x250.png?rev=1269342","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/mxyoutuber-responsive\/assets\/icon-128x128.png?rev=1269342","icon_2x":"https:\/\/ps.w.org\/mxyoutuber-responsive\/assets\/icon-256x256.png?rev=1269342","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/mxyoutuber-responsive\/trunk\/screenshot-1.jpg?rev=1567328","caption":"A YouTubeR button above the content editor."},{"src":"https:\/\/ps.w.org\/mxyoutuber-responsive\/trunk\/screenshot-2.jpg?rev=1567328","caption":"When you press a button (1-st screenshot) an YouTubeR window will appear where you can see all your videos and upload new ones"},{"src":"https:\/\/ps.w.org\/mxyoutuber-responsive\/trunk\/screenshot-3.jpg?rev=1567328","caption":"Section of YouRubeR where you can upload a new video to YouTube"},{"src":"https:\/\/ps.w.org\/mxyoutuber-responsive\/trunk\/screenshot-4.jpg?rev=1567328","caption":"Example of the videos (with different settings) displayed on the website"}],"raw_content":"<!--section=description-->\n<p>The plugin allows you to upload your videos on YouTube from your website and embed YouTube videos to your website. If you posting your videos on your WordPress site you don't neet to go to YouTube website, you can upload your videos directly on YouTube from your website admin panel. And also you can embed YouTube videos to your website with nice visual interface.<\/p>\n\n<h3>Shortcode<\/h3>\n\n<p>The video shortcode will display a single video with it's info.\nTo use it you just need the Video ID, to find it just check a normal YouTube url:\nhttps:\/\/www.youtube.com\/watch?v=oxgnlSbYLSc\nIn this case the Video ID is oxgnlSbYLSc, and the shortcode is:\n[mx_youtuber id=\"Video ID\"]<\/p>\n\n<h3>Shortcode parameters<\/h3>\n\n<p>Parameter       Possible values                         Description\nid              -                                       YouTube video ID\ndisplay         title,date,channel,description,meta     Keys of elements sepparated by commas of the parts of the video to show, set to none to only display the video thumbnail\nmode            lightbox \/ embed \/ link                 Type of embeding the video\ntheme           Check the themes section                The template which will be applied\nsize            default \/ medium \/ high \/ standard      The size of the video thumbnail\nwidth           number                                  The width of the video (can be in %). Valid only in embed mode\nheight          number                                  The height of the video (can be in %). Valid only in embed mode\nmax_words       number                                  Limit the maximum number of words to show in the video description<\/p>\n\n<h3>Themes<\/h3>\n\n<p>YouTubeR comes with some pretty cool templates, this are the current options: default, dark.\nYou can create your own custom theme for YouTubeR, to do so let's say you set the parameter theme to custom.\n[mx_youtuber theme=\"custom\"]\nThen you can add your own styles to the gallery with the base class mxYouTubeR_theme_custom.\nIf you need to customize\/overwrite the code of the template you can create a folder inside your website theme with the name mxyoutuber and another folder inside it with the name of the theme you want, in this case custom.\nCopy the original files from themes\/default inside the plugin's folder into the mxyoutuber\/custom inside your website theme, you just need to copy the files you want to customize.\nThe logic of the plugin when searching for a file of the template custom template is as it follows:\n1. The plugin will look for the file inside the website theme folder\n2. The plugin will look for the file inside the plugin folder\n3. The plugin will load the default theme file<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload \"mxyoutuber\" folder to the \"\/wp-content\/plugins\/\" directory of your website;<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress;<\/li>\n<li>That's it.<\/li>\n<\/ol>\n\n<p>After installation you need to set the Google API keys:<\/p>\n\n<p>First of all, go to Settings &gt; YouTubeR.\nTo use this plugin, you need a valid Google API keys. You can get them with a Google account on Google Developers Console.\nThe Google API is free with a limit, but for a normal use you don't have to worry at all, currently, for the YouTube API data the limit is of 50,000,000 units\/day.\nOn the Google Developers Console site, click on the Create project button, set any name for it and wait until it's created.\nFirst we need to enable the YouTube Data API so go to APIs &amp; auth &gt; APIs, click on the YouTube Data API and on the Enable API button.\nThen go to APIs &amp; auth &gt; Credentials.\nHere wee need 2 diferent keys: Browser key and Web application Client ID.<\/p>\n\n<ol>\n<li>Obtaining a Browser key\nClick on the Add credentials button.\nIn the modal choose the API key option, then click Browser key button.\nThis step is optional, you can set on the HTTP referrers field all the domains you want the API to accept queries from, for example like this: <em>.example.com\/<\/em> for the example.com domain.\nIn some cases we've found Google will throw an error from the domain even it is correct, in that cases we suggest you to leave the refer field empty to allow from any domain. The API key won't be public anytime in your WordPress so you don't have to worry at all.\nOk, after all, click on the Create button, your API key will be right there.\nCopy the API key from the Google Developers Console and paste it in the YouTubeR settings page on your WordPress site and save changes.<\/li>\n<li>Obtaining a Web application Client ID\nClick on the Add credentials button and choose OAuth 2.0 client ID option.\nThis step is optional, click the Configure consent screen. If you don't have this button, then you have already configured \"consent screen\". Fill in the required fields and press save and you're done configuring consent screen.\nChoose Web application and fill in the name of your application (it can be whatever you want).\nThen fill in Authorized JavaScript origins - these are URLs of the websites where you will use YouTubeR plugin.\nClick \"Create\" button and you will see your client ID.\nYou guessed it! Copy the client ID from the Google Developers Console and paste it in the YouTubeR settings page on your WordPress site and save changes.\nPerfect! You're done! Now you can start with the shortcode.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>version update<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>version update (i'm new to SVN :))<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>version update<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>initial version<\/li>\n<\/ul>","raw_excerpt":"The plugin allows you to upload your videos on YouTube from your website and embed YouTube videos to your website.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/39531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=39531"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/maxiolab"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=39531"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=39531"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=39531"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=39531"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=39531"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=39531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}