Code Snippets

Description

Code Snippets est un moyen facile, propre et simple d’exécuter des extraits de code sur votre site. Il évite la nécessité d’ajouter des extraits de code personnalisés au fichier functions.php de votre thème.

Code Snippets Pro is now available, with full CSS, JavaScript, Gutenberg and Elementor integrations.

A snippet is a small chunk of PHP code that you can use to extend the functionality of a WordPress-powered website; essentially a mini-plugin with less load on your site.

Most snippet-hosting sites tell you to add snippet code to your active theme’s functions.php file, which can get rather long and messy after a while.

Code Snippets changes that by providing a GUI interface for adding snippets and actually running them on your site just as if they were in your theme’s functions.php file.

Quick overview of Code Snippets by Imran Siddiq

Code Snippets provides graphical interface, similar to the Plugins menu, for managing snippets. Snippets can be activated and deactivated, just like plugins.

The snippet editor includes fields for a name, a visual editor-enabled description, tags to allow you to categorize snippets, and a full-featured code editor. Snippets can be exported for transfer to another site, either in JSON for later importing by the Code Snippets plugin, or in PHP for creating your own plugin or theme.

Comprehensive Code Snippets tutorial with practical examples by Ferdy Korpershoek

If you have any feedback, issues, or suggestions for improvements please leave a topic in the Support Forum, join the community on Facebook, or check us out on GitHub.

Si vous aimez cette extension, ou si elle vous est utile d’une manière ou d’une autre, pensez à la critiquer sur WordPress.org.

Traductions

Code Snippets peut être utilisé dans ces différentes langues grâce aux traducteurs suivants :

Captures d’écran

  • Gestion des extraits existants
  • Ajouter un nouvel extrait
  • Modifier un extrait
  • Importation d’extraits à partir d’un fichier d’exportation

Installation

Installation automatique

  1. Se connecter à l’administration WordPress
  2. Cliquez sur Extensions.
  3. Cliquez sur Ajouter un nouveau.
  4. Rechercher Code Snippets.
  5. Cliquer sur Installer maintenant sous « Code Snippets »
  6. Activez l’extension

Manuel d’installation

  1. Télécharger l’extension
  2. Extraire le contenu du fichier zip
  3. Téléversez le contenu du fichier zip dans le dossier wp-content/plugins/ de votre installation WordPress.
  4. Activer l’extension Code Snippets à partir de la page « Extensions ».

L’activation Réseau de Code Snippets via le tableau de bord du réseau activera une interface spéciale pour l’exécution des extraits sur l’ensemble du réseau.

FAQ

Une liste complète de notre foire aux questions est disponible à l’adresse help.codesnippets.pro.

Comment puis-je récupérer mon site s’il est endommagé par un extrait bogué ?

Vous pouvez récupérer votre site en activant la fonction de mode sans échec de Code Snippets. Les instructions pour l’activer sont disponibles ici : https://help.codesnippets.pro/article/12-safe-mode.

Est-ce que je perdrai mes extraits si je change de thème ou si je mets à jour WordPress ?

Non, les extraits sont stockés dans la base de données de WordPress, indépendamment du thème et non affectés par les mises à jour de WordPress.

L’extension peut-elle être complètement désinstallée ?

Si vous activez l’option « Désinstallation complète » sur la page des réglages de l’extension, Code Snippets nettoiera toutes ses données lorsqu’il sera supprimé dans le menu « Extensions » de WordPress. Cela inclut tous les extraits stockés. Si vous souhaitez conserver les extraits, assurez-vous qu’ils sont d’abord exportés.

Puis-je copier les extraits que j’ai créés sur un autre site WordPress ?

Oui, vous pouvez exporter individuellement un seul extrait en utilisant le lien situé sous le nom de l’extrait sur la page « Extraits » ou exporter en masse plusieurs extraits en utilisant la fonction « Actions groupées ». Les extraits peuvent ensuite être importés à l’aide de la page « Importer » en téléversant le fichier d’exportation.

Puis-je exporter mes extraits en PHP pour un site sur lequel je n’utilise pas l’extension Code Snippets ?

