Supported HTML

Close

Link

<a href="http://www.google.com">Google</a>

Image

apple touch icon

<img src="https://getsatisfaction.com/images/get-satisfaction.png" alt="get icon" />

Bold

<strong>I am bold</strong>
<b>I am bold</b>

Italics

<em>I am italicized</em>
<i>I am italicized</i>

Underline

<u>underlined text</u>

Strike

<strike>Strike through</strike>

Paragraph

<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi ligula magna, dignissim sit amet, posuere vitae, mattis venenatis.</p>

Ordered List

  1. ordered list item
  2. ordered list item
  3. ordered list item

<ol>
   <li>ordered list item</li>
   <li>ordered list item</li>
   <li>ordered list item</li>
</ol>

Unordered List


<ul>
   <li>unordered list item</li>
   <li>unordered list item</li>
   <li>unordered list item</li>
</ul>

Code

This tag is an inline element by default, and is therefore intended to be used for displaying code that is inline, or does not span more than one line.

Some inline <code>code</code>

will render as:

Some inline code

Pre

<pre>
    Preserves s  p  a  c  e  s
    and
    line breaks
    and renders other HTML tags, e.g. bold
</pre>

Blockquote

<blockquote>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque magna massa, scelerisque ut, suscipit vel, tristique ac, justo.
</blockquote>

Video iframe Embed


<iframe src="https://www.youtube.com/embed/CtnrQ1Gucl4" frameborder="0" allowfullscreen></iframe>
    

Supported: YouTube, Wistia, Vimeo, Brainshark.

HTML5 Video Embed


<video>
  <source src="https://example.com/videos/myvideo.mp4" type="video/mp4">
  <source src="https://example.com/videos/myvideo.ogg" type="video/ogg">
  Your browser does not support HTML5 video.
</video>
    

Supported Attributes: height, poster

Survey Monkey iframe Embed


<iframe src="https://www.surveymonkey.com/jsEmbed.aspx?sm=N49P9CMQLhurQwMrUrsmsA_3d_3d"></iframe>
    

Steps to embed survey (see screenshots):

  1. Create a new website collector for your survey.
  2. Choose the "Embed" Website Survey Type option.
  3. Choose the "Support WordPress (use an iframe)" option.
  4. Copy and paste the iframe embed code into the HTML of your post. Note that there is no need to adjust the height and width as we will automatically do that for you so that it renders nicely on all devices.

ClickTools Survey iframe Embed


<iframe height="400" src="https://survey.clicktools.com/go?iv=3kouacv0c6kk6"></iframe>
    

Google Docs iframe Embed


<iframe src="https://docs.google.com/document/d/1kfdCyUlLBs7NqbcmhwraN86hV7u1vMwgXRqZL2AMu1U/pub?embedded=true"></iframe>
    

Steps to embed Google Doc ():

  1. Create your Google Doc.
  2. Click on "Share". Change sharing settings to ensure your audience has permission to view the document. For most scenarios, you will want to choose "On - Public on the web" to ensure anyone can view the document.
  3. Click on "File > Publish to the Web".
  4. Select the "Embed" option and then click the "Publish" button.
  5. Copy and paste the iframe embed code into the HTML of your post.

Box iframe Embed


<iframe src="https://app.box.com/embed_widget/s/ftcesc5d9g5v8r4edyny?theme=blue"></iframe>
    

Steps to embed Box document:

  1. Upload your document to box.
  2. Click on "Share". Change sharing settings to ensure your audience has permission to view the document. For most scenarios, you will want to choose "Anyone with the link" to ensure anyone can view the document.
  3. Click on the gear icon.
  4. Select the "Embed" option.
  5. Copy and paste the iframe embed code into the HTML of your post.

SoundCloud iframe Embed


<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/161328765&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
    

Steps to embed SoundCloud player:

  1. Click on share icon for the song you'd like to embed.
  2. Select the "Embed" option.
  3. Copy and paste the iframe embed code into the HTML of your post.


Supported Attributes

href, src, width, height, alt, title, name, value, type, target, class, rel