• This can easily be fixed by changing:

    <div id="tweet-button" style="width: 90px; float: left;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a></div>
    	<div id="pinterest-wrapper" style="width: 70px; float: left;"><a href="http://pinterest.com/pin/create/button/?url='.get_permalink($post->id).'&media='. $catch_thumb.'&description=' . $yasptitle . ' on ' . $yasplink . '" class="pin-it-button" count-layout="horizontal">Pin It</a></div>

    to:

    <div id="tweet-button" style="width: 90px; float: left;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal"></a></div>
    	<div id="pinterest-wrapper" style="width: 70px; float: left;"><a href="http://pinterest.com/pin/create/button/?url='.get_permalink($post->id).'&media='. $catch_thumb.'&description=' . $yasptitle . ' on ' . $yasplink . '" class="pin-it-button" count-layout="horizontal"></a></div>

    The text for those links is not needed, buttons work anyway. Maybe something to address in the next update?

    http://wordpress.org/plugins/yet-another-social-plugin/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Tweet Pin It text appearing on category page’ is closed to new replies.