Philip Remer
posted this on February 25, 2011 16:51
The most common problem with widgets is in its links. Widgetbox renders each widget in an iframe and thus its links need to target _new or _blank or _top.
One way to automatically do it for all links in the widget is to use the Insert Snippet dropdown menu in the Code Editor window of the Widget Studio and choose "Links in New Window".

This will insert the necessary snippet of code that will attempt to make all links in your code open in a new window.