Oui. Cochez les cases en regard des extraits que vous souhaitez exporter, puis choisissez Exporter vers PHP dans le menu « Actions groupées » et cliquez sur « Appliquer ». Le fichier PHP généré contiendra le code des extraits exportés, ainsi que leur nom et leur description dans les commentaires.

Puis-je utiliser des extraits en réseau sur une installation multisite ?

Vous pouvez exécuter des extraits sur l’ensemble d’un réseau multisite en Activant le réseau Code Snippets via le tableau de bord du réseau. Vous pouvez également activer Code Snippets uniquement sur le site principal, puis individuellement sur les autres sites de votre choix.

Où sont stockés les extraits dans ma base de données WordPress ?

Les extraits sont stockés dans la table wp_snippets de la base de données WordPress. Le nom de la table peut différer en fonction du préfixe de votre table.

Où puis-je obtenir de l’aide ou suggérer de nouvelles fonctionnalités ?

You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the WordPress Support Forums or on GitHub

Comment puis-je contribuer au développement de Code Snippets ?

The best way to do this is to fork the repository on GitHub and send a pull request.

Avis

17 mai 2023
Great plugin. Works perfect without any problems.
27 mars 2023 2 réponses
This is one of my favorite plugins! Easy to use an effiicient. And on top a really outstanding support by the plugin-author @bungeshea Thanks 🙂
23 mars 2023 1 réponse
This is one of our highly recommended tools. I’ve been in IT Management and Consulting for over 40 years. It's lightweight and easy to use as it's reasonably intuitive. I used to have to document where custom coding resided but now, I don't have to. Also, storing the snippets with its export function is easy and it’s great for versioning, if needed. I also can use it for temporary code fixes issued by any support team. I no longer have to insert coding directly into my templates or other php files. I strongly recommend the pro version for the advantages of handling all types of code like PHP, JS, CSS, and HTML. It also has a great feature where you can just disable a script from running if you want; so, you don't have to delete it and then reinstate it for the future. I list it as a basic requirement for Food Blogs in the topic category of Food Blog Resources. Case Examples: Kadence, SEOPress, and ContentViews support team gave us some scripting to run in various places within the site. Linxent.com™ recently awarded it the Business Resources 5-Star Award, where there’s a complete writeup on it recently.
Lire les 413 avis

Contributeurs/contributrices & développeurs/développeuses

« Code Snippets » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“Code Snippets” a été traduit dans 22 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « Code Snippets » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

3.4.0 (17 May 2023)

  • Added: Proper WordPress REST API support for retrieving and modifying snippets.
  • Improved: Better compatibility with modern versions of PHP (7.0+).
  • Improved: Converted Edit/Add New Snippet page to use React.
    • Converted action buttons to asynchronously use REST API endpoints through AJAX.
    • Load page components dynamically through React.
    • Added action notice queue system.
    • Replaced native alert dialog with proper React modal.
  • Improved: Catch snippet execution errors to prevent site from crashing.
  • Improved: Display recent snippet errors in admin dashboard instead.
  • Improved: Updated editor block to use new REST API endpoints. (PRO)
  • Improved: Change colour of upgrade notice in Pro plugin. (PRO)
  • Improved: All available snippet data is included in export files.
  • Improved: Only import specific fields from export file, even if additional fields specified.
  • Fixed: Issue preventing editor colorpicker from loading correctly. (PRO)
  • Improved: Added help links to content snippet options.
  • Improved: Pass additional attributes specified in [code_snippet] content shortcode to shortcode content.
  • Improved: Make shortcode attributes available as individual variables.
  • Improved: Allow boolean attributes to be passed to code snippets shortcodes without specifying a value.
  • Improved: Replace external links to Pro pricing page with an upgrade modal.
  • Fixed: Issue preventing linting libraries from loading correctly in the code editor.

3.3.0 (09 Mar 2023)

  • Fixed: Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
  • Improved: Added additional editor shortcuts to list in tooltip.
  • Added: Filter for changing Snippets admin menu position. See this help article for more information.
  • Added: Ability to filter shortcode output. Thanks to contributions from Jack Szwergold.
  • Fixed: Bug causing all snippets to show in site health information instead of those active.
  • Fixed: Unnecessary sanitization of file upload data causing import process to fail on Windows systems.

