Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Yesterday at 02:04 PM
Bret Peavy Posted April 18, 2015 Posted April 18, 2015 I'm using version 3.4x and I want to add this bit of code to my websiteThis was the instruction to install it: Insert this snippet into your website source code. If your site has jQuery leave out the first line.<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> <script type="text/javascript"> (function() { function async_load(script_url){ var protocol = ('https:' == document.location.protocol ? 'https://' : 'http://'); var s = document.createElement('script'); s.src = protocol + script_url; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } bm_website_code = '5E33DEB0DD2842FE'; jQuery(document).ready(function(){async_load('asset.pagefair.com/measure.min.js')}); jQuery(document).ready(function(){async_load('asset.pagefair.net/ads.min.js')}); })(); </script>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.