Guides/Create content/Code/Add code to your site

Add code to your site

There are several ways you can add custom code to your WordPress.com website. This guide explains which types of code can be added to your website, depending on your WordPress.com plan.

About code restrictions

The type of code you can add to a WordPress.com website depends on your plan level:

  • Free sites and sites with a Personal or Premium plan have limits to code that can be added. Restrictions are in place to ensure the safety and security of all sites that share this hosting environment.
  • Business and Commerce plan sites have no limits to the code you can add, once you activate your plan.

Alternatives to code

If you wish to use an iframe, javascript, or other code on a site without upgrading to a supported plan, consider the following alternatives:

HTML

HTML is the language of every webpage you visit on the internet. It uses special codes (called tags) to structure and organize the content of a webpage, such as text, images, links, and multimedia. All WordPress.com sites can use the following HTML tags:

  • a
  • address
  • abbr
  • acronym
  • area
  • article
  • aside
  • b
  • big
  • blockquote
  • br
  • caption
  • cite
  • class
  • code
  • col
  • del
  • details
  • dd
  • div
  • dl
  • dt
  • em
  • figure
  • figcaption
  • footer
  • font
  • h1, h2, h3, h4, h5, h6
  • header
  • hgroup
  • i
  • img
  • ins
  • kbd
  • li
  • map
  • mark
  • ol
  • p
  • pre
  • q
  • rp
  • rt
  • rtc
  • ruby
  • s
  • section
  • small
  • span
  • strike
  • strong
  • sub
  • summary
  • sup
  • table
  • tbody
  • td
  • tfoot
  • th
  • thead
  • tr
  • tt
  • u
  • ul
  • var

In addition, sites with a plugin-enabled plan and activated hosting features can use the following codes:

embed, frame, iframe, form, input, object, textarea, script, style, link

You can insert a custom HTML block for smaller snippets of HTML.

Edit HTML in the WordPress Editor

You can edit HTML directly in the WordPress Editor in two ways:

In the toolbar for each block (that appears when you click on the block), the ellipsis, or the three dots, has an “Edit as HTML” option to edit the HTML for just that specific block.

An arrow pointing from the "Options" menu in a block's toolbar to the "Edit as HTML" option.
Edit a block’s HTML

If you want to edit the entire page in HTML, click the ellipsis in the top-right corner and select “Code editor” to switch to HTML.

By default, the code editor uses syntax highlighting. You can disable this on a per-user, per-site basis by following these steps:

  1. Visit Users → Profile in your site’s dashboard.
  2. Check the box next to “Disable syntax highlighting when editing code”.
  3. Click the “Update Profile” button to save your changes.
Code editor option is highlighted.
Code editor

CSS

CSS handles the presentation and appearance of HTML web content. CSS can control the colors, fonts, sizes, spacing, and positioning of elements on a webpage.

CSS editing is supported on sites the Premium, Business, or Commerce plan. Visit our Custom CSS guide to learn more.

JavaScript

JavaScript brings interactivity and dynamic elements to web pages. JavaScript is used to create engaging features like interactive forms, animations, and responsive design.

JavaScript codes typically begin with a <script> tag and may be used on sites with a plugin-enabled plan. You can insert JavaScript code using a Custom HTML block or another method from the following section that describes how to insert code.

JavaScript from trusted partners, such as YouTube and Google Maps, can be converted to a supported embed or shortcode on any plan.

How to insert code

⚠️

Be extra careful when adding custom code that may make your site vulnerable to attacks. We recommend that you only add code that comes from a reputable source. If you are ever in doubt, err on the side of caution and look for an alternative method.

With the limitations described above, you can add code to your site using the most appropriate method for your goals. The following methods can work for inserting most code, including iframes and JavaScript:

Plugin-enabled sites with activated hosting features only:

Was this guide helpful for you?

Not quite what you're looking for? Get Help!

Copied to clipboard!