{"id":47004,"date":"2014-01-29T19:29:21","date_gmt":"2014-01-29T19:29:21","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/smart-videos\/"},"modified":"2014-02-17T23:12:56","modified_gmt":"2014-02-17T23:12:56","slug":"smart-videos","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/smart-videos\/","author":13596690,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"trunk","tested":"3.7.41","requires":"3.1","requires_php":"","requires_plugins":"","header_name":"Smart Videos","header_author":"Mark Cleberns","header_description":"","assets_banners_color":"","last_updated":"2014-02-17 23:12:56","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/cleberns.weebly.com","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1352,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":"<p>Initial release www.wordpress.org<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[203,18692,18626,30934,6334],"plugin_category":[50],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-47004","plugin","type-plugin","status-closed","hentry","plugin_tags-html5","plugin_tags-html5-video","plugin_tags-html5-video-player","plugin_tags-video-js","plugin_tags-videos","plugin_category-media"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/smart-videos.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin add a responsive HTML5 Video Player and Video gallery to Wordpress Site.<\/p>\n\n<p>The plugin adds a Video gallery tab to your admin menu, which allows you to enter Video Title and Video source items just as you would regular posts.\nAlso added setting page \"Smartvideo Settings\" under \"setting\" menu to set the height and width of your video player.<\/p>\n\n<p>Now just create a new page and add this short code <code>[sp_smartvideo limit=\"-1\"]<\/code> to your page. You can also use PHP code <code>&lt;?php echo do_shortcode('[sp_smartvideo limit=\"-1\"]'); ?&gt;<\/code> directly to your template file.<\/p>\n\n<h4>Features include:<\/h4>\n\n<ul>\n<li>Create a Video gallery page.<\/li>\n<li>Add a Video player to your page.<\/li>\n<li>Setting page \"smartvideo Settings\" under \"setting\" menu to set the height and width of your video player.  <\/li>\n<li>Simple plugin so that you can customize it as per your need.<\/li>\n<li>With basic wordpress knowladge you can create your own SHORT CODE<\/li>\n<li>Easy to configure<\/li>\n<li>Smoothly integrates into any theme<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the 'html5_videogallery_and_player' folder to the '\/wp-content\/plugins\/' directory.<\/li>\n<li>Activate the 'SP HTML5 Video Player and Video gallery'  plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Go to setting page \"smartvideo Settings\" under \"setting\" and add height and width of player.<\/li>\n<li>Add a new page and add this short code <code>[sp_smartvideo limit=\"-1\"]<\/code>.<\/li>\n<li>Add php code directly to your template file <code>&lt;?php echo do_shortcode('[sp_smartvideo limit=\"-1\"]'); ?&gt;<\/code> inside php code. <\/li>\n<\/ol>\n\n<h3>How to add video gallery page<\/h3>\n\n<p>Create a page with any name and enter <code>[sp_smartvideo limit=\"-1\"]<\/code> short code in to your page OR  <code>&lt;?php echo do_shortcode('[sp_smartvideo limit=\"-1\"]'); ?&gt;<\/code> to your template file.<\/p>\n\n<h3>How to add video files in to your page<\/h3>\n\n<p>Upload all there format(mp4,ogg,webm) through Media and paste all these code and links like this under \"Video Gallery -&gt; Add New\"<\/p>\n\n<pre><code>&lt;source src=\"http:\/\/video-js.zencoder.com\/oceans-clip.mp4\" type='video\/mp4' \/&gt;\n&lt;source src=\"http:\/\/video-js.zencoder.com\/oceans-clip.webm\" type='video\/webm' \/&gt;\n&lt;source src=\"http:\/\/video-js.zencoder.com\/oceans-clip.ogv\" type='video\/ogg' \/&gt;\n<\/code><\/pre>\n\n<h3>How to add video player directly in to your page<\/h3>\n\n<p>Just copy this code and enter in to your page<\/p>\n\n<pre><code>&lt;video id=\"video_705\" class=\"video-js vjs-default-skin\" controls preload=\"none\" width=\"400\" height=\"250\" poster=\"http:\/\/yourdomainname.com\/potesr.jpg\"  data-setup=\"{}\"&gt;        \n    &lt;source src=\"http:\/\/video-js.zencoder.com\/oceans-clip.mp4\" type='video\/mp4' \/&gt;\n    &lt;source src=\"http:\/\/video-js.zencoder.com\/oceans-clip.webm\" type='video\/webm' \/&gt;\n    &lt;source src=\"http:\/\/video-js.zencoder.com\/oceans-clip.ogv\" type='video\/ogg' \/&gt;      \n&lt;\/video&gt;\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>What Video Gallery templates are available?<\/dt>\n<dd><p>There is one templates named 'smartvideo.php' which work like same as defult POST TYPE in wordpress. Depend upon height and width provided by you under Setting page \"setting-&gt; smartvideo Settings\" menu, you can display One OR Two video player in a row.<\/p><\/dd>\n<dt>Are there shortcodes for Video Gallery items?<\/dt>\n<dd><p>Yes, Add a new page and add this short code <code>[sp_smartvideo limit=\"-1\"]<\/code><\/p><\/dd>\n<dt>Are there PHP code for Video Gallery items?<\/dt>\n<dd><p>Yes,  <code>&lt;?php echo do_shortcode('[sp_smartvideo limit=\"-1\"]'); ?&gt;<\/code><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Adds Video Gallery<\/li>\n<li>Adds Video player<\/li>\n<\/ul>","raw_excerpt":"A smart, easy way to add responsive HTML5 Video gallery and Video player to your Wordpress Site.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/47004","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=47004"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/cleberns"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=47004"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=47004"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=47004"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=47004"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=47004"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=47004"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}