Links in comments – how to set to open in new window
-
When commenters include a link in their comment, it opens in the same window, so they leave my blog.
Is there a way to change the settings to these open in a new window?The blog I need help with is: (visible only to logged in users)
-
No, there’s no such setting. The only thing you can do is edit the comments yourself and modify the code. The code model for a link that opens in a new window or tab is this:
<a href="URL HERE" target="_blank">TEXT HERE</a>
- The topic ‘Links in comments – how to set to open in new window’ is closed to new replies.