May can I plus background song into my WordPress website

shivborn

New member
I might want to inquire as to whether there's any acceptable module for WordPress to add ambient melodies with auto-play highlight and the capacity to continue to play the tune while the client is visiting various [deleted] bazoocam pages (so no halting the music while client reloads the page to visit another page).

In the event that it is conceivable to add music from YouTube it would be likewise incredible.
 
Last edited by a moderator:
To add background music on a web page, use <embed>… </embed> element. Also, use the autoplay attribute. This will run music in the background whenever the page loads.



hdo box apk
 
For adding bg sound on wordpress

<embed src="musicfile.mp3" autostart="true" loop="true"
width="2" height="0">
</embed>
<noembed>
<bgsound src="musicfile.mp3" loop="infinite">
</noembed>
 
Back
Top