• Resolved aunpric

    (@aunpric)


    How to open a new tab with that post url when someone click on ads

    Like Im reading mysite.com/thispost/

    and I click the ads between post

    a New tab open with mysite.com/thispost/ and will open in that page without any issue

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Namith Jawahar

    (@namithjawahar)

    Its not possible if you are using an ad network like adsense. If you are using your own image/text ads you can add target=”_blank” to the “a” tag to open the clicked url in a new tab.

    Plugin Author Namith Jawahar

    (@namithjawahar)

    <a href="youradsite.com/path" target="_blank"><img src="youradimage.jpg" /></a>

    This will open the ad in a new tab and keep your current page untouched in the same tab.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Open A new Tab when click on ads’ is closed to new replies.