insert an audio file with the player interface

panchuk.sergey
1 Posts
panchuk.sergey posted this 08 January 2021
Ask a Question

Is it possible to insert an audio file with the player interface?
Video can be inserted, audio - could not find how
Thanks

Is it possible to insert an audio file with the player interface? Video can be inserted, audio - could not find how Thanks
Vote to pay developers attention to this features or issue.
8 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 10 January 2021

Hi,

Unfortunately, Nicepage does not provide such an option. But you can insert t manually with custom HTML. The custom code can be added to the HTML control.
Here is an example of the code:
https://www.w3schools.com/html/html5_audio.asp

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Unfortunately, Nicepage does not provide such an option. But you can insert t manually with custom HTML. The custom code can be added to the HTML control. Here is an example of the code: https://www.w3schools.com/html/html5_audio.asp ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
warnas
1 Posts
warnas posted this 04 June 2022

That's all very well but html player then doesn't line up with anything. I can position it in the editor, but where it ends up on the live page is anyone's guess. See screenhot.

Isn't it time to properly support the audio tag?

That's all very well but html player then doesn't line up with anything. I can position it in the editor, but where it ends up on the live page is anyone's guess. See screenhot. Isn't it time to properly support the audio tag?

Last edited 04 June 2022 by warnas

Support Team
Support Team posted this 06 June 2022

Hi,

The player should be located inside the HTML element which should line up with other page elements in the way you configured it in Nicepage. We can check your project if you create a new private topic and provide the project folder located in the Documents/Nicepage directory.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, The player should be located inside the HTML element which should line up with other page elements in the way you configured it in Nicepage. We can check your project if you create a new private topic and provide the project folder located in the Documents/Nicepage directory. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
walter.salinas
6 Posts
walter.salinas posted this 02 August 2022

Hello , I just want to link one word on my blog to an mp3 small file I created on my windows pc. I just cannot make it happen
I have the script on html too, but I cannot use it since the link does not have any other option than an external website.
Could you please assist ?
my blog : https://waltersblog.org/
My sound file on html:

<!DOCTYPE html>
<html>
<body>

<audio controls>
<source src type>
<source src type>
Your browser does not support the audio element. ???
</source></source></audio>

</body>
</html>

Hello , I just want to link one word on my blog to an mp3 small file I created on my windows pc. I just cannot make it happen I have the script on html too, but I cannot use it since the link does not have any other option than an external website. Could you please assist ? my blog : https://waltersblog.org/ My sound file on html: &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;audio controls&gt; &lt;source src type&gt; &lt;source src type&gt; Your browser does not support the audio element. ??? &lt;/source&gt;&lt;/source&gt;&lt;/audio&gt; &lt;/body&gt; &lt;/html&gt;
walter.salinas
6 Posts
walter.salinas posted this 02 August 2022

Hello , I just want to link one word on my blog to an mp3 small file I created on my windows pc. I just cannot make it happen
I have the script on html too, but I cannot use it since the link does not have any other option than an external website.
Could you please assist ?
my blog : https://waltersblog.org/

<!DOCTYPE html>
<html>
<body>

<audio controls>
<source src type>
<source src type>
Your browser does not support the audio element.
</source></source></audio>

</body>
</html>

Hello , I just want to link one word on my blog to an mp3 small file I created on my windows pc. I just cannot make it happen I have the script on html too, but I cannot use it since the link does not have any other option than an external website. Could you please assist ? my blog : https://waltersblog.org/ &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;body&gt; &lt;audio controls&gt; &lt;source src type&gt; &lt;source src type&gt; Your browser does not support the audio element. &lt;/source&gt;&lt;/source&gt;&lt;/audio&gt; &lt;/body&gt; &lt;/html&gt;
walter.salinas
6 Posts
walter.salinas posted this 02 August 2022

I saw the samples on html you posted , but how I modify them and insert them on my blog ?
https://waltersblog.org/

Thanks you your assistance.

WS

I saw the samples on html you posted , but how I modify them and insert them on my blog ? https://waltersblog.org/ Thanks you your assistance. WS
walter.salinas
6 Posts
walter.salinas posted this 02 August 2022

follow up of http:// waltersblog.org
when trying to add html element : says doees not accept sound

dos-not-accept-sound.PNG

follow up of http:// waltersblog.org when trying to add html element : says doees not accept sound !dos-not-accept-sound.PNG!
Support Team
Support Team posted this 02 August 2022

Hi,

Add the code as the HTML Element from the Add menu panel and not as the additional head HTML in the Site Settings.
Also the sound file should be located on some server so it could be accessible and you need to have a full link to this file in your code.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Add the code as the HTML Element from the Add menu panel and not as the additional head HTML in the Site Settings. Also the sound file should be located on some server so it could be accessible and you need to have a full link to this file in your code. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments