function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Julian Juez Alfaro 3Julian Juez Alfaro 3 

Syndicated Knowledge: open article in new tab

I am using the Syndicated Knowledge App to display Knowledge Articles on our website. It all works fine.
Would anyone know how I can make it that, when clicked, the article opens in a new tab rather than on the existing tab?
 
I have searched and tested several things on the code generated as well as on the Classes / VF pages, but have not been successful.
 
Thank you in advance,
Julian
 
Best Answer chosen by Julian Juez Alfaro 3
Julian Juez Alfaro 3Julian Juez Alfaro 3
Just found it out. In the code generated, I need to add a line:
a.setAttribute("target", "_blank");