Changeset 2374772
- Timestamp:
- 09/03/2020 08:29:11 PM (6 years ago)
- Location:
- list-mixcloud/trunk
- Files:
-
- 2 edited
-
list-mixcloud.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
list-mixcloud/trunk/list-mixcloud.php
r2130096 r2374772 31 31 // mode : 0 to list to show all podcast in a page, last to show the last upload on frontpage by example 32 32 // playlist : 1 to show list of audio instead of list of widget. Show only one widget 33 define('PLUGIN_VERSION', '1. 2');33 define('PLUGIN_VERSION', '1.3'); 34 34 add_shortcode('listmixcloud', 'getListMixCloud'); 35 35 $dom = ""; … … 79 79 foreach ($data["data"] as $dataItem) { 80 80 $keyMixCloud = urlencode($dataItem["key"]); 81 $keypure = $dataItem["key"]; 81 82 $textWidth = $atts["width"]; 82 83 $name = $dataItem['name']; … … 112 113 } 113 114 } 114 echo $dom;115 115 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; 118 119 } 119 120 -
list-mixcloud/trunk/readme.txt
r2130096 r2374772 1 1 === List Mixcloud === 2 2 Contributors: Shmuel83 3 Tags: mixcloud, music, musique, list, widget, plugin, extension, podcast, stream, audio, mp3, listen, preaching 3 Tags: mixcloud, music, musique, list, widget, plugin, extension, podcast, stream, audio, mp3, listen, preaching, divi 4 4 Requires at least: 2.7.0 5 Tested up to: 5. 2.25 Tested up to: 5.5.1 6 6 Requires PHP: 5.2.4 7 7 License: GPLv2 or later … … 48 48 1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes) 49 49 50 Compatible with DIVI 50 51 51 52 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.