• Resolved Luc Mariaux

    (@lucmariaux)


    When a post contains a URL that includes a hash, the plugin wrongly generates a hasthtag link that prevents the original URL to function.

    To solve this problem in the function “fill_hashtags” (two occurrences in PHP and one in JS) I replaced the test “if(strpos($str[$i], ‘#’) !== false)” with “if(strpos($str[$i], ‘#’) === 0)” and it solves the problem, but this local modification will disappear with the next update…

Viewing 1 replies (of 1 total)
  • Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Thank you for letting us know about the issue!

    We will fix it in our upcoming version.

    Thank you!

    Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Hash in URL’ is closed to new replies.