How to prevent a widget to open in a new tab?Issue If you go to the widget editor .In the HTML Template of that widget you will see something like "target="{{::item.target}} " and "target="_blank" By removing target="{{::item.target}} and target="_blank from Body HTML template the widget will not open in a new tab. (<a href="http://yourlink.com" target="_blank">Your link text</a>) This is what causing the widget to open in a new tab