Gadget multisocial elegante y práctico para tu blog

Hace poco me día a la tarea de buscar un Gadget útil y practico, que fuera elegante pero mas que nada que tuviera en contenido multisocial, es decir informarle a todos que mi blog esta en las redes sociales, y bueno yendo de aquí para aya me encontré un Gadget muy espectacular, este Gadget es especialmente para blogs creados en WordPress, en WordPress esta como "Mash Social", incluso su función se basa un poco en php, pero su diseño no, como sabrán todo es CSS.
Así que me dispuse a tomar solamente la estructura de diseño del Gadget (CSS) y elaborar un HTML adecuado a este, y !PAS! el cuadro luce de maravilla como ya lo ven en la imagen, incluso ya lo tengo instalado en mi blog.
1.- Así que vamos a empezar, vamos a seguir varios pasos para la construcción de este Gadget, lo primero que vamos a hacer es pegar el CSS del mismo, Recuerden que esto esto es un código CSS, en el caso de Blogger lo vamos a pegar antes de "]]></b:skin>"
#mashsocial {
border: 0;
margin-bottom: 10px;
margin: 0 auto;}
.mashfb-likebox {
background: #fff;
padding: 10px 10px 0 10px;
border: 1px solid #D8E6EB;
margin-top: 0px;
height:73px;
border-image: initial;}
.mashgoogleplus {
background: #F5FCFE;
border-top: 1px solid #FFF;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #D8E6EB;
border-left: 1px solid #D8E6EB;
border-image: initial;
font-size: .90em;
font-family: &quot;Arial&quot;,&quot;Helvetica&quot;,sans-serif;
color: #000;
padding: 9px 11px;
line-height: 1px;}
.mashgoogleplus span {
color: #000;
font-size: 11px;
position: absolute;
display:inline-block;
margin: 9px 70px;

}
.g-plusone { float: left;}
.mash-add-to-circle{
position: relative;
display:inline;
padding-bottom:0px;
margin-bottom:0px;

}
.mashtwitter {
background: #EEF9FD;
padding: 10px;
border: 1px solid #C7DBE2;
border-top: 0;}
#get-mashsocial {
background: #EBEBEB;
border: 1px solid #CCC;
border-top: 1px solid white;
padding: 2px 8px 2px 3px;
text-align: right;
border-image: initial;}
#get-mashsocial .author-credit {}
#get-mashsocial .author-credit a {
font-size: 10px;
font-weight: bold;
text-shadow: 1px 1px white;
color: #1E598E;
text-decoration:none;}
#mash-email-subscribe .mash-email-box{
padding: 10px 10px;
font-family: &quot;Arial&quot;,&quot;Helvetica&quot;,sans-serif;
border-top: 0;
border-right: 1px solid #C7DBE2;
border-left: 1px solid #C7DBE2;
border-image: initial;}

