How to add audio/mp3 in HTML or Blogger post

This article is written about How to add mp3 audio player in Blogger website.

How to add mp3 audio player in Blogger website:


If you are want to add mp3 smart and advance audio player inside Blogger post or add gadget section in blogger theme. You can easily add smart mp3 audio player as shown in just above this post. This audio player has some advance features like "download" and "playback speed" option.By this download option you can download easily this audio/mp3 file in your device secondary memory for any purpose. And this playback speed option is used for controlling audio speed. You can listen demo audio "Welcome To This Website" by pressing play button of audio player.

Before adding below code in blogger, you will have to add "google drive link id" in this code which is highlighted in black color as shown in below code.

<audio controls><source src="https://drive.google.com/uc?export=download&id=ADD GOOGLE DRIVE LINK ID" type="audio/mpeg"/</source></audio>

You can get easily this "google drive link id" from google drive link. This "google drive link id" is the small part of "google drive link" as shown in below given image in this post. This google link ID is situated between " d/ " and  " /view "  in google drive link as shown in below image.

Code for mp3 audio player in Blogger website:


What is GOOGLE DRIVE LINK ID ?


How to add mp3 in HTML

Add autoplay mp3 audio player in Blogger website:

Code for mp3 audio player in Blogger website:

Post a Comment