• Resolved FENOMICS

    (@fenomics)


    Hi, not really sure how this must look like for 1 or 2 special links.
    “Uncheck above and use this jQuery selector to determine what links get notification instead of automatically selecting all external links.”
    The default is: a[href*=”//”]:not([href*=”yourwordpressinstallation.url”])

    I want 1 Link to https://www.test.de with notifier.. a link to a subdomain should have no notifier..
    can I also add more links?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    Sure can! Here’s an example you can use to just notify on links to

    Use this selector:

    a[href*="www.test.de"],a[href*="www.kernel.org"],a[href*="www.remarpro.com"]

    PLEASE NOTE: If you copy/paste, please retype the ” character as sometimes you get unicode quotes that break the selector entirely.

    Let me know if that gives you what you need to get it working. I’ll be glad to assist further as you require.

    Plugin Author Curtis V. Schleich

    (@cvscvstechcom)

    So did this solve your problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notification only for some links’ is closed to new replies.