Forums

Rotating Tweets (Twitter widget and shortcode)
[resolved] [Plugin: Rotating Tweets widget and shortcode] Adding larry bird in front of twitter feed for rotati (2 posts)

  1. rmhardwick
    Member
    Posted 11 months ago #

    Anyone know or have the code/css to add the twitter logo in front of the feed in this plugin? Looking to add it to the left hand side in front of the tweet steam?

    thanks

    http://wordpress.org/extend/plugins/rotatingtweets/

  2. Martin Tod
    Member
    Plugin Author

    Posted 11 months ago #

    If you add the following to your CSS, it puts a blue bird to the left of your tweets:

    /* Makes a bird appear to the left of your tweets - you can find more birds at https://dev.twitter.com/docs/image-resources */
    div.rotatingtweet {
    	background-image: url('https://dev.twitter.com/sites/default/files/images_documentation/bird_blue_32.png');
    	background-repeat:no-repeat;
    	background-position:left top;
    	padding-left: 38px;
    }

    As the code says, you can find more birds at https://dev.twitter.com/docs/image-resources.

    Is this what you had in mind?

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.