Title: Like Post Block
Author: Roel Magdaleno
Published: <strong>19 de Octubre de  2023</strong>
Last modified: 3 de Mayo de  2025

---

Buscar plugins

![](https://ps.w.org/like-post-block/assets/banner-772x250.png?rev=2981402)

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://ps.w.org/like-post-block/assets/icon-256x256.png?rev=2981402)

# Like Post Block

 Por [Roel Magdaleno](https://profiles.wordpress.org/rokumetal/)

[Descargar](https://downloads.wordpress.org/plugin/like-post-block.1.5.0.zip)

 * [Detalles](https://cl.wordpress.org/plugins/like-post-block/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/like-post-block/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/like-post-block/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/like-post-block/#developers)

 [Soporte](https://wordpress.org/support/plugin/like-post-block/)

## Descripción

The Like Post Block plugin registers a WordPress block that allows you to add a 
like button to your WordPress block editor.

You can insert this block in a single post, page, custom post type, and you can 
also insert it in any Gutenberg template.

### Key Features

 * Add a like button to any post, page or custom post type
 * Limit the number of likes per user
 * Save user’s IP address to prevent multiple likes
 * Supports any Gutenberg template

### Development

 * [View on GitHub](https://github.com/roelmagdaleno/like-post-block)

## Capturas de pantalla

[⌊Like Post block⌉⌊Like Post block⌉[

Like Post block

[⌊Like Post block settings⌉⌊Like Post block settings⌉[

Like Post block settings

[⌊Like Post block style settings⌉⌊Like Post block style settings⌉[

Like Post block style settings

[⌊Inactive like button on the front-end⌉⌊Inactive like button on the front-end⌉[

Inactive like button on the front-end

[⌊Active like button on the front-end⌉⌊Active like button on the front-end⌉[

Active like button on the front-end

## Bloques

Este plugin proporciona 1 bloque.

 *   Like Post Add a button to like any post type.

## Instalación

This section describes how to install the plugin and get it working.

 1. Upload the plugin files to the `/wp-content/plugins/like-post-block` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the “Plugins” screen in WordPress.
 3. Inside the Block Editor, search the “Like Post” block and insert it.

## FAQ

### Can I insert the block in any Gutenberg template?

Yes, you can insert the block in any Gutenberg template.

### Can I limit the number of likes per user?

Yes, you can limit the number of likes per user. The default value is 10 and the
minimum value is 1. This setting is per block, so you can have different values 
for each block.

### Can I save the user’s IP address to prevent multiple likes?

Yes, you can save the user’s IP address to prevent multiple likes. This action happens
automatically.

### Can the user likes comments?

No, the user can only like posts, pages and custom post types.

## Reseñas

![](https://secure.gravatar.com/avatar/d5e8e9b66b13766cd3129ad2f50e6a447f93d7b3fa62151ffae3450b32c1118d?
s=60&d=retro&r=g)

### 󠀁[BIG Thank You!](https://wordpress.org/support/topic/big-thank-you-9/)󠁿

 [Gin](https://profiles.wordpress.org/rawdolphe/) 1 de Marzo de 2024

I am just testing the ‘Like Post Block’ locally at the minute, and it’s really great.
It’s nearly what I am looking for (at least visually). I like that the plugin seems
very light, and that it works well with the Gutenberg Query Loop Block. May I suggest
some new features?1) Option to use it as a ‘Wishlist’ type plugin, for Posts (Not
WooCommerce), and to go with it;2) A new Block for the Navigation / Menu with a 
heart (or customisable icon) so we can display all the Posts that have been liked
by the visitors, in case they want to come back and carry on reading the previously
favorited posts.3) With the above options, a way to remove the counter (no numbers).
WordPress have a video somewhere, showing an example of a site reviewing videos,
to showcase what will be possible with WP6.5, it’s very impressive. All posts have
the two states on/off heart icon, and one on the menu. Thank you Roel! Yours truly,
Gin

![](https://secure.gravatar.com/avatar/11f8a1a7cc600b95ac98910cfcaa97639835d90ff575983c3b4bb3c48fab977f?
s=60&d=retro&r=g)

### 󠀁[Great simple like button](https://wordpress.org/support/topic/great-simple-like-button/)󠁿

 [evilluendas](https://profiles.wordpress.org/evilluendas/) 8 de Febrero de 2024

I’ve used this plugin to add a simple like button to the posts in my blog, and I’m
very happy with the results and functionality. The block is simple to use but has
a few very useful settings (like limiting the number of likes per ip per post) and
customization option. It doesn’t add any unnecessary settings to the admin. And 
the cherry on top is the excellent support!

 [ Leer 1 comentario ](https://wordpress.org/support/plugin/like-post-block/reviews/)

## Colaboradores & Desarrolladores

“Like Post Block” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

 *   [ Roel Magdaleno ](https://profiles.wordpress.org/rokumetal/)

[Traduce “Like Post Block” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/like-post-block)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/like-post-block/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/like-post-block/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/like-post-block/)
por [RSS](https://plugins.trac.wordpress.org/log/like-post-block/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.5.0

 * Feature: Option to Track Likes by User Account Only (Ignore IP Address) (#15)

#### 1.4.0

 * New setting: Unlike when click the button again (#10)
 * New setting: Add unlimited setting (#12)

#### 1.3.0

 * Like counter functionality uses last post inside query loop (#8).

#### 1.2.0

 * Restore the `index.asset.php` file because it’s needed by WordPress.

#### 1.1.0

 * Render the like button with AJAX to avoid caching systems.
 * The `rolpb_likes` meta key can be found in each REST API for posts, pages and
   custom post types.
 * New `Likes` column in the posts, pages and custom post types list tables.

#### 1.0.0

 * Initial release

## Meta

 *  Versión **1.5.0**
 *  Última actualización **hace 1 año**
 *  Instalaciones activas **80+**
 *  Versión de WordPress ** 6.2 o superior **
 *  Probado hasta **6.8.8**
 *  Versión de PHP ** 7.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/like-post-block/)
 * Etiquetas
 * [block](https://cl.wordpress.org/plugins/tags/block/)[heart](https://cl.wordpress.org/plugins/tags/heart/)
   [like](https://cl.wordpress.org/plugins/tags/like/)[Like Post](https://cl.wordpress.org/plugins/tags/like-post/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/like-post-block/advanced/)

## Calificaciones

 5 de 5 estrellas.

 *  [  2 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/like-post-block/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/like-post-block/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/like-post-block/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/like-post-block/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/like-post-block/reviews/?filter=1)

[Tu reseña](https://wordpress.org/support/plugin/like-post-block/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/like-post-block/reviews/)

## Colaboradores

 *   [ Roel Magdaleno ](https://profiles.wordpress.org/rokumetal/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/like-post-block/)