Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter NanoWisdoms

    (@nanowisdoms)

    Ok it seems to be working, but it just shows the wrong link in the pop up.

    If the item format could use regular expressions that would be very useful because otherwise it finds this link first:

    http://essentialismaili.com/2015/12/22/video-jesus-in-esoteric-islam-ismaili-interpretations-of-christ/#respond

    with the title “Leave a comment” instead of

    http://essentialismaili.com/2015/12/22/video-jesus-in-esoteric-islam-ismaili-interpretations-of-christ/

    which is the correct link.

    So if regular expressions were possible then the link could be specified as:

    http://essentialismaili.com/.*/.*/.*/.*/[^#]
    OR
    ^http://essentialismaili.com/.*/.*/.*/.*/$

    so the wrong link is not picked up.

    Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi Nanowisdoms,

    I think you should use as more details DOM XPATH as possible. You could use our demo tool at https://demo.foobla.com/links_finder

    Here is an example of specific XPATH: http://awesomescreenshot.com/0445kc8je9

    Regards!

    Thread Starter NanoWisdoms

    (@nanowisdoms)

    Ah that demo links finder is very useful and that XPATH is very clever!

    I didn’t know you could give more details for the XPATH like that because I thought it would limit the region so only 1 URL would be found.

    Thank you very much!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links finder container not working??’ is closed to new replies.