Is there a way to load the following JavaScript ad after 30 seconds on my WordPress site?
<script type="text/javascript">
var uid = '219412';
var wid = '586053';
var pop_tag = document.createElement('script');
pop_tag.src='//cdn.popcash.net/show.js';
document.body.appendChild(pop_tag);
pop_tag.onerror = function() {
pop_tag = document.createElement('script');
pop_tag.src='//cdn2.popcash.net/show.js';
document.body.appendChild(pop_tag)
};
</script>
If you have any insights or suggestions, they would be greatly appreciated. Thank you.