Dynamic web links (for https/http)
-
Hi.
I’m having a trouble with the plugin/scr to eat the links formatted as the following:
src="//mydomain.com/somefolder/mediacache/filefolder/my-nice-song.mp3"
Instead reading the dynamic link correctly and fetching the file over https at the caching server, the plugin does load the graphical interface, but the audio files isn’t loaded, so you can click as many times as you like on the start button but nothing happens because the files does not load from the source server.The full formatting looks like this:
[audiotrack title="Some title | This tune is awesome" autoplay="off" preload="metadata" src="//mydomain.com/somefolder/mediacache/filefolder/my-nice-song.mp3"]
But it doesn’t accept it.It works on the by using the native WP player’s shortcodes though, but I want to use the your plugin instead as it looks nicer.
WP Native Audio Player formatting:
[audio autoplay="off" preload="metadata" src="//mydomain.com/somefolder/mediacache/filefolder/my-nice-song.mp3"]
Any idea why this doesn’t work and how it can be fixed?Sorry to bother you, I found the issue myself. Nothing wrong with your code or plugin.
Thank you in advance.
- The topic ‘Dynamic web links (for https/http)’ is closed to new replies.