Title: Problems adding Javascript!
Last modified: August 19, 2016

---

# Problems adding Javascript!

 *  [URE](https://wordpress.org/support/users/ure/)
 * (@ure)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/problems-adding-javascript/)
 * Hi!
 * I have problem!
 * I made a spry tabbed panels with dreamweaver cs4 and tried to embed it into wordpress
   theme, but no luck!
 * Here is what I tried! I put the SpryTabbedPanels.css and SpryTabbedPanels.js 
   in my themes root folder and I inserted in my header.php above </head> :
 * <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/
   SpryTabbedPanels.js”></script> <link rel=”stylesheet” type=”text/css” href=”<?
   php bloginfo(‘template_directory’); ?>/SpryTabbedPanels.css” media=”screen” /
   >
 * in this case the css works fine, but the js doesn’t!
 * I also tried:
 * <script type=”text/javascript” src=”/SpryTabbedPanels.js”></script>
 * and
 * <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/SpryTabbedPanels.
   js”></script>
 * but none of them works!
 * If someone can help – please tell me what am I doing wrong!
 * Thank you!

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

 *  Thread Starter [URE](https://wordpress.org/support/users/ure/)
 * (@ure)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/problems-adding-javascript/#post-1376299)
 * That’s right – I also tried
 * <?php
    wp_enqueue_script(‘SpryTabbedPanels’, WP_PLUGIN_URL . ‘/SpryTabbedPanels.
   js’, array(), ‘1.0’ ); ?>
 * but no luck!
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/problems-adding-javascript/#post-1376306)
 * The prolem may not be with the JS include path, open the JS file and check for
   any paths directly in the JS and update as necessary..
 * Just a suggestion, i don’t use the script myself.

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

The topic ‘Problems adding Javascript!’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/problems-adding-javascript/#post-1376306)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
