Opening a link in new window without leaving website
I have a News Ticker that link to different news source links. When you click on an item it takes you to a link and moves away from the website. Is there a way to keep the link opens in a. new window in the website site, without leaving the original home page?
Here is the html code of that page has the ticker in UNA:
<iframe class="ql-video" frameborder="0" allowfullscreen="true" src="https://rss.app/embed/v1/ticker/_PFwU2P09c6q2t0Xc" height="60" width="1200"></iframe><p><br></p>
-
- · Molosser Dogs
- ·
Try this
<iframe class="ql-video" frameborder="0" allowfullscreen="true" src="https://rss.app/embed/v1/ticker/_PFwU2P09c6q2t0Xc" height="60" width="1200" target="_blank"></iframe><p><br></p>