Skip to content

Adding Resources and Web instance pages on Brazilian Portuguese #2351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: trunk
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
---
title: Links e Recursos
slug: /resources
---

<!--
# Links and Resources
-->

# Links e Recursos

<!--
:::tip

There's a set of redirections in place to make it easier the access to some of the tools related to Playground:

<ul id="list-resources-redirections">
<li><a href="https://playground.wordpress.net/"><strong>https://playground.wordpress.net/</strong></a> → Playground instance</li>
<li><a href="https://playground.wordpress.net/docs">https://playground.wordpress.net<strong>/docs</strong></a> → Playground Docs</li>
<li><a href="https://playground.wordpress.net/builder">https://playground.wordpress.net<strong>/builder</strong></a> → Playground Blueprints Builder</li>
<li><a href="https://playground.wordpress.net/wordpress">https://playground.wordpress.net<strong>/wordpress</strong></a> → Playground PR viewer for WordPress</li>
<li><a href="https://playground.wordpress.net/gutenberg">https://playground.wordpress.net<strong>/gutenberg</strong></a> → Playground PR viewer for Gutenberg</li>
<li><a href="https://playground.wordpress.net/proxy">https://playground.wordpress.net<strong>/proxy</strong></a> → Playground Proxy Service <em>(see <a href="/blueprints/steps/resources#urlreference">URLReference</a> for more info)</em></li>
</ul>
:::
-->

:::tip

Existe um conjunto de redirecionamentos para facilitar o acesso a algumas das ferramentas relacionadas ao Playground:

<ul id="list-resources-redirections">
<li><a href="https://playground.wordpress.net/"><strong>https://playground.wordpress.net/</strong></a> → Instância Web do Playground</li>
<li><a href="https://playground.wordpress.net/docs">https://playground.wordpress.net<strong>/docs</strong></a> → Documentação do Playground</li>
<li><a href="https://playground.wordpress.net/builder">https://playground.wordpress.net<strong>/builder</strong></a> → Construtor de Blueprints do Playground</li>
<li><a href="https://playground.wordpress.net/wordpress">https://playground.wordpress.net<strong>/wordpress</strong></a> → Visualizador de PRs do Playground para o WordPress</li>
<li><a href="https://playground.wordpress.net/gutenberg">https://playground.wordpress.net<strong>/gutenberg</strong></a> → Visualizador de PRs do Playground para o Gutenberg</li>
<li><a href="https://playground.wordpress.net/proxy">https://playground.wordpress.net<strong>/proxy</strong></a> → Serviço de Proxy do Playground <em>(veja <a href="/blueprints/steps/resources#urlreference">URLReference</a> para mais informações)</em></li>
</ul>
:::

<!--
## Frequently sought links
-->

## Links frequentemente procurados

