Mod Compartir a Blogs
Para compartir nuestras noticias con los mejores blogs de la red haremos esto
<?php
function postear_articulo ($posturl)
{
$url = htmlentities( $posturl);
?>
<a href="http://del.icio.us/post?url=<?php echo $url; ?>" target="_blank">
<img border="0" src="images/ico_delicious.gif" alt="Add to del.icio.us" /></a>
<a href="http://meneame.net/submit.php?url=<?php echo $url; ?>" target="_blank">
<img border="0" src="images/ico_meneame.gif" alt="Meneame" /></a>
<a href="http://digg.com/submit?phase=2&url=<?php echo $url; ?>" target="_blank">
<img border="0" src="images/ico_digg.gif" alt="Digg" /></a>
<a href="http://tec.fresqui.com/post?url=<?php echo $url; ?>" target="_blank">
<img border="0" src="images/ico_fresqui.gif" alt="Fresqui" /></a>
<a href="http://www.blogmemes.com/post.php?url=<?php echo $url; ?>" target="_blank">
<img border="0" src="images/ico_memes.gif" alt="BlogMemes" /></a>
<a href="http://furl.net/storeIt.jsp?&u=<?php echo $url; ?>" target="_blank">
<img border="0" src="images/ico_furl.gif" alt="Furl" /></a>
<a href="http://www.neodiario.net/submit.php?url=<?php echo $url; ?>" target="_blank">
<img border="0" src="images/ico_neo.gif" alt="NeoDiario" /></a>
<a href="http://www.linkroll.com/index.php?action=saveLink&link_url=<?php echo $postid ?>" target="_blank">
<img border="0" src="images/ico_linkroll.gif" alt="LinkRoll" /></a>
<?php
}
//Llamada a la función
postear_articulo (" aqui la url de la noticia q quieres postear");
?>
te quedara algo como esto
Cod By XlWebamsters.com