Like Post Block

描述

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

螢幕截圖

  • Like Post block
  • Like Post block settings
  • Like Post block style settings
  • Inactive like button on the front-end
  • Active like button on the front-end

Blocks

This plugin provides 1 block.

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

安裝

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.

常見問題

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.

評價

2024年3月1日
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
2024年2月8日
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!
閱讀全部1個評價

貢獻者及開發者

“Like Post Block” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Like Post Block 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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