I'm writing a javascript plugin using instafeed.js. I'm having a problem with ModX Evolution because of this line of my code: template: '<a href="{{link}}"><img src="{{image}}" /></a>'
I'm pretty sure ModX is trying to associate {{link}} and {{image}} with Chunks that do not exist, causing my plugin to crash. Is there a way to tell ModX that {{link}} and {{image}} are not Chunks, but part of the javascript?