Title: Code Snippet Plugin Recommendations.
Last modified: November 27, 2021

---

# Code Snippet Plugin Recommendations.

 *  [zerozeroseven](https://wordpress.org/support/users/allcodeunknown/)
 * (@allcodeunknown)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/)
 * Hello WP Forum,
 * Could you recommend me some code snippet sharing plugin.
 * I would like to share in my articles a source code and for now I was using Syntax
   Highlighter Evolved but since it is a little broken I am looking for some new
   plugin.
 * You can recommend me a premium/paid plugin. I assure you I will consider using
   it.
 * Thank you very much for your help.
 * have a great day :-).
    -  This topic was modified 4 years, 6 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15107704)
 * I only have experience with this one, and it seems to be working flawlessly –
   no issues:
    [https://xyzscripts.com/wordpress-plugins/xyz-wp-insert-code-snippet/details](https://xyzscripts.com/wordpress-plugins/xyz-wp-insert-code-snippet/details)
 *  Thread Starter [zerozeroseven](https://wordpress.org/support/users/allcodeunknown/)
 * (@allcodeunknown)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15107733)
 * Hello [@corrinarusso](https://wordpress.org/support/users/corrinarusso/),
 * This plugin is for running HTML and PHP code snippets in your WP. This is not
   what I wanted.
 * I would like to use plugin to embed code snippet into my article to show it on
   my post page.
 * Do you know any plugin of that kind.
 * Btw. Thank you for your response :-).
 * Have a great day.
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15107742)
 * Oh! Sorry – I misunderstood.
 * If you need to insert embed code – say something from youtube, you just grab 
   the script or code that you want to embed:
    `<iframe width="560" height="315"
   src="https://www.youtube.com/embed/uPD0QOGTmMI" title="YouTube video player" 
   frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
   gyroscope; picture-in-picture" allowfullscreen></iframe>`
 * or
    `<script async charset="utf-8" src="//cdn.iframe.ly/embed.js?api_key=..."
   ></script>`
 * and insert as custom HTML:
    [https://www.wpbeginner.com/wp-content/uploads/2020/12/add-custom-html-block-wordpress.png](https://www.wpbeginner.com/wp-content/uploads/2020/12/add-custom-html-block-wordpress.png)
 * There are also plugins:
    [https://en-ca.wordpress.org/plugins/simple-embed-code/](https://en-ca.wordpress.org/plugins/simple-embed-code/)
 *  Thread Starter [zerozeroseven](https://wordpress.org/support/users/allcodeunknown/)
 * (@allcodeunknown)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15108608)
 * Hello [@corrinarusso](https://wordpress.org/support/users/corrinarusso/),
 * Sorry but you don’t understand.
 * I want to post source code in my article as a learning/study material.
 * Like for example on this website:
 * 1. [https://www.programiz.com/python-programming/methods/list/remove](https://www.programiz.com/python-programming/methods/list/remove)
 * Is there any free or paid plugin for this?
 * Have a great day :-).
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15109315)
 * How about this?
    [https://alex.blog/wordpress-plugins/syntaxhighlighter/](https://alex.blog/wordpress-plugins/syntaxhighlighter/)
   [https://wordpress.org/plugins/syntaxhighlighter/](https://wordpress.org/plugins/syntaxhighlighter/)
 *  Thread Starter [zerozeroseven](https://wordpress.org/support/users/allcodeunknown/)
 * (@allcodeunknown)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15109604)
 * Hello [@corrinarusso](https://wordpress.org/support/users/corrinarusso/),
 * Thank you for your message.
 * I wrote at the beginning that I use this plugin and it is a little broken and
   I am looking for a new one.
 * I think I have found a right plugin. I will give here a message if it solves 
   my problem.
 * Have a great day :-).
 *  Thread Starter [zerozeroseven](https://wordpress.org/support/users/allcodeunknown/)
 * (@allcodeunknown)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15255285)
 * Hello,
    I switched to the Prismatic plugin and the problem still exists so probably
   the problem is in the theme or some other plugin.
 * I am still fixing the issue but I need more time. I will post my results here
   when it will be fixed.
 * Thank you very much for your help and have a great day.
 *  [Rayan](https://wordpress.org/support/users/rayanjohn/)
 * (@rayanjohn)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15457693)
 * Hello,
 * You can use “MARKDOWN”, WordPress supports markdown.
 * For Example here on this page, we used Markdown for Code –
 * [https://www.scaler.com/topics/python-list-remove/](https://www.scaler.com/topics/python-list-remove/)
 *  [saba](https://wordpress.org/support/users/saba467/)
 * (@saba467)
 * [4 years ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15648136)
 * HI [@rayanjohn](https://wordpress.org/support/users/rayanjohn/) if i use this
   markdown ,does it show the copy code option above the code and is it completely
   free .Also I don’t want anything to be broken on site because of this plugin.
   
   can you please assure me this and may be any other option that might help in 
   solving this issue will be appreciated I want to add this plugin on articles 
   like this: [How to write pseudocode ?](https://www.techgeekbuzz.com/how-to-write-pseudocode/)
   and some other code related articles too. your response would be appreciated.
   Thank you

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Code Snippet Plugin Recommendations.’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [snippet](https://wordpress.org/support/topic-tag/snippet/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 4 participants
 * Last reply from: [saba](https://wordpress.org/support/users/saba467/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/code-snippet-plugin-recommendations/#post-15648136)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
