Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

dj

// Add Shortcode
function custom_shortcode() {

	<br><br><br><br>	<div id="dj">
	<?php
	include("dj.php");
	?></div> <br><br>
	<div id="dj">

}
add_shortcode( '', 'custom_shortcode' );