How to add Audio File (background music) in the Landing Page?
Follow these steps to add the audio file to the landing page:
1. Go to the landing page (
https://www.qrcodechimp.com/qr-code-generator-for-landingpage ) and click on the file manager.
2. Upload your audio file
3. Copy the link of the uploaded audio file
4. Click on the code view icon of the landing page and paste the code given below. Replace
YourFile.mp3 in the code with the copied link
<audio controls>
<source src=" YourFile.mp3"type="audio/mpeg">
</audio>
<source src=" YourFile.mp3"
</audio>