SUPPORT THE PODCAST AND BECOME AWESOME!
Episodes
All Episodes
279
By Category
Smackdown
11
EdTech Final Four
10
Artificial Inteligence
8
I Like to Podcast and You Will Too!
9
Reviews
All Reviews
Rate on Apple Podcasts
Rate on Spotify
Rate on Podchaser
Blog
Store
Follow
Spotify
Apple Podcasts
Overcast
Castamatic
Podverse
Fountain
Amazon Music
Podchaser
iHeartRadio
Pandora
YouTube Channel
Goodpods
RSS Feed
Contact
About
Bluesky
Instagram
YouTube
Tiktok
LinkedIn
Search
House of #EdTech
The #edtech podcast that explores how technology is changing the way teachers teach and the impact that technology is having in education. …
Choose your favorite podcast player
`; document.body.appendChild(customContainer); // Show the container customContainer.style.display = 'block'; // If the content contains scripts, ensure they execute var scripts = customContainer.getElementsByTagName('script'); for (var i = 0; i < scripts.length; i++) { var oldScript = scripts[i]; var newScript = document.createElement('script'); // Copy attributes for (var j = 0; j < oldScript.attributes.length; j++) { var attr = oldScript.attributes[j]; newScript.setAttribute(attr.name, attr.value); } // Copy content newScript.innerHTML = oldScript.innerHTML; // Replace the old script with the new one oldScript.parentNode.replaceChild(newScript, oldScript); } } var subscribeUrl = "/api/subscribe/" $('#subscribeModalForm').submit(function(event){ event.preventDefault(); $('#subscribeModalInputFeedback').text("") $('#subscribeModalInput').removeClass("is-invalid") var first_name = $('#subscribeNameModalInput').val() var email = $('#subscribeModalInput').val() var payload = { 'email': email, 'first_name': first_name, 'podcast': '12691928669053' } $.post(subscribeUrl, payload).done((res) => { $('#emailModal').modal('hide') }).fail((xhr, status, error) => { var err = xhr.responseJSON if(!err.errors) { return } if('email' in err.errors) { $('#subscribeModalInput').addClass("is-invalid") $('#subscribeModalInputFeedback').text(err.errors.email.join(', ')); } }) }) });