Plugin Directory

Changeset 977486


Ignore:
Timestamp:
09/02/2014 11:57:56 PM (11 years ago)
Author:
logonike
Message:

more shortcode

Location:
goodfidelity
Files:
55 added
5 edited

Legend:

Unmodified
Added
Removed
  • goodfidelity/trunk/css/render.css

    r975581 r977486  
    617617    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*internet explorer 8  */
    618618}
     619/*Para pagina de playlist*/
     620div#envuelvetodo{
     621    float:left;
     622    width:100%;
     623}
  • goodfidelity/trunk/goodfidelity.php

    r976815 r977486  
    22/*
    33Plugin Name: GoodFidelity Bar Music Video
    4 Version: 2.1.1
     4Version: 2.2.0
    55Plugin URI: http://www.goodfidelity.com
    66Author: David Lozano Medina
     
    1414require ("ext/related-face.php");
    1515require ("ext/related-meta.php");
     16require ("ext/related-youlist.php");
    1617
    1718function createtablegood()
  • goodfidelity/trunk/inc/cookie.php

    r976815 r977486  
    3131<div id="horizontal">
    3232<?php
    33     for ($X = 0; $X <= 19; $X++){
     33    for ($Y = 0; $Y <= 19; $Y++){
    3434       
    3535        ///Recupera el título del video
     
    3838        preg_match_all("(data-video-id=\"(.*)\")siU", $data, $id_mat);
    3939       
    40         $TITLEcancion = $title_mat[1][$X];
     40        $TITLEcancion = $title_mat[1][$Y];
    4141        $TITLEcancion = str_replace("'","",$TITLEcancion);
    4242        $TITLEcancion = str_replace("#","",$TITLEcancion);
    4343        $TITLEcancion = str_replace('"','',$TITLEcancion);
    4444       
    45         $IDcancion = $id_mat[1][$X];
     45        $IDcancion = $id_mat[1][$Y];
    4646       
    4747        $url_actual = $_SERVER['HTTP_HOST']."/goodfidelity/?ID=".$IDcancion;
     
    133133<style>
    134134/*SONG*/
    135 div#horizontal{
     135div#horizontal {
    136136    float:left;
    137137    width:100%;
    138138    margin-top:5px;
     139    background:#000;
     140}
     141div#horizontalyou{
     142    float:left;
     143    width:100%;
     144    margin-top:0px;
     145    background:#000;
     146    line-height:12px;
     147    padding-top:10px;
     148}
     149.interior{
     150    padding:0px 10px 0 10px !important;
    139151}
    140152div#videos_artista_lista{
     
    151163<!-- custom scrollbars plugin -->
    152164    <script>
     165
    153166        (function($){
    154                 $("#horizontal").mCustomScrollbar({
     167                $("#horizontal, .interior").mCustomScrollbar({
    155168                    horizontalScroll:true,
    156169                });
    157    
    158170        })(jQuery);
     171
    159172    </script>
    160173<?php }  else { ?>
     
    168181    height:120px;
    169182    white-space:nowrap;
     183    background:#000;
     184}
     185div#horizontalyou{
     186    float:left;
     187    width:100%;
     188    margin-top:0px;
     189    overflow-x:scroll;
     190    overflow-y:hidden;
     191    height:120px;
     192    white-space:nowrap;
     193    background:#000;
     194    line-height:12px;
     195}
     196.interior{
     197    padding:0px 10px 0 10px !important;
    170198}
    171199div#videos_artista_lista{
  • goodfidelity/trunk/inc/options.php

    r976786 r977486  
    2626    <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
    2727</form>
     28<h3>Shortcode</h3>
     29
     30<p><strong>Paste in post or page:</strong></p>
     31<p>[good myvideo="IDyoutube"] - example: [good myvideo="k4l3PAKdQCo"]</p>
     32<p>[yougood myplaylist="IDPlaylistyoutube"] - example: [yougood myplaylist="PLFgquLnL59alCl_2TQvOiD5Vgm1hCaGSI"]</p>
     33
    2834</div>
  • goodfidelity/trunk/readme.txt

    r976815 r977486  
    44Requires at least: 3.9
    55Tested up to: 3.9
    6 Stable tag: 2.1.1
     6Stable tag: 2.2.0
    77Description: 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.
    88
     
    1010
    1111Complements your website with a administrator of videos and music. It gives many functions to administer and manage video through a bottom bar that does not disturb the theme of your website. Users of your website can create their playlists and save them, can listen to music without interruption, can access millions of music videos. The plugin has a powerful built-in search engine. They can share the videos on Facebook with a single click.
     12
     13demo: http://www.goodfidelity.com
     14
     15Paste in post or page:
     16
     17[good myvideo="IDyoutube"] - example: [good myvideo="k4l3PAKdQCo"]
     18
     19demo: http://www.goodfidelity.com/una-cancion-legendaria-del-verano-del-67/
     20
     21[yougood myplaylist="IDPlaylistyoutube"] - example: [yougood myplaylist="PLFgquLnL59alCl_2TQvOiD5Vgm1hCaGSI"]
     22
     23demo: http://www.goodfidelity.com/las-canciones-mas-toneras-de-este-ano/
     24
    1225
    1326= Features =
     
    5366
    5467== Changelog ==
     68= 2.2.0 =
     69* More shortcode
    5570= 2.1.1 =
    5671* Corrects errors
Note: See TracChangeset for help on using the changeset viewer.