Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dmca services

    (@dmca)

    Hi @fvelmntnja12
    You could probably add a target to the a href tag.
    Like this

    Add target=”_blank” inside our “a” tag

    let us know if that works.
    Thanks

    DMCA Support

    Thread Starter fvelmntnja12

    (@fvelmntnja12)

    Hi I added target=”_blank” after alt=”DMCA.com Protection Status” as such:

    <a href="//www.dmca.com/Protection/Status.aspx?ID=198d92a4-0fcd-4f08-8f15-177c0f88d024" title="DMCA.com Protection Status" class="dmca-badge"> <img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-07.png?ID=198d92a4-0fcd-4f08-8f15-177c0f88d024" alt="DMCA.com Protection Status" target="_blank" /></a> <script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script>

    but still no change opens over my webpage and shows status.

    Thread Starter fvelmntnja12

    (@fvelmntnja12)

    <a href="//www.dmca.com/Protection/Status.aspx?ID=198d92a4-0fcd-4f08-8f15-177c0f88d024" title="DMCA.com Protection Status" class="dmca-badge" target="_blank"> <img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-07.png?ID=198d92a4-0fcd-4f08-8f15-177c0f88d024" alt="DMCA.com Protection Status" /></a> <script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script>

    This worked, resolved thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Open in new tab when you click on badge’ is closed to new replies.