Title: Prism Syntax Highlighter for WordPress
Author: Nico
Published: <strong>2014-04-20</strong>
Last modified: 2016-10-02

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/prism.svg)

# Prism Syntax Highlighter for WordPress

 Autor: [Nico](https://profiles.wordpress.org/nico23/)

[Pobierz](https://downloads.wordpress.org/plugin/prism.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/prism/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/prism/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/prism/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/prism/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/prism/)

## Opis

Despite two plugins already on wordpress.org I decided to write my own from scratch.
The result is a minimalistic but powerful plugin with only ~250 lines of PHP.

 * Supports every possible Prism configuration.
 * Adds TinyMCE dropdown lost for `<code class="language-xxx"> and <pre class="language-
   xxx">` for bash, css, js, markup, php, scss. (I can make a filter if you want
   to add more.)
 * Does not load prism on every page, only when needed.
 * Supports automatic detection of prism HTML.
 * Supports displaying code from custom fields with `[prism]` shortcode.
 * Developers may use the `prism` handle to enqueue the pre-registered script and
   style.
 * Has admin editor button for quick shortcode template snippet.
 * Has no options page by design.
 * **Read more ->** [Prism Syntax Highlighter for WordPress](http://nextgenthemes.com/plugins/prism-syntax-highlighter-for-wordpress/)

Bundled Prism Version (2016-09-17)

Link: http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css
+clike+javascript+bash+less+php&plugins=line-highlight+line-numbers+wpd+show-language

Skin: Okaida

Languages

 * Markup
 * CSS
 * C-like
 * JavaScript
 * Bash
 * PHP
 * Sass (Scss)

Plugins

 * Line Highlight
 * Line Numbers
 * WebPlatform Docs
 * Show Language

## Instalacja

No idea how.

## Najczęściej zadawane pytania

  Will the data mining ever end?

What data mining?

  More!

[K](http://nextgenthemes.com/plugins/prism-syntax-highlighter-for-wordpress/)

## Recenzje

![](https://secure.gravatar.com/avatar/878a80b910f3fa1edf96365ea293ae4c4d952c82ddf57573fea7e8cd84ce1836?
s=60&d=retro&r=g)

### 󠀁[Not working](https://wordpress.org/support/topic/not-working-2559/)󠁿

 [all4wp](https://profiles.wordpress.org/all4wp/) 2018-06-13

Not working.

![](https://secure.gravatar.com/avatar/224121c77c70f0fa5cb5cafc60fd4f033e31dd386eb6848c2510b4f8bcdb9db4?
s=60&d=retro&r=g)

### 󠀁[Doesn’t work](https://wordpress.org/support/topic/doesnt-work-1674/)󠁿

 [Mark](https://profiles.wordpress.org/encryptdesigns/) 2017-08-15

Doesn’t work, which is too bad 🙁

![](https://secure.gravatar.com/avatar/a7358b4a780456c46d9f9269f6964e56a0a1db15584d4f90a40905ab7229b203?
s=60&d=retro&r=g)

### 󠀁[Works Well, and is Customizable by people who are somewhat savvy.](https://wordpress.org/support/topic/works-well-and-is-customizable-by-people-who-are-somewhat-savvy/)󠁿

 [dirkmittler](https://profiles.wordpress.org/dirkmittler/) 2017-05-07

I find that this plugin does what it’s supposed to do, and then some. Pity that 
often, I do not write code which is very serious, because if I did, then this plugin
would allow me to blog about that code in style. 🙂 The instructions should be followed
however, to download the JS and CSS Files from the prescribed Web-site, suggested
by the plugin author, and to create a directory wherever our blog has its 'uploads’
folder, so that a subdirectory exists with the name '…/uploads/prism/’ , and then
to put those two customized files into that directory. This does not strike me as
complicated, but fulfills the promise that the color scheme etc. can be customized.
That version of the plugin will be used for the public version of our blog, while
the built-in version of the files will be used in our editor preview panel. Dirk

![](https://secure.gravatar.com/avatar/890d790c6978a248edc19c71773bb5042dbe4ba9c3a60247413a19f3ebdd791c?
s=60&d=retro&r=g)

### 󠀁[works great](https://wordpress.org/support/topic/works-great-1511/)󠁿

 [bendim](https://profiles.wordpress.org/bendim/) 2016-10-09

It works great thx. Please add json.

 [ Przeczytaj 7 recenzji ](https://wordpress.org/support/plugin/prism/reviews/)

## Kontrybutorzy i deweloperzy

„Prism Syntax Highlighter for WordPress” jest oprogramowaniem open source. Poniższe
osoby miały wkład w rozwój wtyczki.

Zaangażowani

 *   [ Nico ](https://profiles.wordpress.org/nico23/)

[Przetłumacz wtyczkę “Prism Syntax Highlighter for WordPress” na swój język.](https://translate.wordpress.org/projects/wp-plugins/prism)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/prism/), sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/prism/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/prism/) przez
[RSS](https://plugins.trac.wordpress.org/log/prism/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

### 1.1.0 – 2016-09-18

 * Updated bundled prism.js.
 * Added quotes to the shortcode included with the buttin click.
 * Always scan archives, abodon the define switch.
 * Added TinyMCE dropdown styles to style `<code>` and `<pre>` tags with language-
   xxx classes.

### 1.0.1

 * Added SVG icon for plugin installer

### 1.0.0

 * Updated bundled Prism version

### 0.9.6

 * Fix: Missing data-manual output

### 0.9.5

 * Improved: WTFAQ
 * Fix: Screenshots

### 0.9.0

 * Release

## Meta

 *  Wersja **1.1.1**
 *  Ostatnia aktualizacja **10 lat temu**
 *  Włączone instalacje **50+**
 *  Wersja WordPressa ** 3.5.0 lub nowszej **
 *  Testowano do **4.6.30**
 *  Język
 * [English (US)](https://wordpress.org/plugins/prism/)
 * Tagi
 * [code](https://pl.wordpress.org/plugins/tags/code/)[highlighter](https://pl.wordpress.org/plugins/tags/highlighter/)
   [prism](https://pl.wordpress.org/plugins/tags/prism/)[prismjs](https://pl.wordpress.org/plugins/tags/prismjs/)
   [syntax](https://pl.wordpress.org/plugins/tags/syntax/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/prism/advanced/)

## Oceny

 3.3 na 5 gwiazdek.

 *  [  4 recenzje 5-gwiazdkowe     ](https://wordpress.org/support/plugin/prism/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/prism/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/prism/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/prism/reviews/?filter=2)
 *  [  3 recenzje 1-gwiazdkowe     ](https://wordpress.org/support/plugin/prism/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/prism/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/prism/reviews/)

## Zaangażowani

 *   [ Nico ](https://profiles.wordpress.org/nico23/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/prism/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UNDSCARF3ZPBC)