Beatport Top 10 Tracks Widget

Add script and style URLs and set the artist URL.

<html>
<head>
  ...
  <!--widget stylesheet-->
  <link rel="stylesheet" href="https://devzac.com/beatport_devzac.min.css" />
</head>
<body>
...
<!--widget html element-->
<div id="beatport_section"></div>
<!--Load Script-->
<script src="https://devzac.com/beatport_devzac.min.js" ></script>
<!--Init widget -->
<script>
beatport_devzac.init({
  artist_url: "https://www.beatport.com/artist/david-guetta/10631",
});
</script>
</body>
</html>

The exemple above will display David Guetta widget