Noticias Weblogs Foros Wiki Código

RecorteX

326 usuarios y 203 recortes de código
Usuario

Contraseña
Crear cuenta
asp csharp css fechas fichero Flash html imagenes java javascript linux mysql oracle php ruby sql SQLServer vbnet xhtml xml
Top Usuarios
albin (29)
josuebasurto (28)
fjmp76 (27)
juanjo (25)
pedrocaro (9)
AndiXTRM (7)
Joserra (7)
miiglesi (6)
aplyca (5)
moisesmarquez (5)
Top Etiquetas
php (38)
html (24)
javascript (20)
vbnet (20)
java (19)
sql (15)
mysql (13)
csharp (12)
xml (10)
css (8)
Flash (7)
xhtml (7)
imagenes (7)
asp (6)
linux (6)
fechas (6)
SQLServer (5)
oracle (5)
fichero (4)
ruby (4)

Generar enlaces a los directorios 2.0

Este sencillo código genera el lo necesario para transformar la ID de tu entrada en los enlaces para los sistemas de promoción de noticias mas conocidos.
 
// Comunidades
function getComunities($postid) {
$posturl = "http://www.melkorcete.com/index.php?p="; // Tu web hasta la variable $_GET 
$url = htmlentities( $posturl.$postid); // De cara a validacion 
?>
 
<a href="http://del.icio.us/post?url=<?= $url ?>" target="_blank">
<img src="icos/delicious_s.gif" alt="Add to del.icio.us" />
</a>
<a href="http://meneame.net/submit.php?url=<?= $url ?>" target="_blank">
<img src="icos/menealo.png" alt="Men&eacute;alo" />
</a>
<a href="http://digg.com/submit?phase=2&url=<?= $url ?>" target="_blank">
<img src="icos/digg.png" alt="Digg" />
</a>
<a href="http://tec.fresqui.com/post?url=<?= $url ?>" target="_blank">
<img src="icos/fresqui.png" alt="Fresqui" />
</a>
<a href="http://www.blogmemes.com/post.php?url=<?= $url ?>" target="_blank">
<img src="icos/blogmemes.png" alt="BlogMemes" />
</a>
<a href="http://furl.net/storeIt.jsp?&u=<?= $url ?>" target="_blank">
<img src="icos/toonfuse.png" alt="Furl" />
</a>
<a href="http://www.neodiario.net/submit.php?url=<?= $url ?>" target="_blank">
<img src="icos/neodiario.png" alt="NeoDiario" />
</a>
<a href="http://www.melkorcete.com/index.php?p=<?= $postid ?>" target="_blank">
<img src="icos/permalink.png" alt="Permalink" />
</a>
<?
}
 
Identifícate para dejar un comentario.
info@recortex.com - Proyecto: Juanjo Navarro, 2006 - Diseño: Albin