Foros del Web » Creando para Internet » HTML »

Problema con tab de facebook

Estas en el tema de Problema con tab de facebook en el foro de HTML en Foros del Web. GENTE . . TENGO ARMADO UN HTML CON UN CSS Y UN JS LO ARME DE 810PX PARA METERLO EN UNA TAB DE FACEBOOK.. ACA ...
  #1 (permalink)  
Antiguo 08/11/2013, 15:50
Avatar de lbenz  
Fecha de Ingreso: marzo-2003
Ubicación: Haedo
Mensajes: 445
Antigüedad: 21 años, 1 mes
Puntos: 4
Problema con tab de facebook

GENTE . . TENGO ARMADO UN HTML CON UN CSS Y UN JS

LO ARME DE 810PX PARA METERLO EN UNA TAB DE FACEBOOK..

ACA LES DEJO LA CARPETITA PARA QUE LA VEAN ...

http://studiohouse.com.ar/work/gpt/tab_juego/tab.rar


el problema es que todas las app me tiran un problema, alguna porque no tengo servidor https..

tab maker no me muestra absolutamente nada, la deja en blanco..

si alguien me peude dar una mano se los agradeceria.. abajo dejo los codigos..


Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <link href="http://studiohouse.com.ar/work/gpt/tab_juego/estilos.css" rel="stylesheet" type="text/css" />
  5. <title>MANUAL ADMINISTRADOR ARC</title>
  6.  
  7. <script src="http://studiohouse.com.ar/work/gpt/tab_juego/Scripts/swfobject_modified.js" type="text/javascript"></script>
  8. </head>
  9.  
  10.  
  11. <div id="wrapper">
  12.  
  13. <div id="juego">
  14.   <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="350">
  15.     <param name="movie" value="http://studiohouse.com.ar/work/gpt/tab_juego/img/pacman.swf" />
  16.     <param name="quality" value="high" />
  17.     <param name="wmode" value="opaque" />
  18.     <param name="swfversion" value="6.0.65.0" />
  19.     <!-- Esta etiqueta param indica a los usuarios de Flash Player 6.0 r65 o posterior que descarguen la versión más reciente de Flash Player. Elimínela si no desea que los usuarios vean el mensaje. -->
  20.     <param name="expressinstall" value="http://studiohouse.com.ar/work/gpt/tab_juego/Scripts/expressInstall.swf" />
  21.     <!-- La siguiente etiqueta object es para navegadores distintos de IE. Ocúltela a IE mediante IECC. -->
  22.     <!--[if !IE]>-->
  23.     <object type="application/x-shockwave-flash" data="http://studiohouse.com.ar/work/gpt/tab_juego/img/pacman.swf" width="300" height="350">
  24.       <!--<![endif]-->
  25.       <param name="quality" value="high" />
  26.       <param name="wmode" value="opaque" />
  27.       <param name="swfversion" value="6.0.65.0" />
  28.       <param name="expressinstall" value="http://studiohouse.com.ar/work/gpt/tab_juego/Scripts/expressInstall.swf" />
  29.       <!-- El navegador muestra el siguiente contenido alternativo para usuarios con Flash Player 6.0 o versiones anteriores. -->
  30.       <div>
  31.         <h4>El contenido de esta página requiere una versión más reciente de Adobe Flash Player.</h4>
  32.         <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Obtener Adobe Flash Player" width="112" height="33" /></a></p>
  33.       </div>
  34.       <!--[if !IE]>-->
  35.     </object>
  36.     <!--<![endif]-->
  37.   </object>
  38. </div>
  39. <div id="house"><a href="http://studiohouse.com.ar/" target="_blank"><img src="http://studiohouse.com.ar/work/gpt/tab_juego/img/logo_house.png" width="150" height="50" border="0" /></a></div>
  40. </div>
  41. <script type="text/javascript">
  42. swfobject.registerObject("FlashID");
  43. </body>
  44. </html>

Código CSS:
Ver original
  1. @charset "UTF-8";
  2. /* CSS Document */
  3.  
  4. body{
  5.     margin:0px;
  6.     padding:0px;
  7. }
  8. #wrapper {
  9.     width:810px;
  10.     margin: auto;
  11.     background-color:#000;
  12.     background-image:url('http://studiohouse.com.ar/work/gpt/tab_juego/img/bg.jpg');
  13.     background-repeat: no-repeat;
  14. }
  15.  
  16. #juego {
  17.     width:300px;
  18.     margin: auto;
  19.     padding:250px 255px 120px 255px;
  20. }
  21.  
  22. #house {
  23.     width:810px;
  24.     height:150px;
  25.     margin: auto;
  26.     text-align:center;
  27. }
__________________
que fea firma que tenia... prefiero tener esto

Última edición por pzin; 08/11/2013 a las 15:54 Razón: más de 10 años acá y no ponemos highlight :pensando:
  #2 (permalink)  
Antiguo 08/11/2013, 15:55
Avatar de pzin
Moderata 😈
 
Fecha de Ingreso: julio-2002
Ubicación: Islas Canarias
Mensajes: 10.488
Antigüedad: 21 años, 8 meses
Puntos: 2114
Respuesta: Problema con tab de facebook

¿Y qué problema es el que te da? Tendrás que explicarlo me parece.
  #3 (permalink)  
Antiguo 08/11/2013, 16:32
Avatar de lbenz  
Fecha de Ingreso: marzo-2003
Ubicación: Haedo
Mensajes: 445
Antigüedad: 21 años, 1 mes
Puntos: 4
Respuesta: Problema con tab de facebook

me la deja totalmente en blanco, no muestra absolutamente nada ...
__________________
que fea firma que tenia... prefiero tener esto
  #4 (permalink)  
Antiguo 08/11/2013, 16:54
Avatar de lbenz  
Fecha de Ingreso: marzo-2003
Ubicación: Haedo
Mensajes: 445
Antigüedad: 21 años, 1 mes
Puntos: 4
Respuesta: Problema con tab de facebook

https://www.facebook.com/pages/Gafas...90322544333196
__________________
que fea firma que tenia... prefiero tener esto
  #5 (permalink)  
Antiguo 08/11/2013, 17:03
Avatar de lbenz  
Fecha de Ingreso: marzo-2003
Ubicación: Haedo
Mensajes: 445
Antigüedad: 21 años, 1 mes
Puntos: 4
Respuesta: Problema con tab de facebook

pude hacer funcionar, me di cuent que solo no funciona en chrome !!! tienen idea como solucionarlo ?
__________________
que fea firma que tenia... prefiero tener esto

Etiquetas: css, facebook, href, página, tab
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 00:20.