Title: Plugin for including a offsite webpage
Last modified: August 22, 2016

---

# Plugin for including a offsite webpage

 *  [ahermon](https://wordpress.org/support/users/ahermon/)
 * (@ahermon)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/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.

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [webpage](https://wordpress.org/support/topic-tag/webpage/)

 * 0 replies
 * 1 participant
 * Last reply from: [ahermon](https://wordpress.org/support/users/ahermon/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-for-including-a-offsite-webpage/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
