# Integrating a customized highlight.js into my forum

**URL:** <https://meta.discourse.org/t/integrating-a-customized-highlight-js-into-my-forum/48758>\
**Category:** Support\
**Created:** [17. August 2016 um 20:53 UTC](https://meta.discourse.org/t/integrating-a-customized-highlight-js-into-my-forum/48758 "2016-08-17T20:53:12Z")\
**Posts on this page:** 1\
**Showing post:** 9

<div class="post-metadata">

**Author:** ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)\
**Post date:** [21. August 2016 um 12:43 UTC](https://meta.discourse.org/t/integrating-a-customized-highlight-js-into-my-forum/48758/9 "2016-08-21T12:43:35Z")

</div>

Not sure what the error is, but I can tell you it will be in this file  
[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/click-track.js.es6](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/lib/click-track.js.es6)

And any changes you would need to make to that to support the different protocol, or tell it to skip click-tracking all together would likely be accepted in Core.

I think if you right-click and choose open in New Tab/Window, the link should work and skip click-track (again, I think). I know that isn’t the most feasible, but just something to keep in mind.

Actually thinking through this, if you change your generated link to also have the class of `hljs-title no-track-link`, it should solve your problem.

---

_[View the full topic](https://meta.discourse.org/t/integrating-a-customized-highlight-js-into-my-forum/48758)._
