Skip to content

ockham/like-button

Repository files navigation

=== Like Button ===
Contributors:      bernhard-reiter, ndiego, oskosk
Tags:              block
Tested up to:      6.5
Stable tag:        0.8.2
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html

Example Like Button block used to demo Block Hooks.

== Description ==

This plugin contains a simple Like Button block to demonstrate how
<a href="https://developer.wordpress.org/news/2024/03/25/exploring-the-block-hooks-api-in-wordpress-6-5/">Block Hooks</a> work.

When used with a Block Theme, the block is automatically inserted after the Post Content block, and as the Comment Template block's last child.

Note that the block isn't meant for production use, as its state isn't saved in the database.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/like-button` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress

== Changelog ==

Please refer to the <a href="https://github.com/ockham/like-button/releases">Releases page</a> on GitHub.