Yah website se direct link generate kar sakte hain.
https://sites.google.com/site/gdocs2direct/
Certainly! Here's the HTML code to embed your MP3 audio file from Google Drive into a Google Blogger post:
```html
<audio controls>
<source src="https://drive.google.com/uc?export=download&id=1EilVUheV7DwoPO5yrDqgvEi-sJ0ncpYs" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
```
To use this code, follow these steps:
1. Copy the code provided above.
2. Go to your Google Blogger post editor.
3. Switch to the HTML editing mode (usually indicated by '<>' or 'HTML' buttons).
4. Paste the code into the desired location in your blog post.
5. Preview or publish your blog post to see the embedded audio player.
Make sure to replace the URL in the `src` attribute (`https://drive.google.com/uc?export=download&id=1EilVUheV7DwoPO5yrDqgvEi-sJ0ncpYs`) with the direct download link of your MP3 file from Google Drive. You can get the direct download link by following these steps:
1. Right-click on the MP3 file in Google Drive.
2. Select "Get shareable link" or "Share".
3. Change the sharing settings to "Anyone with the link can view".
4. Copy the shareable link provided.
5. Replace the part of the copied link that begins with `https://drive.google.com/file/d/` and ends with `/view?usp=drivesdk` with `https://drive.google.com/uc?export=download&id=` to obtain the direct download link.
Remember to publish your post and ensure that the audio file is publicly accessible for it to work on your Blogger site.
0 Comments