Autor Mensaje

Experto del WS
fiury
Mensajes: 49
Se registrado: 31.08.2011
03.08.2012 | 04:22  
Sobre el tutorial
http://webspell-spanish.com/index....les&action=show&articlesID=26
he incluido ademas de G+ el de facebook y el de twitter
Quiero alinear los botones todos al mismo lado.

Est谩n como se ven en la web
http://solocounter.tk/index.php?site=news_comments&newsID=4

Tengo el siguiente c贸digo en el news.html
Code:
1.
2.
3.
<div target="_blank" align="left" class="g-plusone" data-size="small" data-annotation="none" href="http://$hp_url/index.php?site=news_comments&newsID=$newsID"></div>
       <div target="_blank" align="left" class="fb-like" data-href="http://$hp_url/index.php?site=news_comments&newsID=$newsID" data-send="false" data-layout="button_count" data-width="450" data-show-faces="true" data-font="lucida grande"></div>
       <a target="_blank" align="left" href="https://twitter.com/share" class="twitter-share-button" data-url="http://$hp_url/index.php?site=news_comments&newsID=$newsID" data-text="www.SoloCounter.tk" data-lang="es">Twittear</a>


Administrador
屑e褌ac褟a茠褌
Mensajes: 1830
Se registrado: 20.07.2010
07.08.2012 | 05:00  
A que lado al lado de la derecha o al de la izquierda?


Code:
1.
2.
3.
4.
<div style="float: left;"><div target="_blank" align="left" class="g-plusone" data-size="small" data-annotation="none" href="http://$hp_url/index.php?site=news_comments&newsID=$newsID"></div></div>
<div style="float: left;"><div target="_blank" align="left" class="fb-like" data-href="http://$hp_url/index.php?site=news_comments&newsID=$newsID" data-send="false" data-layout="button_count" data-width="450" data-show-faces="true" data-font="lucida grande"></div></div>
<div style="float: left;"><a target="_blank" align="left" href="https://twitter.com/share" class="twitter-share-button" data-url="http://$hp_url/index.php?site=news_comments&newsID=$newsID" data-text="www.SoloCounter.tk" data-lang="es">Twittear</a></div>
<div style="clear: both;"></div>
http://www.webspell-spanish.com/www/images/userbar.gif
http://img16.imageshack.us/img16/3033/23319.gif
webSPELL SPANISH una gran comunidad

Experto del WS
fiury
Mensajes: 49
Se registrado: 31.08.2011
08.08.2012 | 06:02  
No importa solo quer铆a saber como se hacia smiling Habia intentado cambiando el <a> por un <div> y no funcionaba el bot贸n smiling Muchas gracias lo probare en cuanto pueda.

Experto del WS
fiury
Mensajes: 49
Se registrado: 31.08.2011
16.08.2012 | 01:39  
Perd贸n por el repost. Gracias funciono y haciendo un cambio de orden en las lineas:

Code:
1.
2.
3.
4.
5.
     <div style="float: left;"><div target="_blank" align="left" class="g-plusone" data-size="medium" data-annotation="none" href="http://$hp_url/index.php?site=news_comments&newsID=$newsID"></div></div>
     <div style="float: left;"><a target="_blank" align="left" href="http://$hp_url/index.php?site=news_comments&newsID=$newsID" class="tuenti-share-button" icon-style="light" share-url="http://$hp_url/index.php?site=news_comments&newsID=$newsID"></a></div>
     <div style="float: left;"><a target="_blank" align="left" href="https://twitter.com/share" class="twitter-share-button" data-url="http://$hp_url/index.php?site=news_comments&newsID=$newsID" data-text="www.SoloCounter.tk" data-lang="es">Twittear</a></div>
     <div style="float: left;"><div target="_blank" align="left" class="fb-like" data-href="http://$hp_url/index.php?site=news_comments&newsID=$newsID" data-send="false" data-layout="button_count" data-width="450" data-show-faces="true" data-font="lucida grande"></div></div>
     <div style="clear: both;"></div>


Eso lo tengo puesto en el news.html junto con esta otra parte en el index.php justo al final dentro del body, y tendremos botones para todas nuestras redes sociales.

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
          <!-- Google+ Button -->
          <script type="text/javascript">
               window.___gcfg = {lang: 'es'};
               (function() {
               var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
               po.src = 'https://apis.google.com/js/plusone.js';
               var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
               })();
          </script>
          <!-- FaceBook Button -->
          <div id="fb-root"></div>
          <script>(function(d, s, id) {
               var js, fjs = d.getElementsByTagName(s)[0];
               if (d.getElementById(id)) return;
               js = d.createElement(s); js.id = id;
               js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1";
               fjs.parentNode.insertBefore(js, fjs);
               }(document, 'script', 'facebook-jssdk'));
          </script>
          <!-- Twitter Button -->
          <script>
               !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];
               if(!d.getElementById(id)){js=d.createElement(s);
               js.id=id;js.src="//platform.twitter.com/widgets.js";
               fjs.parentNode.insertBefore(js,fjs);
               }}(document,"script","twitter-wjs");
          </script>
          <!-- Tuenti Button -->
          <script type="text/javascript" src="http://widgets.tuenti.com/widgets.js">
          </script>
     </body>
</html>

PARA PARTICIPAR EN EL FORO TIENES QUE ESTAR CONECTADO

Haz click aqui para registrarte en webSPELL-Spanish.
¿Aun no te has conectado? Haz click aqui.

symbol
Varias dudas - 2 respuestas
23.05.2013 - 06:41

symbol
current boton - 0 respuestas
23.05.2013 - 05:21

symbol
23.05.2013 - 01:00

symbol
23.05.2013 - 00:41

symbol
22.05.2013 - 12:59

symbol
Descargas: 15

symbol
Descargas: 41

symbol
Descargas: 22

symbol
Descargas: 40

symbol
Escrito el 21.03.2012 a las 06:18

symbol
Escrito el 17.03.2012 a las 10:22

symbol
Escrito el 17.03.2012 a las 10:04

symbol
Escrito el 12.02.2012 a las 05:18

symbol
Escrito el 29.01.2012 a las 05:10

1830 Respuestas
1

331 Respuestas
2

310 Respuestas
3

248 Respuestas
4

167 Respuestas
5

149 Respuestas
6

144 Respuestas
7

» Pack webSPELL
» Patrocinadores
» Partners
» Chat
Este modulo es solo para usuarios registrados.
» Redes Sociales