3.2.2 (17 Nov 2022)

  • Fixed: Plugin lacking a valid header error on activation.

3.2.1 (05 Oct 2022)

  • Fixed: Issue making survey reminder notice not dismissible.
  • Added: Ctrl+/ or Cmd+/ as shortcut for commenting out code in the snippet editor.
  • Added: Additional hooks to various snippet actions, thanks to contributions made by ancient-spirit.
  • Added: Fold markers, additional keyboard shortcuts and keymap options to snippet editor,
    thanks to contributions made by Amaral Krichman.
  • Improved: Removed duplicate tables exist query. (#).
  • Improved: Enabled ‘add paragraphs and formatting’ option by default for newly inserted content snippets.
  • Added: WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
  • Fixed: Path to iron visible when updating the pro plugin.

3.2.0 (22 July 2022)

  • Fixed: Remove default value from SQL columns to improve compatibility with certain versions of MySQL.
  • Fixed: Delay loading snippets in Gutenberg editor blocks. (PRO)
  • Added: Option to show and hide line numbers in Gutenberg source code editor block. (PRO)
  • Added: Support for highlighting HTML, CSS, JS and embedded code in the front-end PrismJS code highlighter.
  • Added: Additional features to front-end PrismJS code highlighter, including automatic links and a copy button.
  • Added: Support for multiple code styles in the source code Gutenberg editor block. (PRO)
  • Added: Admin notice announcing release of Code Snippets Pro.
  • Fixed: Inconsistencies with translations between different plugin versions.
  • Fixed: Issue with Content Snippet shortcode information not displaying.
  • Added: Button for copying shortcode text to clipboard.
  • Improved: Include Code Snippets CSS and JS source code in distributed package.
  • Improved: Don’t delete data from plugin if deleting Code Snippets Free while Code Snippets Pro is active.
  • Improved: Streamlined user interface and experience in Gutenberg editor blocks. (PRO)
  • Added: Option to choose from 44 different themes for the Prism code highlighter in the source editor block and Elementor widget. (PRO)
  • Improved: Compatibility of Elementor widgets with the latest version of Elementor. (PRO)
  • Improved: Replace icon font menu icon with embedded SVG icon.

3.1.2 (3 July 2022)

  • Updated external links and branding for Code Snippets Pro.
  • Improved: Add link URLs to settings pages, as an alternative to in-page navigation.
  • Fixed: Various fixes to block editor scripts. (PRO)
  • Fixed: Improved visual style of Gutenberg editor blocks. (PRO)

3.1.1 (13 Jun 2022)

  • Fixed: Download snippets feature not including snippet content.
  • Fixed: Alignment of ‘opens externally’ dashicon.
  • Improved: Added additional parameters to code_snippets/export/filename filter.

3.1.0 (17 May 2022)

  • Fixed: Caching inconsistencies preventing snippets and settings from refreshing on sites with persistent object caching.
  • Improved: Simplified database queries.
  • Added: More comprehensive cache coverage, including for active snippets.
  • Added: Icon to ‘Go Pro’ button indicating it opens an external tab.
  • Improved: Allow display styles in snippet descriptions.

3.0.1 (14 May 2022)

  • Fixed: Incompatibility issue with earlier versions of PHP.

3.0.0 (14 May 2022)

Added

  • Added: HTML content snippets for displaying as shortcodes or including in the page head or footer area.
  • Added: Notice reminding users to upgrade unsupported PHP versions.
  • Added: Visual settings to add attributes to shortcodes.
  • Added: Shortcode buttons to the post and page content editors.
  • Added: Basic REST API endpoints.
  • Added: Snippet type column to the snippets table.
  • Added: Snippet type badges to Edit and Add New Snippet pages.
  • Added: Setting to control whether the current line of the code editor is highlighted.
  • Added: Display a warning when saving a snippet with missing title or code.
  • Added: Add suffix to title of cloned snippets.

Changed

  • Improved: Updated plugin code to use namespaces, preventing name collisions with other plugins.
  • Improved: Added key for the ‘active’ and ‘scope’ database table columns to speed up queries.
  • Improved: Redirect from edit menu if not editing a valid snippet.
  • Improved: Moved activation switch into its own table column.
  • Improved: Updated code documentation according to WordPress standards.
  • Improved: Added snippet type labels to the tabs on the Snippets page.
  • Improved: Split settings page into tabs.
  • Improved: Use the version of CodeMirror included with WordPress where possible to inherit the additional built-in features.
  • Improved: Added hover effect to priority settings in the snippets table to show that they are editable.
  • Fixed: Snippets table layout on smaller screens.

Deprecated

  • Removed: Deprecated functions and compatibility code for unsupported PHP versions.
  • Removed: Option to disable snippet scopes.

New in Pro

  • Added: CSS style snippets for the site front-end and admin area.
  • Added: JavaScript snippets for the site head and body area on the front-end.
  • Added: Browser cache versioning for CSS and JavaScript snippets.
  • Added: Support for exporting and downloading CSS and JavaScript snippets.
  • Added: Support for highlighting code on the front-end.
  • Added: Editor syntax highlighting for CSS, JavaScript and HTML snippets.
  • Added: Button to preview full file when editing CSS or JavaScript snippets.
  • Added: Option to minify CSS and JavaScript snippets.
  • Added: Gutenberg editor block for displaying content snippets.
  • Added: Gutenberg editor block for displaying snippet source code.
  • Added: Elementor widget for displaying content snippets.
  • Added: Elementor widget for displaying snippet source code.

2.14.6 (13 May 2022)

  • Fixed: Issue with processing uploaded import files.
  • Fixed: Issue with processing tag filters.

2.14.5 (10 May 2022)

  • Fixed: Incompatibility issue with older versions of PHP.

2.14.4 (5 May 2022)

  • Fixed: Prevent array key errors when loading the snippet table with unknown order values.

2.14.3 (10 Dec 2021)

  • Fixed: Potential security issue outputting snippets-safe-mode query variable value as-is. Thanks to Krzysztof Zając for reporting.

2.14.2 (9 Sep 2021)

  • Fixed: Prevent network snippets table from being created on single-site installs.
  • Added translations:
  • Added: Support for :class syntax to the code validator.
  • Added: PHP8 support to the code linter.
  • Added: Color picker feature to the code editor.
  • Added: Failsafe to prevent multiple versions of Code Snippets from running simultaneously.

2.14.1 (10 Mar 2021)

  • Added: Czech translation by Lukáš Tesař.
  • Fixed: Code validator now supports function_exists and class_exists checks.
  • Fixed: Code validator now supports anonymous functions.
  • Fixed: Issue with saving the hidden columns setting.
  • Fixed: Replaced the outdated tag-it library with tagger for powering the snippet tags editor.
  • Added: Code direction setting for RTL users.
  • Updated CodeMirror to version 5.59.4.
  • Added: Additional action hooks and search API thanks to @Spreeuw.

2.14.0 (26 Jan 2020)

  • Mise à jour de CodeMirror à la version 5.50.2.
  • Added: Basic error checking for duplicate functions and classes.
  • Updated Italian translations to fix display issues – thanks to Francesco Marino.
  • Fixed: Ordering snippets in the table by name will now be case-insensitive.
  • Added: Additional API options for retrieving snippets.
  • Fixed: Code editor will now properly highlight embedded HTML, CSS and JavaScript code.
  • Changed the indicator color for inactive snippets from red to grey.
  • Fixed a bug preventing the editor theme from being set to default.
  • Added: Store the time and date when each snippet was last modified.
  • Ajouté : Vérification de base des erreurs lors de l’activation des extraits.
  • Fixed: Ensure that imported snippets are always inactive.
  • Fixed: Check the referer on the import menu to prevent CSRF attacks. Thanks to Chloe with the Wordfence Threat Intelligence team for reporting.
  • Fixed: Ensure that individual snippet action links use proper verification.

The full changelog is available on GitHub