Plugin for including a offsite webpage
-
Hello,
I am using javascript to include a tagboard like page that a friend built for us in the footer of the page. The javascript is working. However, I am wondering if there is a plugin to do the same thing, that would remove the need for the javascript at all.Here is the script:
<div id="TagBoard" style="height:100%;width:100%"> </div> <script type="text/javascript"> window.jQuery || document.write('\x3Cscript src="scripts/jquery-1.8.3.min.js" type="text/javascript">\x3C/script>'); </script> <script> $(document).ready(function () { $('#TagBoard').load("http://joshforgy.net/Hope"); }); </script>Thanks!
The topic ‘Plugin for including a offsite webpage’ is closed to new replies.