Re: I may be a bit confused about template iframe embed
Posted: Wed Nov 16, 2016 9:46 pm
just add the code posted to your overall_footer.html ACP template folder, right before the closing
tag or just before
add this
Code: Select all
</body>
Code: Select all
<!-- EVENT acp_overall_footer_after -->
Code: Select all
<script type="text/javascript">
$(document).on('mouseup', '.postimage', function(){
var w3allappend = "getw3all_lightbox";
if ('parentIFrame' in window) window.parentIFrame.sendMessage(w3allappend);
});
$(document).on("click", "a", function() {
var href = $(this).attr("href");
var w3allappend = href;
if ('parentIFrame' in window) window.parentIFrame.sendMessage(w3allappend);
});
</script>
<script type="text/javascript" src="http://catchwrestle.com/forum/iframeResizer.contentWindow.min.js" defer></script>