(function() { console.log('Giving Wall'); var gwScriptTag = document.querySelector('script[data-name="giving-wall"]'); var gwWallIframe = document.createElement('iframe'); gwWallIframe.setAttribute('src', 'https://givelaunch.com/walls/60953fdc3e789100170c8c93'); gwWallIframe.setAttribute('allowfullscreen', 'true'); gwWallIframe.setAttribute('style', 'height: 800px; border: none; width: 100%;'); gwScriptTag.parentElement.insertBefore(gwWallIframe, gwWallIframe.nextSibling); })()