Title: Do dynamic java script feeds work in WP?
Last modified: August 18, 2016

---

# Do dynamic java script feeds work in WP?

 *  [erusch](https://wordpress.org/support/users/erusch/)
 * (@erusch)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/do-dynamic-java-script-feeds-work-in-wp/)
 * I’m an affiliate for a company that provides data feeds for your site. I’d like
   to be able to use them on WP pages. Is this even possible? I’ve copied a sample
   of the code below.
 * <!–Begin Dynamic PSC Code–>
    <SCRIPT LANGUAGE=”Javascript” SRC=”[http://homevisions.pscsrv.net/serve.pl?mh=8&uid=18&usedesc=&imagesize=1&useprice=&Keywords=&Name=&Catone=Bath](http://homevisions.pscsrv.net/serve.pl?mh=8&uid=18&usedesc=&imagesize=1&useprice=&Keywords=&Name=&Catone=Bath):
   Bath Decor&Cattwo=&colnum=2&bordercolor=e0e0e0&tablewidth=300&fontface=Arial&
   fontsize=2&vr=1&nh=”></SCRIPT> <!–End Dynamic PSC Code–> <!–Begin Product Name
   HTML Dolphins at Play Bath Ensemble, Ocean Floor Wall Collection, Outhouse Scenic
   Wall Collection, Mini Lighthouse Wall Collection, Tissue Butler, �Bathing Beauties
   � Vintage Prints, French Maid Tissue Holder, Antique Brown Powder Room Plaque,
   End Product Name HTML–>

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/do-dynamic-java-script-feeds-work-in-wp/#post-346442)
 * Yes they do
 *  Thread Starter [erusch](https://wordpress.org/support/users/erusch/)
 * (@erusch)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/do-dynamic-java-script-feeds-work-in-wp/#post-346443)
 * That’s encouraging. Any idea’s why, when I post the above code into the HTML 
   window, the code actually disappears when I save it.
 *  [shanepike](https://wordpress.org/support/users/shanepike/)
 * (@shanepike)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/do-dynamic-java-script-feeds-work-in-wp/#post-346455)
 * To use JavaScript in your pages, you have to move the JavaScript into a separate
   file and link it from the page like this:
 * `<script src="/yourfile.js" type="text/javascript"> </script>`
 *  [red-star](https://wordpress.org/support/users/red-star/)
 * (@red-star)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/do-dynamic-java-script-feeds-work-in-wp/#post-346464)
 * Correct!
    See also [http://wordpress.org/support/topic/62963?replies=3](http://wordpress.org/support/topic/62963?replies=3)
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/do-dynamic-java-script-feeds-work-in-wp/#post-346465)
 * You don’t actually have to have external files. But if you’re going to use inline
   js, you’re going to have to NOT use the blinkin’ wysiwyg thingie. And in fact,
   you really should just use a plain vanilla text editor (like notepad2 from [http://flos-freeware.ch/](http://flos-freeware.ch/))
   to edit the file you want it in.
 * AND if you want your blog to validate, you’ll have to enclose the actual js inside
   CDATA tags.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Do dynamic java script feeds work in WP?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * Last activity: [20 years, 1 month ago](https://wordpress.org/support/topic/do-dynamic-java-script-feeds-work-in-wp/#post-346465)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
