As im still new to Actinic, I have a quick query.
Ive just added some HTML5 / Javascript to my site, and since this it is crashing actinic, i believe that i would need to use a Block If to stop this from happening?
The code ive entered is for a live feed from facebook, see below;
Can anyone help me to get around the crashing of actinic?
Ive just added some HTML5 / Javascript to my site, and since this it is crashing actinic, i believe that i would need to use a Block If to stop this from happening?
The code ive entered is for a live feed from facebook, see below;
Code:
<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
Comment