Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/11/2010, 23:39
Avatar de zaetoner
zaetoner
 
Fecha de Ingreso: noviembre-2007
Ubicación: La ciudad de México
Mensajes: 607
Antigüedad: 16 años, 4 meses
Puntos: 30
Respuesta: [APORTE] crea tu pagina de frases facebook!

continua en el este post por que no me deja poner mas de 10000 caracteres
hay un script funcionando en http://megusta.kecheros.com/
Código PHP:
Ver original
  1. if(!empty($v1)){//mostramos la frase que pidio el usuario
  2. ?>
  3. <div style="width:600px; height:auto; margin-top:10px; ; float:left; background-color:#ECEFF5">
  4.    
  5.     <a href="http://<? echo $dominio;?>/<? echo $a['tituloweb'];?>/" style="width:580px; margin-left:10px; margin-top:10px; height:auto; float:left; color:#000000;  font-size:28px; text-align:center; text-decoration:none">
  6.     <img src="http://<? echo $dominio;?>/megusta.gif" border="0" /><? echo $a['titulo'];?>
  7.     </a>
  8.    
  9.     <div style="width:250px; height:100px; float:left; margin-left:200px; margin-top:10px">
  10.     <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F<? echo $dominio;?>%2F<?=$a['tituloweb']?>%2F&amp;layout=standard&amp;show_faces=true&amp;width=250&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=30" scrolling="no" frameborder="0" style="border:none; float:left; overflow:hidden; margin-top:2px; width:250px; height:100px; " allowTransparency="true">
  11.       </iframe>
  12.     </div>
  13.    
  14.    
  15.    
  16.     </div>
  17.    
  18.     <div style="width:600px; height:auto; margin-top:10px; ; float:left; background-color:#ECEFF5">
  19.     <a href="http://<? echo $dominio;?>/" style="width:450px; margin-left:10px; margin-top:10px; height:auto; float:left; color:#000000;  font-size:28px; text-align:center">
  20.     Ver mas frases!!!!!!
  21.     </a>
  22.     </div>
  23. <?
  24. }
  25. ?>
  26. </div>
  27. </body>
  28. </html>
  29. <?
  30. die();//si eres novato, lo mas seguro es que uses hosting gratuito, die() evitara que el server escriba otras cosas!!!
  31. ?>
olvide poner que hay un script funcionando en http://megusta.kecheros.com/
__________________
...

Última edición por zaetoner; 22/11/2010 a las 23:47 Razón: olvide poner que hay un script funcionando en http://megusta.kecheros.com/