Hacer funcionar esto en blogger, script + iframe

  • Autor Autor AlexxxBcN
  • Fecha de inicio Fecha de inicio
A

AlexxxBcN

Gamma
Verificado por Whatsapp
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Buenas , estoy intentando implementar este código en mi plantilla , consiste en un iframe ...script .
Se queda fijo en mitad del blog , y al clickear saldria un iframe por ejemplo de otra entrada , no se si es problema de plantilla o que le falta algún código más , no consigo que al clikear se me abra otra entrada en un iframe en la misma page , a ver si alguien me puede ayudar , puedo pasar la página donde lo tienen implementado , gracias !!!



Insertar CODE, HTML o PHP:
<script type="text/javascript">
$(function($) {
$("#vkontakte_button_3 img").hover(
function () {
$(this).animate({right: '0'}, {queue:false, duration: 350});
//$(this).css('right', '0');
},
function () {
$(this).animate({right: '-170px'}, {queue:false, duration: 350});
// $(this).css('right', '-170px');
}
);
});
function tvsite(){new _uWnd('tvsite','Test VLC stream Playlist',0,310,{align:0,shadow:1,autosize:1,resize:0},'<iframe src="[B][COLOR="#008000"]entrada.html[/COLOR][/B]" frameborder="no" width="550" height="510" scrolling="no"></iframe> '); }
</script>
<a id="vkontakte_button_3" title="Check Playlist" href="javascript:;" onclick="tvsite();">
<img alt="Check Playlist" title="Check video stream" src="http://4.bp.blogspot.com/-IP3a2D6TF1g/VgbSfjLwPcI/AAAAAAAAEpw/sO4RINCHmuI/s1600/VLC%2BTEST.png" />
</a> 


<style>
 #vkontakte_button_3 img { 
position: fixed; 
top:215px; 
right: -170px; 
z-index: 99999; 
cursor: pointer; 
display: block; 
} 
</style>


+ info de código
Insertar CODE, HTML o PHP:
http://gyli.weebly.com/uploads/1/2/6/1/12617649/vvvcclccl.txt
 
Última edición:
Atrás
Arriba