Twitter themes. Tema ‘Twitter ticker’ como shortcode
En esta demo, se muestra el uso de Twitter themes mediante shortcode con el tema Twitter ticker.
@google
News and updates from Google
-
Thanks to you, we’re halfway to our goal of matching $7.5 million in donations to #FightEbola! http://t.co/AWDG9MaquK http://t.co/vIMTpLk0yv. . 18h.
-
Pay your respects at Arlington National Cemetery, even if you can’t make the trip #VeteransDay http://t.co/LTvar4hVoQ http://t.co/51oW4pHSAx. . 20h.
-
Our doors are open to veterans: Learn how to put your military experience to work at Google → http://t.co/4VExyNj0sY http://t.co/oMsJAlE8bk. . 22h.
-
A doodle for the vets we love and support. Happy Veterans Day! #GoogleDoodle http://t.co/HUjkycHQUf. . 23h.
-
For every $1 you give, Google will give $2 to @TheIRC @MSF @PIH & @SavetheChildren #FightEbola http://t.co/AWDG9MaquK http://t.co/FpbHc5gQhD. . 10 Nov.
-
Help #FightEbola. For every $1 you give, Google will give $2. Donate here: http://t.co/M8MOJYpwbX http://t.co/vRNMsYixiI. . 10 Nov.
-
Today’s #GoogleDoodle commemorates the 25 years of unity since the fall of the Berlin Wall: https://t.co/3OBC5R5Nla http://t.co/WSh7tNP5Mf. . 9 Nov.
-
An employee from which store stole hearts and search this week. Answer→http://t.co/496l1zfrBK #GoogleTrends http://t.co/EJ0rt8f7IF. . 7 Nov.
-
Good read: @Stevenlevy on how Google is reimagining movies for mobile → http://t.co/MD9qVqA3XE #SpotlightStories http://t.co/99f1A3s8UU. . 6 Nov.
-
Go behind the scenes with @BBC_Travel on a #StreetView expedition to map South Georgia Island http://t.co/eAyRYWcQRt http://t.co/fJN29GaajK. . 6 Nov.
-
Joining @YouTube production spaces in LA, London & Tokyo, @YouTubeSpaceNY is now open … and it’s amazing. http://t.co/0GZ4xlgYM2. . 6 Nov.
-
Think you’re too smart to fall for a phishing scam? It works more often than you might think → http://t.co/NzzvIxez7d http://t.co/G2RPJ1pd6H. . 6 Nov.
Además, he añadido el siguiente CSS para mostrar que puede personalizarse el diseño mediante los diversos class que se generan:
.twitter_themes {
margin: 0 auto;
width: 300px;
border: 1px solid #CCC;
}
.profile_all {
padding: 10px;
}
.twitter_themes .tweet_list {
height: 300px!important;
}
.tweet_list .odd {
background: #ECF4FC;
}
.twitter_themes .tweet_list .tweet_content {
padding: 5px 10px!important;
}
.twitter_themes .tweet_list_all {
margin: 0!important;
padding: 0!important;
border-bottom: none!important;
}
El shortcode usado es el siguiente:
[twitter_themes screen_name=”google” profile_image=”normal” cache_time=”1″ date=”true” hyperlinks=”true” target_blank=”true”]
