开发者 | usamakhalid14 |
---|---|
更新时间 | 2025年6月2日 02:08 |
WordPress版本: | 6.8.1 |
版权: | GPL-2.0+ |
版权网址: | 版权信息 |
instant-emoji-reactions
folder to the /wp-content/plugins/
directory.[instant_emoji_reactions]
shortcode in your posts or pages to display the reactions.Simply activate the plugin, and use the [instant_emoji_reactions] shortcode in any post or page where you want the reactions to appear.
Yes, you can customize the emoji reactions in the plugin's settings page. You can choose which emojis to display and configure their behavior.
Yes, guest users can react to posts without needing to log in. The plugin stores their reactions under a dynamic user ID, which is generated and stored in a cookie.
You can use the do_shortcode()
function in your PHP code to display the reactions in custom pages or templates.
Yes, the plugin is compatible with Gutenberg and most popular page builders. You can add the shortcode using a shortcode block or widget.
Yes, you can use the reactions on any page, post, or custom post type. Simply add the [instant_emoji_reactions] shortcode to the content or use the do_shortcode() function in your template files.
Yes, the reactions are stored permanently in the database for each post. Guest reactions are tied to a dynamic user ID stored in a cookie, while logged-in users' reactions are tied to their user accounts.
Yes, you can control the position of the reactions by placing the shortcode [instant_emoji_reactions] in your desired location within the post or page content. For more advanced positioning, you can use the do_shortcode() function in your theme templates.
Yes, the plugin is compatible with most caching plugins. However, if you notice any issues with reactions not updating correctly, you may need to exclude the reactions section from caching or configure your caching plugin to handle dynamic content properly.
While it’s technically possible to use this plugin alongside other reaction or rating plugins, we recommend testing for conflicts. Some plugins may override each other’s styles or functionality.