Players 41 views

Getting Started with Helpblogger Audio Player

July 15, 2025 12:49 PM
Audio Player Helpblogger MyLink
The Helpblogger Cloud Player allows you to embed an audio player on your website with a simple CDN script and custom HTML tags. You can use it to stream audio content directly from your site without needing any heavy JavaScript setup. Load the Player Script
Attribute Description Example
artist The name of the artist. artist="Mohbad"
title The title of the audio track. title="Sorry"
url Full URL to the audio file (MP3, etc.). url="https://example.com/audio.mp3"
dl Enable or disable download button. Use dl="on" to show download. dl="on"

Code Examples

<script src="https://cloud.mylink.ng/cdn/Helpblogger/v2/hb-player.js"></script>

<helpblogger 
  artist="Mohbad" 
  dl="on" 
  title="Sorry" 
  url="https://www.voxnaija.com/wp-content/uploads/2023/09/Mohbad_-_Sorry.mp3">
</helpblogger>

Table of Contents

Quick Actions