Botón de compartir de Twitter que muestra los avatares – Colleges – Virtual


Cargando..
A veces aunque tengamos en el blog elbotón de compartir de Twitter parece no ser suficiente pues muchos no se animan a compartir la entrada aun cuando ésta sea interesante para el lector. Así que quizá tengamos que recurrir a tentar la vanidad de nuestros lectores con estebotón para compartir de Twitter que muestra los avatares de aquellos quienes han compartido la entrada.
Este animado y divertido botón es una idea desarrollada porMore Tech Tips y está basado en jQuery apoyado en la API de Topsy.

Se muestra sólo al ingresar en la entrada y una vez que el lector retwittea el post su avatar aparecerá en en el botón junto con el de los demás lectores que lo han rettwiteado. Puedes hacer la prueba en esta misma entrada para verlo funcionando.

Para agregar este botón de compartir de Twitter entra enDiseño | Edición de HTML y antes de/head pega lo siguiente:
script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'/
script src='http://who-tweet-button.googlecode.com/files/jquery.who-tweet-button-1.0.min.js' type='text/javascript'/
script type='text/javascript'
$(document).ready(function(){
$('div.who-tweet-2').whoTweet({
nick:'usuario'
,url:''
,tweet_tip:1
,animate:'height'
});
});
/script

