Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Lancer
slug: /about/launch
description: Apprenez à utiliser Playground pour lancer des produits, depuis l’intégration de démos interactives sur des sites jusqu’à la création d’applications mobiles natives.
---

# Lancer
<!-- # Launch -->

Atteignez vos clients plus rapidement. Présentez votre produit, laissez les utilisateurs et utilisatrices l’essayer en direct, ou lancez-le dans l’App Store en un rien de temps.
<!-- Reach your clients or customers faster. Showcase your product, let users try it live, or launch it in the App Store with zero lead time. -->

## Intégrer des démonstrations interactives de produit sur des sites.
<!-- ## Embed interactive product demos on websites. -->

Exploitez le potentiel des [blueprints'](/blueprints) pour créer des démonstrations interactives de vos extensions ou thèmes. Par exemple, vous pouvez fournir un lien à vos utilisateurs/clients pour montrer comment votre extension personnalisée s’intègre avec un thème adapté, en présentant la combinaison de leur fonctionnalité et de leur apparence.
<!-- Leverage [blueprints'](/blueprints) potential to create interactive demos of your plugins or themes. For example, you can provide a link to your users/clients to showcase how your custom plugin integrates with an adapted theme, demonstrating their combined functionality and appearance. -->

En savoir plus à ce propos sur [Comment utiliser WordPress Playground pour des démos interactives (en anglais)](https://developer.wordpress.org/news/2024/04/25/how-to-use-wordpress-playground-for-interactive-demos/)
<!-- Read more about this at [How to use WordPress Playground for interactive demos](https://developer.wordpress.org/news/2024/04/25/how-to-use-wordpress-playground-for-interactive-demos/) -->

Trouvez l’inspiration sur le type de démonstration interactive que vous pouvez créer sur la [Galerie de Blueprints (en anglais)](https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md)
<!-- Get inspiration about the type of interactive demos you can create at the [Blueprints Gallery](https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md) -->

L’outil [constructeur de Blueprints (en anglais)](https://playground.wordpress.net/builder/builder.html) vous permet de modifier votre blueprint en ligne et de l’exécuter directement dans une instance de Playground.
<!-- The [Blueprints builder](https://playground.wordpress.net/builder/builder.html) tool allows you edit your blueprint online and run it directly in a Playground instance. -->

<iframe width="800" src="https://www.youtube.com/embed/lQzozsoJ3aY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<p></p>

Un autre outil pratique pour créer un blueprint est l’outil [Bibliothèque d’étapes WordPress Playground (en anglais)](https://akirk.github.io/playground-step-library/#) qui fournit une interface visuelle pour glisser ou sélectionner les étapes composant un blueprint pour WordPress Playground. Vous pouvez également [créez vos propres étapes](https://github.com/akirk/playground-step-library/#contributing) !
<!-- Another handy tool to create a blueprint is the [WordPress Playground Step Library](https://akirk.github.io/playground-step-library/#) tool that provides a visual interface to drag or click the steps to create a blueprint for WordPress Playground. You can also [create your own steps](https://github.com/akirk/playground-step-library/#contributing)! -->

## Intégrer des démonstrations dans des articles et pages avec le bloc WordPress Playground
<!-- ## Embed demos in posts and pages with the WordPress Playground block -->

Ce [bloc WordPress Playground](https://wordpress.org/plugins/interactive-code-block/) vous permet d’intégrer WordPress Playground à vos articles et pages. Vous pouvez aussi inclure un éditeur de code interactif pour montrer et apprendre à vos lecteurs et lectrices comment sont construites les extensions WordPress.
<!-- This [WordPress Playground block](https://wordpress.org/plugins/interactive-code-block/) allows you to embed WordPress Playground in your posts and pages. You can also include an interactive code editor to demonstrate and teach your readers how WordPress plugins are built. -->

Avec ce bloc, vous disposez d’un moyen simple et efficace pour créer des environnements WordPress en direct qui peuvent être intégrés dans vos articles de blog.
<!-- With this block you have a straightforward and effective way to create live WordPress environments that can be embedded within your blog posts. -->

:::info
Pour tout problème ou toute question à propos du bloc WordPress Playground, merci d’ouvrir un ticket GitHub dans le répertoire [playground-tools](https://github.com/WordPress/playground-tools).
:::

## Mettre une application native utilisant WordPress dans l’App Store.
<!-- ## Put a native app running WordPress in the App Store. -->

Consultez le guide [Comment lancer un vrai site WordPress dans une application iOS native via Playground ? (en anglais)](../guides/wordpress-native-ios-app) pour des informations sur ce type d’utilisation.
<!-- Check the [How to ship a real WordPress site in a native iOS app via Playground?](../guides/wordpress-native-ios-app) guide for info on this use case -->

Traduction par @rozennd et relecture par @beryl-dlg
Loading