Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2010, 08:39
pleter
 
Fecha de Ingreso: julio-2009
Ubicación: Argentinalandia
Mensajes: 339
Antigüedad: 14 años, 9 meses
Puntos: 15
Respuesta: Problema plugin Share This

mira... la verdad que no tengo idea.. pero yo uso esto directamente, si bien no es tan completo como Share This..... capaz que te da una mano ;)
en mi caso personal me alcanza y sobra.

Eso si... ponele las imágenes o reemplaza por texto para ver el funcionamiento.
Es muy sencillo, solo hay que pensarlo un poco nada mas. veras que juego mucho con los <?php the_permalink() ?>

Código HTML:
<ul class="EmbeddedBox">
	<form action="" name="code">
		<li><strong>Enlace directo:</strong>&nbsp; <font size="1"></font><br />
		<input class="embed" name="url0" onclick="javascript:document.code.url0.focus();document.code.url0.select();" readonly size="81" type="text" value="<?php the_permalink() ?>" />
		</li>
		<li><strong>Enlace para poner en foros/blog:</strong> <br />
		<input class="embed" name="embedded" onclick="javascript:document.code.embedded.focus();document.code.embedded.select();" readonly size="81" value="[noparse][URL=&quot;<?php the_permalink() ?>&quot;]<?php the_title(); ?>[/URL][/noparse]" />
		</li>
	</form>
</ul>
<div id="bookmarklar">
	<img src="<?php bloginfo('stylesheet_directory'); ?>/images/defi.png">
	<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>" target="_blank" title="Stumble">
	<img alt="Stumble" src="<?php bloginfo('stylesheet_directory'); ?>/images/stumble.png" style="border: 2px groove #000;" /></a>&nbsp;
	<a href="http://www.facebook.com/sharer.php?u=<?php the_permalink() ?>" target="_blank" title="Facebook">
	<img alt="FaceBook" src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook.png" style="border: 2px groove #000;" /></a>&nbsp;
	<a href="http://digg.com/submit?url=<?php the_permalink() ?>" target="_blank" title="digg">
	<img alt="digg" src="<?php bloginfo('stylesheet_directory'); ?>/images/digg.png" style="border: 2px groove #000;" /></a>&nbsp;
	<a href="http://www.furl.net/storeIt.jsp?u=<?php the_permalink() ?>" target="_blank" title="Bookmark video on furl!">
	<img src="<?php bloginfo('stylesheet_directory'); ?>/images/furl.png" style="border: 2px groove #000;" /></a>&nbsp;
	<a href="http://del.icio.us/post?url=<?php the_permalink() ?>" target="_parent" title="del.icio.us">
	<img alt="deli" src="<?php bloginfo('stylesheet_directory'); ?>/images/deli.png" style="border: 2px groove #000;" /></a>&nbsp;
	<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=<?php the_permalink() ?>" target="_blank" title="Blink">
	<img alt="blink" src="<?php bloginfo('stylesheet_directory'); ?>/images/blink.png" style="border: 2px groove #000;" /></a>&nbsp;
	<a href="http://reddit.com/submit?url=<?php the_permalink() ?>" target="_blank" title="Reddit">
	<img alt="reddit" src="<?php bloginfo('stylesheet_directory'); ?>/images/reddit.png" style="border: 2px groove #000;" /></a>&nbsp;
	<a href="http://www.google.com/ig/add?feedurl=<?php the_permalink() ?>" target="_blank" title="Google">
	<img alt="google" src="<?php bloginfo('stylesheet_directory'); ?>/images/google.png" style="border: 2px groove #000;" /></a>&nbsp;
</div>

Y como resultado, me queda asi



ya se, no es lo mismo, pero te comparto mi idea que me mande jaja capaz que te sirve

Última edición por pleter; 16/04/2010 a las 08:44 Razón: agrego captura