Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
RamZz Posted July 28, 2017 Posted July 28, 2017 Hi there, Is there any coding Guru that can explain how to make my code work in the ips board. <script> var widgetHtml = '<iframe src="http://wallapi.com/api/subscription/?key=237dfg2345237487203jsx&uid=[USER_ID]&widget=p10_1" width="750" height="800" frameborder="0"></iframe>' function getUid() { var uid = document.getElementById('userId').value; if(!uid) { alert('Please enter your Accounts id'); } else { widgetHtml = widgetHtml.replace('\[USER_ID\]', uid); document.getElementById('pwWidgetContainer').innerHTML = widgetHtml; document.getElementById('uidForm').style.display = 'none'; } } </script>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.