# Como adicionar JS personalizado a um tema?

**URL:** https://meta.discourse.org/t/how-do-you-add-custom-js-to-a-theme/112764
**Category:** Support
**Created:** [27 Março , 2019 23:33 UTC](https://meta.discourse.org/t/how-do-you-add-custom-js-to-a-theme/112764 "2019-03-27T23:33:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jordanjonesuk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jordanjonesuk/32/135352_2.png) [@jordanjonesuk](https://meta.discourse.org/u/jordanjonesuk)
#### Post date: [27 Março , 2019 23:33 UTC](https://meta.discourse.org/t/how-do-you-add-custom-js-to-a-theme/112764/1 "2019-03-27T23:33:52Z")

</div>

Hey guys,

I know how to add the custom CSS / HTML to a theme, but when I try to add custom javascript to the theme, this doesn’t work

Is there a way around this?

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [27 Março , 2019 23:49 UTC](https://meta.discourse.org/t/how-do-you-add-custom-js-to-a-theme/112764/2 "2019-03-27T23:49:25Z")

</div>

What do you mean by ‘doesn’t work’? Are you seeing errors in your browser’s console, or is the problem that the script isn’t doing what you are wanting it to do? If you can give us more information about what you are trying to accomplish, someone here will be able to point you in the right direction.

You can get some information about using javascript in themes from these topics:

- [Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648)
- [Using the JS API](https://meta.discourse.org/t/using-the-pluginapi-in-site-customizations/41281)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [28 Maio , 2022 17:16 UTC](https://meta.discourse.org/t/how-do-you-add-custom-js-to-a-theme/112764/4 "2022-05-28T17:16:26Z")

</div>


