Replies: 0
Hi, so on my WordPress site, I have a hero widget and I want to add a javascript (js) to it. I searched on Google and I found that I should add this to it
<script type=”text/javascript” src=”/public_html/wp-admin/js/clipboard.js”></script>
<script type=”text/javascript”>
<!–
updatepage();
//–></script>
but when I reload the page nothing happens.
What should I do to fix this?
Thanks
-term