Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same issue. Any luck fixing it? See issue here: http://www.emilybinder.com/

    If you just want space:

    span.intent-meta a.in-reply-to, a.retweet, a.favorite { padding-right: 5px; }

    If you want a background image (e.g. as at http://bioneural.net) from:

    https://dev.twitter.com/docs/image-resources

    Then use these 3 CSS rules in your stylesheet:

    span.intent-meta a.in-reply-to { display: inline; padding: 2px 0 2px 20px; background: url(‘images/reply.png’) left center no-repeat; padding-right: 5px; }

    span.intent-meta a.retweet { display: inline; padding: 2px 0 2px 20px; background: url(‘images/retweet.png’) left center no-repeat; padding-right: 5px; }

    span.intent-meta a.favorite { display: inline; padding: 2px 0 2px 20px; background: url(‘images/favorite.png’) left center no-repeat; padding-right: 5px; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Twitter Widget Pro] There are no separator characters between tweet intents’ is closed to new replies.