Leave a Reply

Your email address will not be published. Required fields are marked *


jQuery(document).ready(function($){ setTimeout(function(){ $('iframe[src*="spotify"]').each(function(){ var src = $(this).attr('src'); $(this).attr('src', src); }); }, 1000); });
Verified by MonsterInsights