{"id":180719,"date":"2023-12-19T23:40:38","date_gmt":"2023-12-19T23:40:38","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/iz-block-editor-tooltips\/"},"modified":"2024-11-13T22:24:29","modified_gmt":"2024-11-13T22:24:29","slug":"iz-block-editor-tooltips","status":"publish","type":"plugin","link":"https:\/\/gax.wordpress.org\/plugins\/iz-block-editor-tooltips\/","author":15764021,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"3.4.3","stable_tag":"3.4.3","tested":"6.7.5","requires":"5.9","requires_php":"7.4","requires_plugins":null,"header_name":"IZ Block Editor Tooltips","header_author":"Ivan Zhuck","header_description":"An easy way to implement tooltip element in the WordPress Block Editor","assets_banners_color":"","last_updated":"2024-11-13 22:24:29","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/izhuck.ru\/","rating":5,"author_block_rating":0,"active_installs":100,"downloads":2861,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"3.2.2":{"tag":"3.2.2","author":"ivanzhuck","date":"2023-12-19 23:40:06"},"3.2.3":{"tag":"3.2.3","author":"ivanzhuck","date":"2023-12-20 00:05:43"},"3.3.0":{"tag":"3.3.0","author":"ivanzhuck","date":"2024-04-03 01:20:54"},"3.4.0":{"tag":"3.4.0","author":"ivanzhuck","date":"2024-06-29 11:52:37"},"3.4.1":{"tag":"3.4.1","author":"ivanzhuck","date":"2024-06-30 00:44:07"},"3.4.2":{"tag":"3.4.2","author":"ivanzhuck","date":"2024-07-23 10:36:50"},"3.4.3":{"tag":"3.4.3","author":"ivanzhuck","date":"2024-11-13 22:24:29"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":6},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3012219,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3012219,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":3012219,"resolution":false,"location":"assets","locale":false}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["3.2.2","3.2.3","3.3.0","3.4.0","3.4.1","3.4.2","3.4.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3012219,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3012219,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3012219,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"How tooltips look on the page","2":"How tooltips look in the editor","3":"Settings page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[223399,223400,223401,4649],"plugin_category":[],"plugin_contributors":[223402],"plugin_business_model":[],"class_list":["post-180719","plugin","type-plugin","status-publish","hentry","plugin_tags-block-editor-tooltips","plugin_tags-gutenberg-tooltips","plugin_tags-richtext-tooltips","plugin_tags-tooltips","plugin_contributors-ivanzhuck","plugin_committers-ivanzhuck"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/iz-block-editor-tooltips\/assets\/icon.svg?rev=3012219","icon":"https:\/\/ps.w.org\/iz-block-editor-tooltips\/assets\/icon.svg?rev=3012219","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/iz-block-editor-tooltips\/assets\/screenshot-1.png?rev=3012219","caption":"How tooltips look on the page"},{"src":"https:\/\/ps.w.org\/iz-block-editor-tooltips\/assets\/screenshot-2.png?rev=3012219","caption":"How tooltips look in the editor"},{"src":"https:\/\/ps.w.org\/iz-block-editor-tooltips\/assets\/screenshot-3.png?rev=3012219","caption":"Settings page"}],"raw_content":"<!--section=description-->\n<p>This lightweight plugin adds button \"Tooltip\" to the RichText toolbar.<\/p>\n\n<p>Use it to paste popover tooltips over the words and phrases in your articles.<\/p>\n\n<p>You can style tooltips with the admin settings page.<\/p>\n\n<p>You can also style tooltips with CSS and using filters:<\/p>\n\n<pre><code>add_filter('izbet_style_text_color', function() { return '#247DE0'; });\nadd_filter('izbet_style_border_color', function() { return '#247DE0'; });\nadd_filter('izbet_style_tooltip_text_color', function() { return '#fff'; });\nadd_filter('izbet_style_tooltip_background_color', function() { return 'rgba(0, 010, 030, .85)'; });\nadd_filter('izbet_style_tooltip_font_size', function() { return '.8rem'; });\nadd_filter('izbet_style_tooltip_padding', function() { return '.6rem'; });\nadd_filter('izbet_style_tooltip_border_radius', function() { return '.3rem'; });\n<\/code><\/pre>\n\n<h3>How to contribute<\/h3>\n\n<p>If you want to help me develop the plugin please visit its repository on GitHub: <a href=\"https:\/\/github.com\/IvanZhuck\/wordpress-iz-bet\">https:\/\/github.com\/IvanZhuck\/wordpress-iz-bet<\/a>. The repository contains the source code and tools for development.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>iz-block-editor-tooltips<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<li>Visit \"Settings\" -&gt; \"IZ BET Setting\" to set up tooltip colors.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>3.4.3<\/h4>\n\n<ul>\n<li>Tested with WordPress 6.7<\/li>\n<\/ul>\n\n<h4>3.4.2<\/h4>\n\n<ul>\n<li>Tested with WordPress 6.6<\/li>\n<\/ul>\n\n<h4>3.4.1<\/h4>\n\n<ul>\n<li>Fixed filter names in readme<\/li>\n<li>Fixed string for translation<\/li>\n<\/ul>\n\n<h4>3.4.0<\/h4>\n\n<ul>\n<li>Added custom size settings<\/li>\n<li>Tested with WordPress 6.5.5<\/li>\n<\/ul>\n\n<h4>3.3.0<\/h4>\n\n<ul>\n<li>Tested with WordPress 6.5<\/li>\n<li>Fixed tooltip editor popover position<\/li>\n<li>Fixed new lines inside tooltip content<\/li>\n<\/ul>\n\n<h4>3.2.3<\/h4>\n\n<ul>\n<li>Updated readme.txt<\/li>\n<\/ul>\n\n<h4>3.2.2<\/h4>\n\n<ul>\n<li>Tested with WordPress 6.4.2<\/li>\n<li>Added screenshots<\/li>\n<\/ul>\n\n<h4>3.2.1<\/h4>\n\n<ul>\n<li>Updated output escaping<\/li>\n<\/ul>\n\n<h4>3.2.0<\/h4>\n\n<ul>\n<li>Tested with WordPress 6.4.1<\/li>\n<li>Added variable escaping<\/li>\n<\/ul>\n\n<h4>3.1.1<\/h4>\n\n<ul>\n<li>Updated @wordpress\/eslint-plugin version<\/li>\n<li>Updated readme.txt<\/li>\n<\/ul>\n\n<h4>3.1.0<\/h4>\n\n<ul>\n<li>Updated plugin text prefix<\/li>\n<li>Updated plugin text domain<\/li>\n<li>Changed the way to read json config files<\/li>\n<\/ul>\n\n<p>Please visit <a href=\"https:\/\/github.com\/IvanZhuck\/wordpress-iz-bet\/releases\">the Releases page on GitHub<\/a> to see the full plugin\u2019s changelog,<\/p>","raw_excerpt":"An easy way to implement tooltip element in the WordPress Block Editor","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/180719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=180719"}],"author":[{"embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ivanzhuck"}],"wp:attachment":[{"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=180719"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=180719"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=180719"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=180719"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=180719"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gax.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=180719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}