Roman
    Spectator
    Posts: 3147
    January 23, 2014 at 8:10 pm #9023

    the code is breaking because you are using a span tag in the page/post title

    Mike Chilson
    Spectator
    Posts: 7
    January 23, 2014 at 9:22 pm #9024

    I see.. But I am not… I guess it’s the download product plug-in doing it.

    Mike Chilson
    Spectator
    Posts: 7
    January 23, 2014 at 9:33 pm #9025

    After reviewing it it looks like your theme might be putting the span in…

    <a class=”tipsytext” href=”http://www.facebook.com/sharer/sharer.php?u=http://www.modelers-reference.com/downloads/saab-b-17/&t=<span itemprop=” target=”_blank” rel=”nofollow” original-title=”Share on Facebook” name”=””>

    The span has “Share on Facebook”. My download plugin knows nothing about that.

    The entire block has the span tags but no closing spans

    Roman
    Spectator
    Posts: 3147
    January 23, 2014 at 10:29 pm #9026

    as I mentioned above, there is inserted a span tag in the post/page title….as you said, maybe by a plugin….the share buttons built in evolve are not using any such tags in the sharing links

    when I check the source code of your post/page title I see clearly this code:

    Code:
    <span itemprop=”name”>SAAB B 17</span>
    Mike Chilson
    Spectator
    Posts: 7
    January 23, 2014 at 10:35 pm #9027

    Ahh gotcha. Thanks was looking in the wrong place.