#mash-email-subscribe .mash-email-box input.email{
background:#FFFFFF;
border: 1px solid #dedede;
color: #000;
padding: 7px 10px 8px 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
border-image: initial;
font-family: &quot;Arial&quot;,&quot;Helvetica&quot;,sans-serif;}
#mash-email-subscribe .mash-email-box input.email:focus{color:#333}
#mash-email-subscribe .mash-email-box input.subscribe{
background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFCA00),color-stop(1,#FF9B00));
background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
-pie-background: linear-gradient(270deg,#ffca00,#ff9b00);
font-family: &quot;Arial&quot;,&quot;Helvetica&quot;,sans-serif;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #cc7c00;
color:#000;
padding:7px 14px;
font-weight:bold;
font-size:12px;
cursor:pointer;
border-image: initial;
width: 100%;
margin: 6px 0;
}
#mash-email-subscribe .mash-email-box input.subscribe{
background: #FEA700;
}
#mash-email-subscribe .mash-email-box input.subscribe:hover{
background: #ff9b00;
background-image:-moz-linear-gradient(top,#ffda4d,#ff9b00);
background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda4d),to(#ff9b00));
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
outline:0;-moz-box-shadow:0 0 3px #999;
-webkit-box-shadow:0 0 3px #999;
box-shadow:0 0 3px #999
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffda4d),color-stop(1,#ff9b00));
background:-moz-linear-gradient(center top,#ffda4d 0,#ff9b00 100%);
-pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:1px solid #cc7c00;
color:#000;}
#mash-other-social {
background-color: #D8E6EB;
box-shadow: 0 1px 1px #FFFFFF inset;
padding: 0px;
font-family: &quot;Arial&quot;,&quot;Helvetica&quot;,sans-serif;
font-weight:bold;
overflow: hidden;
border: 1px solid #B6D0DA;}
#mash-other-social ul {list-style: none outside none; padding-left: 4px;}
#mash-other-social .other-follow {
float: left;
color:#1E598E;
overflow: hidden;
height:16px;
padding:10px;
padding-bottom:7px;
width: 270px;}
#mash-other-social .other-follow ul {
list-style: none outside none;
margin: 0px 0px 0px 0px;
padding-left: 4px;}
#mash-other-social .other-follow ul li {
font-size: 12px;
font-weight: bold;
display:inline;
border:0;
text-shadow: 1px 1px white;
}
#mash-other-social .other-follow ul li a {
font-size: 12px;
color:#1E598E;
font-weight: bold;
display:inline;
text-shadow: 1px 1px white;}
#mash-other-social .other-follow li {
font-size: 12px;
font-weight: bold;
display:inline;
border:0;
text-shadow: 1px 1px white;}
#mash-other-social .other-follow li a {
font-size: 12px;
color:#1E598E;
font-weight: bold;
display:inline;
text-shadow: 1px 1px white;}
#mash-other-social .other-follow li.erss {
margin: 0px 0px 0px 0px;
background: url(http://img.webme.com/pic/s/souldhack/rss-16x16.png) no-repeat;
line-height: 1;
padding: 0px 3px 1px 20px;
width: 60px;
margin-bottom:0px;
}
#mash-other-social .other-follow
li.elinkedins {
margin: 0px 0px 0px 2px;
background: url(http://blackdaggertattoo.com/wp-content/plugins/contest/ContestBurner/images/youtube_16x16.png) no-repeat transparent;
line-height: 1;
padding: 0px 3px 1px 20px;
width: 60px;
margin-bottom:0px;}

#mash-other-social .other-follow li.my-gplus {
margin: 0px 0px 0px 2px;
background: url(http://img.webme.com/pic/s/souldhack/gplus-16x16.png) no-repeat transparent;
line-height: 1;
width: 60px;
padding: 0px 3px 1px 20px;
margin-bottom:0px;}
.other-follow{
margin: 0px;
}

2.- Después de haber pegado el CSS, pasaremos al ultimo paso en donde modificaremos un poco el HTML del Gadget, lo modificaremos en cuestión de poner los links de nuestras redes sociales, Recuerden que esto es un código HTML y lo vamos a pegar en donde querremos que este el Gadget, en el caso de Blogger recomiendo ir a: Añadir nuevo Gadget > HTML/Javascript y hay pegar el HTML.
<div style="margin-bottom:10px;">
<div id="mashsocial" style="width:100%; overflow:hidden;">
<!-- MashSocial Widget -->
<!-- Link blog to Google+ page -->
<!-- FB width:px; height:px;"-->
<div class="mashfb-likebox" style="background: #eeeeee;">
  <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.facebook.com/souldhack&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=&amp;appId=234513819928295" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:99%; height:65px;"></iframe>
</div>
<!-- G+ -->
<div class="mashgoogleplus" style="background: #F5FCFE;">
<span style="margin: 5px 80px;
line-height: 1em;">Recomiéndanos en Google</span><div class="g-plusone" data-size="medium" data-href="http://souldhacko.blogspot.mx"></div>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</div>
<!-- twitter -->
<div class="mashtwitter" style="background: #EEF9FD;">
<iframe title="" style="width: 99%; height: 20px;" class="twitter-follow-button" src="http://platform.twitter.com/widgets/follow_button.html#_=1319978796351&amp;align=&amp;button=blue&amp;id=twitter_tweet_button_0&amp;lang=en&amp;link_color=&amp;screen_name=souldhack95&amp;show_count=&amp;show_screen_name=&amp;text_color=" frameborder="0" scrolling="no"></iframe>
</div>
<!-- Subscribe -->
<div id="mash-email-subscribe" style="background: #E3EDF4;">
<div class="mash-email-box">
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Souldhacko', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input class="email" type="text" style="width: 92%; font-size: 12px;" id="email" name="email" value="Ingresa tu email [Feedburner feeds]" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>
<input type="hidden" value="Souldhacko" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input class="subscribe" name="commit" type="submit" value="Subscribe"/>
</form>
</div>
</div>
<!-- Other Social-->
<div id="mash-other-social" style="background: #D7E5EA;">
<ul class="other-follow">
<li class="erss">
<a rel="nofollow" title="RSS" href="http://souldhacko.blogspot.com/feeds/posts/default" target="_blank">RSS Feed</a>
</li>
<li class="elinkedins">
<a rel="nofollow external" title="Piterest" href="http://youtube.com/user/souldhack" target="_blank">Youtube</a>
</li>
<li class="my-gplus">
<a title="Google Plus" rel="nofollow external" href="http://plus.google.com/u/0/113649043675479589855" target="_blank">G+</a>
</li>
</ul>
</div>
</div> <!-- End Widget -->
</div>

Bien ahora como les decía vamos a editar un poco el HTML del Gadget
Datos importantes:
Nos situamos en esta parte: http://www.facebook.com/souldhack , en esa parte vamos a poner el URL de nuestra pagina en Facebook.
Nos situamos en esta parte:  http://souldhacko.blogspot.mx , en esa parte vamos a poner el URL de NUESTRO blog.
Nos situamos en esta parte:  souldhack95 , en esta parte vamos a poner el nombre de nuestro Twitter.
Nos situamos en esta parte:  Souldhacko , en esta parte vamos a poner ÚNICAMENTE el nombre de nuestro Blog.
Nos situamos en esta parte:  http://souldhacko.blogspot.com/feeds/posts/default , en esta parte ponemos el URL de nuestro feed.
Nos situamos en esta parte:  http://youtube.com/user/souldhack , en esta parte ponemos el URL de nuestro canal en Youtube.
Nos situamos en esta parte:  http://plus.google.com/u/0/113649043675479589855 , en esta parte ponemos el URL de nuestra pagina en Google+.

Bueno amigos con esto concluye este articulo, espero les sea de ayuda este útil Gadget, a mi me funciono de maravilla, alguna duda favor de comentarla.

Visto en: WP MashSocial Wigdet

3 comentarios:

  1. AMIGO TENGO UNA MEX.TL PERO NO SE ENDONE ESTA PARA LOS DISEÑOS CSS????? PARA PONERLO........

    ResponderBorrar
    Respuestas
    1. Una opción para pegar diseño CSS en paginas .mex.tl es irnos a aplicaciones y hay escoger la opción: "Bloque de Texto", ya dentro de bloques de texto nos vamos a la opción: "Fuente HTML" y hay pegar el CSS, aclaro que para pegar el CSS en territorio HTML vamos a encerrarlo con unos estilos, mas o menos así:

      <style type='text/css'>
      Aqui pon el estilo CSS del Gadget multisocial
      </style>

      Y así ya habrás instalado el CSS de este gadget multisocial, incluso hay puedes pegar directamente el HTML, saludos!

      Borrar

Con tecnología de Blogger.