<!--
- [Demo](https://playground.wordpress.net/)
- [Github Repository](https://github.com/WordPress/wordpress-playground)
- [Documentation](https://wordpress.github.io/wordpress-playground/)
- [Playground tools Repository](https://github.com/WordPress/playground-tools)
-->

- [Demonstração](https://playground.wordpress.net/)
- [Repositório no Github](https://github.com/WordPress/wordpress-playground)
- [Documentação](https://wordpress.github.io/wordpress-playground/)
- [Repositório das ferramentas do Playground](https://github.com/WordPress/playground-tools)

<!--
## Apps built with WordPress Playground
-->

## Aplicações construídas com o WordPress Playground

<!--
- [Official demo](https://playground.wordpress.net/) and the [showcase](https://developer.wordpress.org/playground) app – install a theme, try out a plugin, create a few pages, export what you've built
- [wp-now](https://www.npmjs.com/package/%40wp-now/wp-now) – a CLI tool for instant WordPress dev envs
- [WordPress Playground for VS Code](https://marketplace.visualstudio.com/items?itemName=WordPressPlayground.wordpress-playground)
- Live Translations: [App](https://translate.wordpress.org/projects/wp-plugins/friends/dev/pl/default/playground/), [announcement](https://make.wordpress.org/polyglots/2023/04/19/wp-translation-playground/), [more details](https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/)
- [Interactive code block](https://wordpress.org/plugins/interactive-code-block/) which powers the [HTML Tag Processor tutorial](https://adamadam.blog/2023/02/16/how-to-modify-html-in-a-php-wordpress-plugin-using-the-new-tag-processor-api/) and the [Playground JS API tutorial](https://adamadam.blog/2023/04/12/interactive-intro-to-wordpress-playground-public-api/)
- [Gutenberg Pull Request previewer](https://playground.wordpress.net/gutenberg.html)
- [Notifications plugin live demo](https://johnhooks.io/playground-experiment/)
- [GraphQL REPL](https://www.wpgraphql.com/2023/06/15/announcing-the-wpgraphql-repl)
- [Blocknotes](https://twitter.com/adamzielin/status/1669478239771799552) – the first ever iOS app running WordPress on your phone
- [Playground embedder](https://joost.blog/embedded-playground/) to embed Playground examples in WordPress.org documentation using shortcodes
- [Plugin demos on wp.org](https://gist.github.com/adamziel/0fe3ffc1fb5202a907a87d055ee37135) – a user script that adds a "demo" tab to plugin pages on WordPress.org
- [WordPress Pull Request previewer](https://playground.wordpress.net/wordpress.html)
- [Synchronization between two Playgrounds](https://playground.wordpress.net/demos/sync.html)
- [Time Travel](https://playground.wordpress.net/demos/time-traveling.html)
- [WP-CLI](https://playground.wordpress.net/demos/wp-cli.html)
- [PHP implementation of Blueprints](https://playground.wordpress.net/demos/php-blueprints.html)
-->

- [Demonstração oficial](https://playground.wordpress.net/) e a aplicação de [vitrine](https://developer.wordpress.org/playground) – instale um tema, experimente um plugin, crie algumas páginas, exporte o que você construiu
- [wp-now](https://www.npmjs.com/package/%40wp-now/wp-now) – uma ferramenta CLI para ambientes de desenvolvimento WordPress instantâneos
- [WordPress Playground para VS Code](https://marketplace.visualstudio.com/items?itemName=WordPressPlayground.wordpress-playground)
- Traduções ao vivo: [Aplicação](https://translate.wordpress.org/projects/wp-plugins/friends/dev/pl/default/playground/), [anúncio](https://make.wordpress.org/polyglots/2023/04/19/wp-translation-playground/), [mais detalhes](https://make.wordpress.org/polyglots/2023/05/08/translate-live-updates-to-the-translation-playground/)
- [Bloco de código interativo](https://wordpress.org/plugins/interactive-code-block/) que alimenta o [tutorial do Processador de Tags HTML](https://adamadam.blog/2023/02/16/how-to-modify-html-in-a-php-wordpress-plugin-using-the-new-tag-processor-api/) e o [tutorial da API JS do Playground](https://adamadam.blog/2023/04/12/interactive-intro-to-wordpress-playground-public-api/)
- [Visualizador de Pull Requests do Gutenberg](https://playground.wordpress.net/gutenberg.html)
- [Demonstração ao vivo do plugin de notificações](https://johnhooks.io/playground-experiment/)
- [REPL do GraphQL](https://www.wpgraphql.com/2023/06/15/announcing-the-wpgraphql-repl)
- [Blocknotes](https://twitter.com/adamzielin/status/1669478239771799552) – o primeiro aplicativo para iOS a rodar WordPress no seu celular
- [Incorporador do Playground](https://joost.blog/embedded-playground/) para incorporar exemplos do Playground na documentação do WordPress.org usando shortcodes
- [Demonstrações de plugins no wp.org](https://gist.github.com/adamziel/0fe3ffc1fb5202a907a87d055ee37135) – um script de usuário que adiciona uma aba "demo" às páginas de plugins no WordPress.org
- [Visualizador de Pull Requests do WordPress](https://playground.wordpress.net/wordpress.html)
- [Sincronização entre dois Playgrounds](https://playground.wordpress.net/demos/sync.html)
- [Viagem no Tempo](https://playground.wordpress.net/demos/time-traveling.html)
- [WP-CLI](https://playground.wordpress.net/demos/wp-cli.html)
- [Implementação de Blueprints em PHP](https://playground.wordpress.net/demos/php-blueprints.html)

<!--
## Reading materials
-->

## Materiais de leitura

<!--
- [Build in-browser WordPress experiences with WordPress Playground and WebAssembly](https://web.dev/wordpress-playground/)
- [WordPress Playground on developer.wordpress.org](https://developer.wordpress.org/playground)
- [In-Browser WordPress Tech Demos: WordPress Development with WordPress Playground](https://make.wordpress.org/core/2023/04/13/in-browser-wordpress-tech-demos-wordpress-development-with-wordpress-playground/)
- [Initial announcement on make.wordpress.org](https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/)
- [Hackernews discussion](https://news.ycombinator.com/item?id=32960560)
-->

- [Crie experiências WordPress no navegador com WordPress Playground e WebAssembly](https://web.dev/wordpress-playground/)
- [WordPress Playground em developer.wordpress.org](https://developer.wordpress.org/playground)
- [Demonstrações técnicas de WordPress no navegador: Desenvolvimento WordPress com WordPress Playground](https://make.wordpress.org/core/2023/04/13/in-browser-wordpress-tech-demos-wordpress-development-with-wordpress-playground/)
- [Anúncio inicial em make.wordpress.org](https://make.wordpress.org/core/2022/09/23/client-side-webassembly-wordpress-with-no-server/)
- [Discussão no Hackernews](https://news.ycombinator.com/item?id=32960560)

<!--
## Videos
-->

## Vídeos

<!--
- Developer Hours Videos:
- [Americas Region (May 23,2023)](https://wordpress.tv/2023/05/23/developer-hours-wordpress-playground-americas/)
- [APAC/EMEA Region (May 24,2023)](https://wordpress.tv/2023/05/24/developer-hours-wordpress-playground-apac-emea/)
- [Creating WordPress Playground Blueprints for Testing and Demos (May 28, 2024)](https://wordpress.tv/2024/05/28/developer-hours-creating-wordpress-playground-blueprints-for-testing-and-demos/) by Birgit Pauli-Haack & Nick Diego
- [Developer Hours: Everything you need to know about WordPress Playground (Dec 17, 2024)](https://wordpress.tv/2024/12/17/developer-hours-everything-you-need-to-know-about-wordpress-playground/) by Nick Diego & Ryan Welcher
- [Playground at State of the Word](https://youtu.be/VeigCZuxnfY?t=2912)
- [Playground at WCEU 2023](https://www.youtube.com/watch?v=e-CwouzTGp4&t=26946s)
- [Watch "WordPress Playground: the ultimate learning, testing, & teaching tool for WordPress"](https://www.youtube.com/watch?v=dN_LaenY8bI) by Anne McCarthy
- [WordPress Playground for developers](https://wordpress.tv/2024/12/16/wordpress-playground-for-developers/) by Berislav Grgicak and Jonathan Bossenger
- [WordPress Playground Block code editor theme support](https://wordpress.tv/2024/10/05/wordpress-playground-block-code-editor-theme-support/) by Jonathan Bossenger
- [WordPress Playground – use WordPress without a server at WCEU 2024](https://wordpress.tv/2024/07/03/wordpress-playground-use-wordpress-without-a-server/) by Adam Zielinski
- [Code, Test, Repeat: Accelerating Development with WordPress Playground at WordCamp Larissa 2024](https://wordpress.tv/2024/12/13/code-test-repeat-accelerating-development-with-wordpress-playground/) by Uros Tasic
- [Liberating data with WordPress Playground in a Browser Extension at WordCamp Netherlands 2024](https://wordpress.tv/2024/12/24/liberating-data-with-wordpress-playground-in-a-browser-extension/) by Alex Kirk
- [Beyond the Playground: WordPress as a Tool and Product Builder at WCUS 2024](https://wordpress.tv/2024/10/10/beyond-the-playground-wordpress-as-a-tool-and-product-builder/) by Dennis Snell
- [Create a demo with Playground at WC Asia 2025](https://wordpress.tv/2025/04/30/create-a-demo-with-playground/) by Birgit Pauli-Haack
- [Disssecting WordPress Playground at WordCamp Nepal 2025](https://wordpress.tv/2025/04/30/dissecting-wordpress-playground/) by Sakar Upadhyaya Khatiwada
- [Building Automated Test with WordPress Playground at WCEU 2025](https://wordpress.tv/2025/06/07/building-automated-tests-with-wordpress-playground/)by Berislav Grgicak
- [From Zero to Demo: Mastering WordPress Playground Blueprints at WCEU 2025](https://wordpress.tv/2025/06/07/from-zero-to-demo-mastering-wordpress-playground-blueprints/) by Birgit Pauli-Haack
- [Playground at WordCamp Gliwice (in Polish)](https://www.youtube.com/watch?v=AUHklF9GdL8&list=PLiCne9CeL82_hGuJOAJlsc84WxVDSH-c9&index=4) by Adam Zielinski
- [WordPress Playground at WordCamp Wrocław 2024 (in Polish)](https://wordpress.tv/2024/12/02/wordpress-playground-przelom-w-wordpressie-2/) by Adam Zielinski
- [WordPress Playground at WordCamp Gdynia 2025 (in Polish)](https://wordpress.tv/2025/04/21/wordpress-playground/) by Magdalena Paciorek
- [Discovering Playground, the demo tool(in Spanish)](https://wordpress.tv/2024/08/09/descubriendo-playground-la-herramienta-para-hacer-demos/) by Alex Cuadra
- [WordPress Playground: Complete and functional WordPress installation(in Spanish)](https://wordpress.tv/2024/02/07/wordpress-playground-instalacion-completa-y-funcional-de-wordpress/) by Fernando García Rebolledo
- [Playground: A throwaway WordPress within your browser at WordCamp Madrid 2025(in Spanish)](https://wordpress.tv/2025/03/09/playground-un-wordpress-de-usar-y-tirar-dentro-de-tu-navegador/) by Álvaro Gómez Velasco
-->

- Vídeos do Developer Hours:
- [Região das Américas, 23 de maio de 2023 (em inglês)](https://wordpress.tv/2023/05/23/developer-hours-wordpress-playground-americas/)
- [Região APAC/EMEA, 24 de maio de 2023 (em inglês)](https://wordpress.tv/2023/05/24/developer-hours-wordpress-playground-apac-emea/)
- [Criando Blueprints do WordPress Playground para Testes e Demos, 28 de maio de 2024 (em inglês)](https://wordpress.tv/2024/05/28/developer-hours-creating-wordpress-playground-blueprints-for-testing-and-demos/) por Birgit Pauli-Haack & Nick Diego
- [Developer Hours: Tudo que você precisa saber sobre o WordPress Playground, 17 de dezembro de 2024 (em inglês)](https://wordpress.tv/2024/12/17/developer-hours-everything-you-need-to-know-about-wordpress-playground/) por Nick Diego & Ryan Welcher
- [Playground no State of the Word (em inglês)](https://youtu.be/VeigCZuxnfY?t=2912)
- [Playground no WCEU 2023 (em inglês)](https://www.youtube.com/watch?v=e-CwouzTGp4&t=26946s)
- [Assista "WordPress Playground: a ferramenta definitiva de aprendizado, teste e ensino para WordPress" (em inglês)](https://www.youtube.com/watch?v=dN_LaenY8bI) por Anne McCarthy
- [WordPress Playground para desenvolvedores (em inglês)](https://wordpress.tv/2024/12/16/wordpress-playground-for-developers/) por Berislav Grgicak e Jonathan Bossenger
- [WordPress Playground Block code editor theme support (em inglês)](https://wordpress.tv/2024/10/05/wordpress-playground-block-code-editor-theme-support/) por Jonathan Bossenger
- [WordPress Playground – use WordPress sem servidor no WCEU 2024 (em inglês)](https://wordpress.tv/2024/07/03/wordpress-playground-use-wordpress-without-a-server/) por Adam Zielinski
- [Code, Test, Repeat: Acelerando o Desenvolvimento com WordPress Playground no WordCamp Larissa 2024 (em inglês)](https://wordpress.tv/2024/12/13/code-test-repeat-accelerating-development-with-wordpress-playground/) por Uros Tasic
- [Liberando dados com WordPress Playground em uma extensão de navegador no WordCamp Netherlands 2024 (em inglês)](https://wordpress.tv/2024/12/24/liberating-data-with-wordpress-playground-in-a-browser-extension/) por Alex Kirk
- [Além do Playground: WordPress como Ferramenta e Construtor de Produtos no WCUS 2024 (em inglês)](https://wordpress.tv/2024/10/10/beyond-the-playground-wordpress-as-a-tool-and-product-builder/) por Dennis Snell
- [Crie uma demo com Playground no WC Asia 2025 (em inglês)](https://wordpress.tv/2025/04/30/create-a-demo-with-playground/) por Birgit Pauli-Haack
- [Dissecando o WordPress Playground no WordCamp Nepal 2025 (em inglês)](https://wordpress.tv/2025/04/30/dissecting-wordpress-playground/) por Sakar Upadhyaya Khatiwada
- [Construindo Testes Automatizados com WordPress Playground no WCEU 2025 (em inglês)](https://wordpress.tv/2025/06/07/building-automated-tests-with-wordpress-playground/) por Berislav Grgicak
- [Do Zero à Demo: Dominando Blueprints do WordPress Playground no WCEU 2025 (em inglês)](https://wordpress.tv/2025/06/07/from-zero-to-demo-mastering-wordpress-playground-blueprints/) por Birgit Pauli-Haack
- [Playground no WordCamp Gliwice (em polonês)](https://www.youtube.com/watch?v=AUHklF9GdL8&list=PLiCne9CeL82_hGuJOAJlsc84WxVDSH-c9&index=4) por Adam Zielinski
- [WordPress Playground no WordCamp Wrocław 2024 (em polonês)](https://wordpress.tv/2024/12/02/wordpress-playground-przelom-w-wordpressie-2/) por Adam Zielinski
- [WordPress Playground no WordCamp Gdynia 2025 (em polonês)](https://wordpress.tv/2025/04/21/wordpress-playground/) por Magdalena Paciorek
- [Descobrindo o Playground, a ferramenta de demonstração (em espanhol)](https://wordpress.tv/2024/08/09/descubriendo-playground-la-herramienta-para-hacer-demos/) por Alex Cuadra
- [WordPress Playground: Instalação completa e funcional do WordPress (em espanhol)](https://wordpress.tv/2024/02/07/wordpress-playground-instalacion-completa-y-funcional-de-wordpress/) por Fernando García Rebolledo
- [Playground: Um WordPress descartável dentro do seu navegador no WordCamp Madrid 2025 (em espanhol)](https://wordpress.tv/2025/03/09/playground-un-wordpress-de-usar-y-tirar-dentro-de-tu-navegador/) por Álvaro Gómez Velasco
Loading
Loading