Replies: 0
So, I have 2 websites, a WordPress website with the All in One Event Calendar Plugin, and another html website that has a feed from the WordPress calendar site on it. I didn’t build either of these websites but just maintain them. The html to embed the calendar arbitrarily stopped working for some reason and the feed has vanished. The codes is as follows:
<script class=”ai1ec-widget-placeholder” data-widget=”ai1ec_superwidget” data-action=”stream” data-tag_ids=”10″>
(function(){var d=document,s=d.createElement(‘script’),
i=’ai1ec-script’;if(d.getElementById(i))return;s.async=1;
s.id=i;s.src=’http://www.texascitycommunitycalendar.com/?ai1ec_js_widget’;
d.getElementsByTagName(‘head’)[0].appendChild(s);})();
</script>
Is there an updated format for code for embedding? I can only assume something changed on the back-end of the plugin or WordPress that renders this code inaccurate for embedding purposes.