Cambia lo que está encolor rojo por tu nombre de usuario de Twitter y luego antes de
/b:skin pega esto:
div.topsy_widget_data{overflow:hidden;}
div.topsy-big{
font-family:Arial,Tahoma,Helvetica,sans-serif!important;
font-size:11px!important;
float:none;
width:50px
}
a.topsy-big-total,a.topsy-big-total-badge{display:block;}
div.topsy-big a,div.topsy-big a:visited,div.topsy-big a:hover{
text-decoration:none;}
a.topsy-big-total,a.topsy-big-total-badge,a.topsy-big-total:visited,a.topsy-big-total-badge:visited{
color:#333!important
}
span.topsy-big-count{
display:block;
background:#E6E7E2 url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) repeat-x left bottom!important;
border:1px solid #E6E7E2!important;
text-align:center!important;
padding:5px 0!important;
-moz-border-radius:3px!important;
-webkit-border-radius:3px!important;
}
a.topsy-big-total:hover,a.topsy-big-total-badge:hover{color:#D70!important;}
span.topsy-big-num{
display:block;
line-height:15px!important;
font-size:15px!important;
font-weight:bold!important
}
a.topsy-big-total:hover span.topsy-big-num,a.topsy-big-total-badge:hover span.topsy-big-num,a.topsy-big-total:hover span.topsy-big-unit,a.topsy-big-total-badge:hover span.topsy-big-unit{color:#D70!important;}
a.topsy-big-total-badge span.topsy-big-count{
-moz-border-radius-bottomleft:0;
-webkit-border-bottom-left-radius:0;
-moz-border-radius-bottomright:0;
-webkit-border-bottom-right-radius:0;
border-bottom:none!important
}
span.topsy-big-unit{
font-size:10px!important;
line-height:10px!important;
display:block
}
span.topsy-big-badge{
display:block;
font-size:9px!important;
line-height:9px!important;
font-weight:bold!important;
background:#8F8F7C url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) repeat-x left -20px!important;
border:1px solid #8F8F7C!important;
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
padding:2px 0!important;
text-align:center!important;
color:#FFF!important;
text-shadow:#75755a 1px 1px 0!important
}
a.topsy-big-total-badge:hover span.topsy-big-badge{
background-color:#ff8700!important;
border-color:#ff8700!important;
text-shadow:#C46900 1px 1px 0!important;
color:#FFF!important
}
span.topsy-big-lvl{
display:inline-block;
background:url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) no-repeat left center!important;
padding-left:9px!important;
margin-left:1px!important
}
a.topsy-big-retweet,a.topsy-big-retweet:visited{
display:block;
margin-top:2px!important;
text-align:center!important;
-moz-border-radius:3px!important;
-webkit-border-radius:3px!important;
font-size:11px!important;
line-height:16px!important;
padding:0!important;
background:#369 url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) repeat-x left -20px!important;
border-color:#369!important;
text-shadow:#2A5580 1px 1px 0!important;
color:#FFF!important
}
a.topsy-big-retweet:hover{
background-color:#1B73CC!important;
border-color:#1B73CC!important;
color:#FFF!important
}
a.topsy-big-retweet:active{
color:#FFF!important;
background:#333!important;
border-color:#333!important;
text-shadow:#222 1px 1px 0!important
}
div.topsy-sm{
font-family:Arial,Tahoma,Helvetica,sans-serif!important;
font-size:11px!important;
float:none;
height:18px
}
div.topsy-sm a{
display:block;
float:left;
padding:0 3px!important;
line-height:16px!important;
border-style:solid!important;
border-width:1px!important;
-webkit-border-radius:3px!important;
-moz-border-radius:3px!important;
margin-right:1px!important
}
div.topsy-sm a,div.topsy-sm a:hover{text-decoration:none!important;}
a.topsy-sm-total,a.topsy-sm-total:visited{
font-weight:bold!important;
color:#333!important;
background:#E6E7E2 url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) repeat-x bottom left!important;
border-color:#E6E7E2!important;
font-size:14px!important
}
a.topsy-sm-total:hover{
color:#D70!important;
background-color:#f2e8dc!important;
border-color:#f2e8dc!important
}
a.topsy-sm-total:active{
color:#FFF!important;
background:#333!important;
border-color:#333!important;
text-shadow:#222 1px 1px 0!important
}
a.topsy-sm-badge,a.topsy-sm-badge:visited{
text-shadow:#C46900 1px 1px 0!important;
color:#FFF!important;
background:#D70 url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) repeat-x left -20px!important;
border-color:#D70!important;
font-size:9px!important;
font-weight:bold!important
}
a.topsy-sm-badge:hover{
text-shadow:#C46900 1px 1px 0!important;
background-color:#F78400!important;
border-color:#F78400!important;
color:#FFF!important
}
a.topsy-sm-badge:active{
color:#FFF!important;
background:#333!important;
border-color:#333!important;
text-shadow:#222 1px 1px 0!important
}
span.topsy-sm-lvl{
display:inline-block;
background:url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) no-repeat left center!important;
padding-left:9px!important;
margin-left:1px!important
}
a.topsy-sm-retweet,a.topsy-sm-retweet:visited{
margin-right:1px!important;
font-size:11px!important;
font-weight:normal!important;
color:#FFF!important;
background:#369 url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) repeat-x left -20px!important;
border-color:#369!important;
text-shadow:#2A5580 1px 1px 0!important
}
a.topsy-sm-retweet:hover{
background-color:#358de5!important;
border-color:#358de5!important;
color:#FFF!important;
text-shadow:#369 1px 1px 0!important
}
a.topsy-sm-retweet:active{
color:#FFF!important;
background:#333!important;
border-color:#333!important;
text-shadow:#222 1px 1px 0!important
}
span.topsy-big-count-wtb{
position:relative;
display:block;
background:#E6E7E2 url(http://cdn.topsy.com/asset/master.16795.293baefe4b/img/tb-widget.png) repeat-x left bottom!important;
border:1px solid #E6E7E2;
text-align:center;
padding:0;
-moz-border-radius:3px;
-webkit-border-radius:3px
}
a.topsy-big-total-badge-wtb{
position:absolute;
z-index:10;
bottom:0px;
left:1px;
background:white;
opacity:0.8;
filter:alpha(opacity=80);
width:44px;
border:gray 1px solid
}
a.topsy-big-total-badge-wtb,a.topsy-big-total-badge-wtb:visited{
color:#333
}
a.topsy-big-total-badge-wtb:hover{color:#D70;}
span.wtb{
display:block;
width:47px;
height:47px;
overflow:hidden
}
span.wtb img{padding:0 !important;}
span.wtb a{
display:block;
float:left;
}

Por último marca la casillaExpandir plantillas de artilugios y busca esta línea:
div class='post-body entry-content'
Justo debajo de ella agrega este código:
b:if cond='data:blog.pageType == "item"'
div class='who-tweet-2' style='float: right; padding:5px;'Cargando../div
/b:if
Y listo, con eso ya tendrás tu botón de Twitter que mostrará los avatares de quienes comparten la entrada.


Ahora sólo hay que tomar en cuenta que el botónsólo aparecerá en las entradas, no en la portada del blog.
Además, en algunas ocasiones puede tardar un poco en aparecer el avatar de quienes twittean la entrada, eso depende básicamente de la API de Topsy así que no hay que desesperarse si en ocasiones tarda un poco más en aparecer el avatar.

Casino ASBESTOS LAWYERS houston tx auto insurance lease management software Donate a car in Maryland Business management software car insurance in south dakota SELL ANNUITY PAYMENT mesothelioma law suits Online casino pharmacist jobs in chicago Donating a Car in Maryland caraccidentlawyer asbestos lung cancer Auto Accident Attorney Donate Car to Charity California Best social media platforms for business mesothelioma settlements amounts Social media management auto accident attorney Futuristic Architecture cheap car insurance in virginia Custom Christmas cards ONLINE MOTOR INSURANCE QUOTES Mobile casino Online Classes WordPress themes for designers Service business software WebEx costs Hire php developers truck accident attorney texas Donate your car for money Personal Injury Lawyers Donate Old Cars to Charity LOW CREDIT LINE CREDIT CARDS Dwi lawyer Best Criminal Lawyers in Arizona canada personals yahoo Car insurance quotes pa federal criminal defense attorney Met Auto Donate cars Illinois Make money online Australia Criminal defense lawyer MET AUTO DONATE CARS ILLINOIS Proud Italian cook Php programmers Dayton freight lines structured settlement brokers car accident lawyer san bernardino ONLINECLASSES dallas mesothelioma lawyer data recovery raid HARDDRIVE DATA RECOVERY SERVICES Casino reviews Motor replacements mortgage adviser personal injury law firm Donate Cars in MA Italian cooking school Live casino Hire php programmers best consolidation loan student WORLD TRADE CENTER FOOTAGE DUI lawyer miami personal injury lawyer Car Insurance Quotes PA DALLAS MESOTHELIOMA ATTORNEYS Dallas mesothelioma attorneys car accident lawyers los angeles Online Christmas cards CHEAP CAR INSURANCE IN VIRGINIA HOME PHONE INTERNET BUNDLE DONATE CAR FOR TAX CREDIT los angeles auto accident attorneys Donate Your Car for Kids Online Motor Insurance Quotes att call conference Nunavut Culture AUTO ACCIDENT ATTORNEY Structures Annuity Settlement PAPERPORT PROMOTIONAL CODE Criminal lawyer Email Bulk Service onlineclasses Business finance group florida car insurance company Paperport Promotional Code Mortgage Adviser Seo services Donate car for tax credit Php programmers for hire Hire php developer Bankruptcy lawyer Social media platforms for business Best criminal lawyer in Arizona mesotheloma Computer science classes online mesothelioma compensation truck accident attorney los angeles Seo companies Criminal Defense Attorneys Florida Business VOIP Solutions Online Criminal Justice Degree Seo company New social media platforms DONATE A CAR IN MARYLAND DONATE YOUR CAR FOR MONEY illinois law lemon Health Records Personal Health Record Social media platforms compare life assurance mesothelioma trial attorney Custom WordPress theme designer

Share: