Plugin Directory

Changeset 2374772


Ignore:
Timestamp:
09/03/2020 08:29:11 PM (6 years ago)
Author:
shmuel83
Message:

Debug player position with DIVI

Location:
list-mixcloud/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • list-mixcloud/trunk/list-mixcloud.php

    r2130096 r2374772  
    3131//  mode : 0 to list to show all podcast in a page, last to show the last upload on frontpage by example
    3232//  playlist : 1 to show list of audio instead of list of widget. Show only one widget
    33 define('PLUGIN_VERSION', '1.2');
     33define('PLUGIN_VERSION', '1.3');
    3434add_shortcode('listmixcloud', 'getListMixCloud');
    3535$dom = "";
     
    7979        foreach ($data["data"] as $dataItem) {
    8080            $keyMixCloud = urlencode($dataItem["key"]);
     81            $keypure = $dataItem["key"];
    8182            $textWidth = $atts["width"];
    8283            $name = $dataItem['name'];
     
    112113        }
    113114    }
    114     echo $dom;
    115115    if($atts["playlist"]=="1") {
    116         echo'<div id="plwrap"><ul id="plList">'.$track.'</ul></div>';
    117     }
     116        $dom .= '<div id="plwrap"><ul id="plList">'.$track.'</ul></div>';
     117    }
     118    return $dom;
    118119}
    119120
  • list-mixcloud/trunk/readme.txt

    r2130096 r2374772  
    11=== List Mixcloud ===
    22Contributors: Shmuel83
    3 Tags: mixcloud, music, musique, list, widget, plugin, extension, podcast, stream, audio, mp3, listen, preaching
     3Tags: mixcloud, music, musique, list, widget, plugin, extension, podcast, stream, audio, mp3, listen, preaching, divi
    44Requires at least: 2.7.0
    5 Tested up to: 5.2.2
     5Tested up to: 5.5.1
    66Requires PHP: 5.2.4
    77License: GPLv2 or later
     
    48481. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
    4949
     50Compatible with DIVI
    5051
    5152== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.