Antes de comenzar veremos una demostración
Antes de Agregar es Estilo de comentarios a tu blog debes de seguir dos pasos
- Habilitar los Comentarios Roscados o Comentarios con Respuesta a tu blog
- Agregar el Estilo CSS
Para habilitar los Comentarios Roscados
- Paso 1: Vamos a Blogger>>Plantillas>>Edicion HTML>>Expandir Plantillas de Artilugios
- Paso 2: Buscamos las siguientes lineas (Ctrol + F)
<b:if cond='data:blog.pageType == "static_page"'> <b:include data='post' name='comments'/> </b:if> <b:if cond='data:blog.pageType == "item"'> <b:include data='post' name='comments'/> </b:if>
Seguramente te aparecerán 2 resultados uno es de la plantilla movil y el otro de la plantilla web, remplaza las dos lineas por las siguientes lineas
<b:if cond='data:blog.pageType == "static_page"'> <b:if cond='data:post.showThreadedComments'> <b:include data='post' name='threaded_comments'/> <b:else/> <b:include data='post' name='comments'/> </b:if> </b:if> <b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.showThreadedComments'> <b:include data='post' name='threaded_comments'/> <b:else/> <b:include data='post' name='comments'/> </b:if> </b:if>
Listo ya tendremos los comentarios Roscados habilitados, ahora agregaremos el estilo CSS
- Paso 3: Vamos a Blogger>>Plantilla>>Personaliza>>Avanzado>>Añadir CSS
- Paso 4: Pegamos el siguiente estilo de CSS
@font-face { font-family: 'Philosopher'; font-style: normal; font-weight: 400; src: local('Philosopher'), url(http://themes.googleusercontent.com/static/fonts/philosopher/v4/OttjxgcoEsufOGSINYBGLYbN6UDyHWBl620a-IRfuBk.woff) format('woff'); } .comment .avatar-image-container { border: 1px solid #B6B6B6; max-height: 70px !important; margin-top: -5px; width: 70px !important; position: relative; z-index: 50; } .comment .comment-block { margin-left: 75px !important; } .comment .comment-header { background: none repeat scroll 0 0 #A9F5D0; color: #333; font-size: 15px; font-weight: bold; margin-left: 60px; } .comment .comment-header a { color: black !important; text-decoration: none; } .comment .comment-content { background: none repeat scroll 0 0 #FEFFF9; border-bottom: 2px solid #E6E6E6; font-size: 14px; margin: 0 0 30px; padding: 5px 5px 10px 10px; } .comment .comment-actions a { background: none repeat scroll 0 0 #DDD; color: #333; display: inline-block; line-height: 1; margin: 0 3px; padding: 3px 6px !important; text-decoration: none; } .comment .comment-actions a { background: none repeat scroll 0 0 #DDD; color: #333; display: inline-block; line-height: 1; margin: 0 3px; padding: 3px 6px !important; text-decoration: none; } .comment-header cite { background: none repeat scroll 0 0 #DF7401; border: 1px solid white; color: white; padding: 2px 20px; position: relative; z-index: 99; margin-left: -20px; } cite.blog-author { background: none repeat scroll 0 0 #8181F7 !important; } .icon.blog-author { display: none !important; background: url("") no-repeat scroll 0 0; margin-left: 90px; width: 60px !important; height: 60px !important; position: absolute; right: 5px; bottom: 5px; top: 10px; } .comment .comment-header { color: #333; font-size: 15px; font-weight: bold; } .comment .avatar-image-container img { border: medium none !important; height: 70px !important; width: 70px !important; max-height: 70px !important; max-width: 70px !important; } .comment .comment-actions a { background: none repeat scroll 0 0 #DDD !important; color: #333 !important; display: inline-block !important; line-height: 1 !important; margin: 0 3px !important; padding: 3px 6px !important; text-decoration: none !important; font-size:16px; } .comment .comment-actions a:hover { background: #CCC !important; text-decoration: none !important; } .comments { font-family: 'Philosopher', arial, serif !important; font-size: 1em; color: black; } .comments .continue a { display: block !important; font-weight: bold !important; padding: .5em !important; color:#E34600; font-size:16px; } .comments .continue a:hover {color:#4D3123;text-decoration:none;} .item-control { display: none !important; } .comments .continue { border-top: 2px solid transparent !important; }
haber que tal sale
ResponderEliminarLe Mauri coméntanos si has podido implementarlo a tu blog
Eliminar@Connor Salvation Lamentablemente no aceptamos spam en nuestros comentarios. Por el motivo sera eliminado
ResponderEliminar-hola fernando, necesito ayuda con mi blog no puedo editar la caja de comentarios, los códigos del paso 2 no aparecen en mi plantilla, esta es la plantilla que estoy utilizando, quiero poner una caja de comentarios igual a la tuya me gusta mucho pero ya intenté de mil maneras y no puedo espero me puedas ayudar...
ResponderEliminarGracias de antemano. http://gamermag-spicytricks.blogspot.mx/
@Benjamin Harrison Wright Mira, esta entrada fue antes de que blogger cambie el diseño HTML, el paso 2 saltéalo solo sigue el tutorial desde el paso 3. Espero que te halla ayudado.
ResponderEliminarGracias por esperar por tu comentario