This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Advanced Dewplayer

विवरण

Advanced Dewplayer is developed by WesternDeal allows you to show list of MP3’s on your site or blog by fetching them from single directory on your server. You have to use shortcode into your page/post with path of your MP3 folder from which you want to fetch all MP3 files and you will see a perfect playable list of MP3’s with much more options.

Features

  • Get all MP3 files from single directory to display list of playable MP3s with other information and download option
  • You can also include single mp3 file from local or remote server
  • Plugin settings allows you to manage playing list of MP3s

MP3 files from single directory

You can use below shortcode for fetching all MP3’s from single directory on your site:

[musicdirectory path=”path of directory from which you want to fetch MP3’s”]

Examples

1. [musicdirectory path="myaudio/"]

2. [musicdirectory path="wp-content/myaudio/"]

Remember: Don’t forget to Include trailing slash (/) at the end of path and use relative path (relative to your site’s root).

For Documentation in PDF Please Click Here

स्क्रीनशॉट्स

  • Plugin Settings
  • Front-end look

इंस्टॉलेशन

WordPress Automatic Installation

  1. Visit ‘wp-admin > Plugins >Add New’.
  2. Search for Advanced Dewplayer OR if you have already downloaded plugin ZIP then instead of ‘Search’, choose ‘Upload’.
  3. After installing plugin, activate it.
  4. Now you can see ‘Advanced Dewplayer’ menu in left navigation panel.

Manual Installation

  1. Download the plugin zip to your computer and unzip it.
  2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress admin.

सामान्य प्रश्न

Installation Instructions

WordPress Automatic Installation

  1. Visit ‘wp-admin > Plugins >Add New’.
  2. Search for Advanced Dewplayer OR if you have already downloaded plugin ZIP then instead of ‘Search’, choose ‘Upload’.
  3. After installing plugin, activate it.
  4. Now you can see ‘Advanced Dewplayer’ menu in left navigation panel.

Manual Installation

  1. Download the plugin zip to your computer and unzip it.
  2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress admin.
What to do if encounter warning: filesize() stat failed ?

Please make sure that directory path you enter for MP3 files fetching has trailing slash (i.e. ‘/’) at the end.

How to use this plugin shortcode in template files ?

use following code for inserting shortcode into template file:

<?php 
echo do_shortcode('[musicdirectory path="playlist/"]');   //replace playlist with your path 
?>

समीक्षाएं

6 के सभी समीक्षा पढ़ें

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “Advanced Dewplayer” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

1.6

  • compatible upto wordpress version 4.9.5.
  • Fixed Error’s and bugs.
  • Updated Library Files.
  • Enhanced to use this plugin for multisites.
  • Added POT file for users to translate plugins to there language.

1.5

  • Removed Content Spoofing security vulnerability issues and compatible with wordpress 4.1

1.4

  • Removed a feature as part of CAPEC-148 Content Spoofing security vulnerability

1.3

  • fix CVE-2013-7240 issue

1.2

  • fix some download bugs

1.1

  • fix URL issues
  • add custom name for single MP3 file