• Tweet This is quick and easy to set up–LOVE the simple functionality and options. Here’s one item to consider adding: offer a size drop down option for the icon.

Viewing 1 replies (of 1 total)
  • Plugin Author John Morris

    (@jtmorris)

    I have added this to my future feature additions list.

    In the meantime, this resizing can be accomplished using the CSS override box at the bottom of the Tweet This settings page.

    a.TT_tweet_link img { width: 30px; max-width: none; max-height: none; }

    Simply copy and paste the above into the CSS override field, and change the width value as desired. All default icons are 25 pixels wide and 25 pixels high. Alternatively, instead of width, you can specify a height value.

    a.TT_tweet_link img { height: 30px; max-width: none; max-height: none; }
Viewing 1 replies (of 1 total)
  • The topic ‘Tweeting the love, one suggestion’ is closed to new replies.