WPIntell

Source evidence

Shortcode

Yuto – Meilisearch Integrator · support · 2025-03-31T15:30:00+00:00

complaintsentiment
mediumseverity
0.92relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
piotrlukanko unresolved
Is there a way to insert search block using shortcode? Haven’t found any information about it in documentation and guides. Hello @piotrlukanko , Thank you for your patience with our delayed response. Apologies for the late reply—our hosting had expired, preventing the support email from coming through. Regarding the shortcode, the plugin currently does not provide one, as we designed it to be fully compatible with the Site Editor/Gutenberg. If you’re looking to implement it via code, you can use the do_blocks function like this: echo do_blocks('<!-- wp:yuto/meilisearch {"enabledIndices":["page"]} -->'); However, if you really need a shortcode, you can create a custom one to render the block. Add the following gist code to your plugin or child theme’s functions.php , and then use the [yuto_autocomplete_block] shortcode. https://gist.github.com/ponopress/b403014d004ab0990d44d763a5595971 Please let us know if this solution works for you. If not, share more details on how you’re trying to implement it, and we’d be happy to assist further. Additionally, if we receive more support requests for this, we will consider adding it to the main plugin in a future update. Regards, Pono Press This reply was modified 1 year, 1 month ago by ponopress . Hi That didn’t work for us, is there any other way to implement a search box? Regards Hello @alfredo11 , Thank you for your patience regarding our delayed response. We do offer an Autocomplete Search block that can be easily inserted through the Block Editor. Could you please clarify your question? Are you referring to using it within your own code, or are you working with the Classic Editor? Your clarification will help us better assist you. Regards, Pono Press Hello @piotrlukanko and @alfredo11 We’re excited to announce that shortcode support is now available in version 0.1.1 ! You can easily display the Autocomplete search anywhere on your site using the [yuto_autocomplete] shortcode. For a full overview of available options and usage examples, please refer to our Shortcode Documentation . Note: The previously shared gist has been removed, as this feature is now fully integrated into the plugin. Regards, Pono Press

Comments

4 shown
ponopress 2025-04-03T16:12:00+00:00

Hello @piotrlukanko , Thank you for your patience with our delayed response. Apologies for the late reply—our hosting had expired, preventing the support email from coming through. Regarding the shortcode, the plugin currently does not provide one, as we designed it to be fully compatible with the Site Editor/Gutenberg. If you’re looking to implement it via code, you can use the do_blocks function like this: echo do_blocks('<!-- wp:yuto/meilisearch {"enabledIndices":["page"]} -->'); However, if you really need a shortcode, you can create a custom one to render the block. Add the following gist code to your plugin or child theme’s functions.php , and then use the [yuto_autocomplete_block] shortcode. https://gist.github.com/ponopress/b403014d004ab0990d44d763a5595971 Please let us know if this solution works for you. If not, share more details on how you’re trying to implement it, and we’d be happy to assist further. Additionally, if we receive more support requests for this, we will consider adding it to the main plugin in a future update. Regards, Pono Press This reply was modified 1 year, 1 month ago by ponopress .

alfredo11 2025-04-25T10:58:00+00:00

Hi That didn’t work for us, is there any other way to implement a search box? Regards

ponopress 2025-05-13T15:11:00+00:00

Hello @alfredo11 , Thank you for your patience regarding our delayed response. We do offer an Autocomplete Search block that can be easily inserted through the Block Editor. Could you please clarify your question? Are you referring to using it within your own code, or are you working with the Classic Editor? Your clarification will help us better assist you. Regards, Pono Press

ponopress 2025-06-09T16:18:00+00:00

Hello @piotrlukanko and @alfredo11 We’re excited to announce that shortcode support is now available in version 0.1.1 ! You can easily display the Autocomplete search anywhere on your site using the [yuto_autocomplete] shortcode. For a full overview of available options and usage examples, please refer to our Shortcode Documentation . Note: The previously shared gist has been removed, as this feature is now fully integrated into the plugin. Regards, Pono Press