Viewing 3 replies - 1 through 3 (of 3 total)
  • Finally fixed this, will be featured in a next version.

    Thread Starter archon810

    (@archon810)

    Thanks :]

    I actually had a related bug, which was much nastier. I don’t remember exact specifics but it had to do with square brackets [] being in the alt or title params of an hyperlinked image, and if one of custom keywords was also part of the alt/title. The mayhem produced by this spews out half-broken HTML code onto the page as text.

    If you can’t repro this, ping me please and I’ll make a definitive test case.

    Thanks.

    Thread Starter archon810

    (@archon810)

    Just reproed the cluster&@*$:

    EVO 4G is a keyword entered in the plugin.

    The original HTML is:

    <li>Select the EVO 4G and <em>Buy with new plan</em>: 
    
        <br /><a href="https://www.androidpolice.com/wp-content/uploads/2010/06/image155.png"><em><img style="display: inline" title="[Secret Deal] Get The HTC EVO 4G From Sprint.com For $150 ($50 Off)" alt="[Secret Deal] Get The HTC EVO 4G From Sprint.com For $150 ($50 Off)" src="https://www.androidpolice.com/wp-content/uploads/2010/06/image_thumb156.png" width="325" height="151" /></em></a><em> </em></li>

    The plugin turns it into:

    <li>Select the EVO 4G and <em>Buy with new plan</em>:       <br /><a href="https://www.androidpolice.com/wp-content/uploads/2010/06/image155.png"><em><img style="display: inline" title="[Secret Deal] Get The <a title=" htc evo href="https://www.dpbolvw.net/sq112efolfn26C3849B243A965A8?sid=ap">HTC EVO 4G</em></a> From Sprint.com For $150 ($50 Off)" alt="[Secret Deal] Get The HTC EVO 4G From Sprint.com For $150 ($50 Off)" src="https://www.androidpolice.com/wp-content/uploads/2010/06/image_thumb156.png" width="325" height="151" /><em> </em>
    
    </li>

    So basically it’s transforming the title attribute as well, which it shouldn’t do (Windows Live Writer adds a title element automatically when you add an alt).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: SEO Smart Links] Custom keywords break existing <a> tags’ is closed to new replies.