Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Auto link

Comments

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited April 2017

    you can modify your autolinks via the class.autolink.plugin.php

    look for $wordlinkArray around line 90 and set the word (or words) you are looking to link and the link.
    The search will search for one word, or two and three word phrases. Each word to search for must be between 4 and 15 characters.

    the plugin may not work with unicode and you will need to read other discussions relating to the plugin and dealing with unicode.

    caveat: inline images must not have tags or autolinks within the title or alt.

    e.g.
    if "homerun" is in your title and is a tag or autolink precede the homerun with a dash.

    i.e. in title and alt change homerun to -homerun

    from

    //bad
    <img alt="homerun image" src="http://w5.vanillicon.com/551750a6e2dc8df0429928f3b745be34_50.png" title="homerun">
    
    change above to 
    
    //good
    <img alt="-homerun image" src="http://w5.vanillicon.com/551750a6e2dc8df0429928f3b745be34_50.png" title="-homerun">
    
Sign In or Register to comment.