Changeset 978177
- Timestamp:
- 09/03/2014 08:34:58 PM (11 years ago)
- Location:
- goodfidelity
- Files:
-
- 52 added
- 6 edited
-
tags/2.2.2 (added)
-
tags/2.2.2/css (added)
-
tags/2.2.2/css/jquery.mCustomScrollbar.css (added)
-
tags/2.2.2/css/page.css (added)
-
tags/2.2.2/css/render.css (added)
-
tags/2.2.2/ext (added)
-
tags/2.2.2/ext/related-analista.php (added)
-
tags/2.2.2/ext/related-face.php (added)
-
tags/2.2.2/ext/related-good.php (added)
-
tags/2.2.2/ext/related-list.php (added)
-
tags/2.2.2/ext/related-meta.php (added)
-
tags/2.2.2/ext/related-playlist.php (added)
-
tags/2.2.2/ext/related-song.php (added)
-
tags/2.2.2/ext/related-youlist.php (added)
-
tags/2.2.2/goodfidelity.php (added)
-
tags/2.2.2/images (added)
-
tags/2.2.2/images/abajo.png (added)
-
tags/2.2.2/images/arriba.png (added)
-
tags/2.2.2/images/buscar.png (added)
-
tags/2.2.2/images/cerrar.png (added)
-
tags/2.2.2/images/close-f90.png (added)
-
tags/2.2.2/images/delete.png (added)
-
tags/2.2.2/images/entrar.png (added)
-
tags/2.2.2/images/face-black-white.png (added)
-
tags/2.2.2/images/face-black.png (added)
-
tags/2.2.2/images/face.png (added)
-
tags/2.2.2/images/fondo.png (added)
-
tags/2.2.2/images/icon.png (added)
-
tags/2.2.2/images/lista.png (added)
-
tags/2.2.2/images/logo.ico (added)
-
tags/2.2.2/images/mas-black.png (added)
-
tags/2.2.2/images/mas-gris.png (added)
-
tags/2.2.2/images/mas-white.png (added)
-
tags/2.2.2/images/mas.png (added)
-
tags/2.2.2/images/no.png (added)
-
tags/2.2.2/images/nothing.png (added)
-
tags/2.2.2/images/play-back.png (added)
-
tags/2.2.2/images/play-black.png (added)
-
tags/2.2.2/images/play-med.png (added)
-
tags/2.2.2/images/play.png (added)
-
tags/2.2.2/images/salir.png (added)
-
tags/2.2.2/images/si.png (added)
-
tags/2.2.2/images/trash.png (added)
-
tags/2.2.2/inc (added)
-
tags/2.2.2/inc/cookie.php (added)
-
tags/2.2.2/inc/options.php (added)
-
tags/2.2.2/inc/search.php (added)
-
tags/2.2.2/inc/singular.php (added)
-
tags/2.2.2/js (added)
-
tags/2.2.2/js/jquery.mCustomScrollbar.concat.min.js (added)
-
tags/2.2.2/js/render.min.js (added)
-
tags/2.2.2/readme.txt (added)
-
trunk/css/page.css (modified) (1 diff)
-
trunk/css/render.css (modified) (1 diff)
-
trunk/ext/related-youlist.php (modified) (6 diffs)
-
trunk/goodfidelity.php (modified) (3 diffs)
-
trunk/inc/options.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goodfidelity/trunk/css/page.css
r976786 r978177 36 36 width:32px; 37 37 float:left; 38 margin:20px 10px 20px 0px;39 38 } 40 39 div#maslistmas1{ -
goodfidelity/trunk/css/render.css
r977486 r978177 622 622 width:100%; 623 623 } 624 div#playallyou{ 625 float:left; 626 height:28px; 627 color:#FFF; 628 background:#000; 629 padding:4px 10px 0px 0px; 630 } 631 div#botonejecall{ 632 float:left; 633 margin:20px 0px 20px 0px; 634 } -
goodfidelity/trunk/ext/related-youlist.php
r977527 r978177 1 1 <?php 2 2 function playlistautomatic($atts){ 3 //Recoje datos de playall 4 $web_app_playall = get_option('web_app_playall'); 5 3 6 $atributesyou = shortcode_atts(array( 4 7 'myplaylist' => 'Falta el ID' … … 11 14 <div id="bodypage"> 12 15 <a href="#!" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];?>','facebook-share-dialog','width=626,height=436'); return false;" title="Facebook"><div id="botonface"></div></a> 13 <a href="#!" onclick="javascript:playlistallyou()"><div id="boton play1"></div></a>16 <a href="#!" onclick="javascript:playlistallyou()"><div id="botonejecall"><div id="botonplay1"></div><div id="playallyou"><?php echo $web_app_playall ?></div></div></a> 14 17 </div> 15 18 <div id="horizontalyou"> 16 19 <div class="interior"> 17 20 <?php 18 for ($Y = 0; $Y <= 19; $Y++){21 for ($Y = 0; $Y <= 49; $Y++){ 19 22 20 23 ///Recupera el título del video … … 32 35 $url_actual = $_SERVER['HTTP_HOST']."/goodfidelity/?ID=".$IDcancion; 33 36 37 if ($IDcancion != ""){ 34 38 ?> 35 39 … … 52 56 </div> 53 57 <?php 58 54 59 //Crea el cookie playlist para la reproducción de todos los videos simultáneamente 55 60 $X = $X + 1; … … 60 65 $playtubeyou = $playtubeyou.",".$IDcancion; 61 66 } 67 } 62 68 } 63 69 ?> … … 66 72 <div id="bodypage"> 67 73 <a href="#!" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];?>','facebook-share-dialog','width=626,height=436'); return false;" title="Facebook"><div id="botonface"></div></a> 68 <a href="#!" onclick="javascript:playlistallyou()"><div id="boton play1"></div></a>74 <a href="#!" onclick="javascript:playlistallyou()"><div id="botonejecall"><div id="botonplay1"></div><div id="playallyou"><?php echo $web_app_playall ?></div></div></a> 69 75 </div> 70 76 </div> -
goodfidelity/trunk/goodfidelity.php
r977527 r978177 2 2 /* 3 3 Plugin Name: GoodFidelity Bar Music Video 4 Version: 2.2. 14 Version: 2.2.2 5 5 Plugin URI: http://www.goodfidelity.com 6 6 Author: David Lozano Medina … … 65 65 add_option('web_app_autoplay', 'checked'); 66 66 add_option('web_app_idyoutube', 'PLFPg_IUxqnZM3uua-YwStHJ1qmlQKBnh0'); 67 add_option('web_app_playall','Play all'); 67 68 } 68 69 register_activation_hook(__FILE__,'createtablegood'); … … 78 79 register_setting('optgoodfidelity', 'web_app_autoplay'); 79 80 register_setting('optgoodfidelity', 'web_app_idyoutube'); 81 register_setting('optgoodfidelity', 'web_app_playall'); 80 82 } 81 83 function admin_menu_goodfidelity() { -
goodfidelity/trunk/inc/options.php
r977486 r978177 23 23 <input type="text" name="web_app_idyoutube" value="<?php echo get_option('web_app_idyoutube'); ?>" size="45" /><br /><br /> 24 24 25 <h3>Shortcode</h3> 26 <label><strong>Text play all : </strong></label><br /> 27 <input type="text" name="web_app_playall" value="<?php echo get_option('web_app_playall'); ?>" size="45" /><br /><br /> 28 25 29 <input type="hidden" name="action" value="update" /> 26 30 <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /> 27 31 </form> 28 <h3>Shortcode</h3>29 30 32 <p><strong>Paste in post or page:</strong></p> 31 33 <p>[good myvideo="IDyoutube"] - example: [good myvideo="k4l3PAKdQCo"]</p> -
goodfidelity/trunk/readme.txt
r977641 r978177 4 4 Requires at least: 3.9 5 5 Tested up to: 3.9 6 Stable tag: 2.2. 16 Stable tag: 2.2.2 7 7 Description: Complements your website with a administrator of videos and music. Your users will be able to create one or more playlist, you be able to listen music without interruption, may share in facebook and more. Millions of music videos at your fingertips. It offers a powerful search engine. 8 8 … … 67 67 == Changelog == 68 68 = 2.2.1 = 69 * More options: playall in shortcode 70 * Correct errors 71 = 2.2.1 = 69 72 * Correct errors 70 73 = 2.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.