Wednesday, March 16, 2022

Adding a song to a "Post"

 Hmmmmmm

Code

this is the script to use to embed an MP3, put it into a post using HTML editor, not the text editor.

Note:  you will need to host the MP3 files on an audio hosting service like Google Drive, Dropbox, etc... because you can't upload and save audio files on Blogger directly.

<audio controls="controls" src="File URL address here">
</audio>

Try this option

<iframe src="https://drive.google.com/file/d/1KLs15dzV-StB_luzXdbsjABeiY2Ekc7S/preview" width="640" height="480"></iframe>

Still did not work




Embedding the Code

  • Open the Blogger Platform.
  • Go to the Post section and Click on New Post.
  • Before adding the content, switch to HTML View.
  • Insert the Google Reader Player customized code.
  • You can Click On “Preview” to see the music player appears in the blog post.
  • Now you can add the content and click on “Publish“.
  • Done.

No comments:

Post a Comment