{"id":16052674,"url":"https://github.com/audrasjb/reusable-blocks-extended","last_synced_at":"2025-07-05T04:02:52.922Z","repository":{"id":38396912,"uuid":"415708493","full_name":"audrasjb/reusable-blocks-extended","owner":"audrasjb","description":"https://wordpress.org/plugins/reusable-blocks-extended/","archived":false,"fork":false,"pushed_at":"2022-10-05T21:22:01.000Z","size":44,"stargazers_count":4,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T07:45:53.217Z","etag":null,"topics":["gutenberg","hacktoberfest","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audrasjb.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-10T21:51:38.000Z","updated_at":"2022-11-07T17:48:42.000Z","dependencies_parsed_at":"2023-01-19T07:30:30.400Z","dependency_job_id":null,"html_url":"https://github.com/audrasjb/reusable-blocks-extended","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrasjb%2Freusable-blocks-extended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrasjb%2Freusable-blocks-extended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrasjb%2Freusable-blocks-extended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audrasjb%2Freusable-blocks-extended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audrasjb","download_url":"https://codeload.github.com/audrasjb/reusable-blocks-extended/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885934,"owners_count":20363644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gutenberg","hacktoberfest","wordpress"],"created_at":"2024-10-09T01:21:34.182Z","updated_at":"2025-03-17T21:31:12.738Z","avatar_url":"https://github.com/audrasjb.png","language":"PHP","funding_links":["https://www.paypal.me/audrasjb"],"categories":[],"sub_categories":[],"readme":"=== Reusable Blocks Extended ===\nContributors: audrasjb, whodunitagency, larrach\nDonate link: https://www.paypal.me/audrasjb\nTags: Reusable, Blocks, Gutenberg, Widget, PHP Function, Preview, Shortcode, Réutilisable, bloc, pattern, generator\nRequires at least: 5.0\nTested up to: 6.0\nStable tag: 0.9\nRequires PHP: 7.0\nLicense: GPLv2\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nExtend Gutenberg Reusable Blocks feature with a complete admin panel, widgets, shortcodes and PHP functions.\n\n== Description ==\n\nExtend Gutenberg Reusable Blocks feature with a complete admin panel, widgets, shortcodes and PHP functions.\n\nThis plugin extends the Reusable Blocks admin interface and provides few fancy features:\n\n* Add Reusable Blocks dashboard informations\n* Activate Reusable Blocks admin screen\n* Provide a list of Posts where each Reusable Block is used and the date it was last modified\n* Provide a **live preview of your reusable blocks** from the Reusable Blocks admin screen, with your theme stylesheets\n* Provide a Reusable Blocks Widget to use your block anywhere you want in your theme’s widgets areas\n* Provide a Reusable Blocks Shortcode to use your block anywhere you want in your Post types (even if they use the Classic Editor rather than Gutenberg!)\n* Provide some Reusable Blocks PHP functions to use your block anywhere you want in your theme even\n\n* NEW: An easy tool to convert reusable blocks to block patterns in one click!\n\nFor a full presentation of Reusable Blocks Extended, see this [WordCamp Talk synthesis available on my blog](https://jeanbaptisteaudras.com/en/2019/12/gutenberg-reusable-blocks-wordcamp-marseille-talk-synthesis/).\n\n== Screenshots ==\n1. Extended Reusable Blocks admin screen with preview\n2. Reusable block widget\n\n== Installation ==\n\n1. Install the plugin and activate.\n2. Go to Reusable Blocks Admin Menu\n\n== Frequently Asked Questions ==\n\n= How to implement Reusable Blocks using Widgets =\n\n* Go to WP-Admin \u003e Appearance \u003e Widgets.\n* Add \"Reusable Block\" Widget to your widget area.\n* Choose the reusable block you want to use and save the widget.\n\n= How to implement Reusable Blocks with shortcode =\n\n* Go to WP-Admin \u003e Reusable Blocks.\n* Choose the reusable block you want to use; copy the provided shortcode.\n* Then, paste it where you want.\n\nSyntax: `[reblex id=\"NUMERIC_ID_OF_THE_REUSABLE_BLOCK\"]`\n\n= How to implement Reusable Blocks with PHP functions =\n\n* Go to WP-Admin \u003e Reusable Blocks.\n* Choose the reusable block you want to use; copy the provided PHP function.\n* Then, paste it where you want.\n\nSyntax: \n`reblex_display_block( NUMERIC_ID_OF_THE_REUSABLE_BLOCK );`\n\nNote for developers: you may also need to **get** the shortcode data **before** displaying it. In this case, you should use the following function:\n`reblex_get_block( NUMERIC_ID_OF_THE_REUSABLE_BLOCK );`\n\n== Changelog ==\n\n= 0.9 =\n* Props @chaton666 (Marie Comet) for a small fix.\n* WP 6.0 compatibility.\n\n= 0.8 =\n* Performance enhancement on the `wp_block` list table. Props @grapplerulrich for spotting this.\n\n= 0.7 =\n* WP 5.8 compatibility.\n* Replace \"Reusable blocks\" menu name with \"Blocks\".\n* Small variable name and docs change.\n* Various minor interface improvements.\n\n= 0.6.2 =\n* Removes a PHP notice.\n\n= 0.6.1 =\n* Fix an issue with polylang plugin (props @eddystile).\n\n= 0.6 =\n* Introduces the Block Pattern conversion tool for WP 5.5+.\n\n= 0.5.1 =\n* Fixes a bug with ACF Pro Blocks. Props [@mbcreation](https://profiles.wordpress.org/mbcreation/) for raising the issue.\n\n= 0.5 =\n* Improvement of the preview feature, which is now displaying your reusable blocks in a modal window.\n\n= 0.4 =\n* Force block editor for wp_block post type even with Classic Editor plugin activated.\n* Collapsible items improvements.\n\n= 0.3 =\n* Make block instances collapsible for a better preview. Props @alfredg.\n\n= 0.2 =\n* Use @import instead of link tag or enqueues in the preview iframe.\n\n= 0.1 =\n* Plugin initial commit. Works fine :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudrasjb%2Freusable-blocks-extended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudrasjb%2Freusable-blocks-extended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudrasjb%2Freusable-blocks-extended/lists"}