- Home
- Categorie
- Digital Marketing
- Social Media Marketing
- [Altro] programmare tab con contenuti nascosti
-
[Altro] programmare tab con contenuti nascosti
ciao
sto provando a programmare un tab in cui i non fan dovrebbero vedere una immagine e i fan un'altra ma con il seguente codice ho un problema di posizionamento delle img richiamate in quanto i non fan vedono la gif in basso e i fina vedono entrambe le immagini...
chi mi aiuta?<fb:fbml version="1.1">
<style type="text/css">
#wrapper {
width:523px;
position:relative; top:0; left:0;
}
#non-fans {
width:523px;
position:absolute; top:0; left:0;
}
</style>
<center><div id="wrapper">
<div style=?position:relative; top:0; left:0?>
<img src="xxxxxxxx">
</div>fb:else
<div style=?non-fans?>
<img src="xxxxxxxx" >
</div>
</fb:else></fb:visible-to-connection>
</div></center></fb:fbml><br /><b>Social</b>: Altro<br />
-
Usa questo:
<div style="width:520px; height:ALTEZZApx;">
<img src="IMMAGINE VISIBILE AI NON FAN" border="0">
</div>
fb:visible-to-connection
<div style="top:0px; left:0px; width:520px; position:absolute; background-color:#FFF">
CONTENUTO DELLA PAGINA VISIBILE AI FAN
</fb:visible-to-connection>Modifica i campi in rosso e avrai un effetto simile a questo ***