Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tal

ad

// Add Shortcode
function custom_shortcode() {

	<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
	<!-- Matkonim- Daf New Resposnive -->
	<ins class="adsbygoogle"
	     style="display:block"
	     data-ad-client="ca-pub-2245304410451552"
	     data-ad-slot="8021564412"
	     data-ad-format="auto"></ins>
	<script>
	(adsbygoogle = window.adsbygoogle || []).push({});
	</script>

}
add_shortcode( 'ad', 'custom_shortcode' );