Title: HTML
Last modified: August 30, 2016

---

# HTML

 *  Resolved [nuonis](https://wordpress.org/support/users/nuonis/)
 * (@nuonis)
 * [11 years ago](https://wordpress.org/support/topic/html-32/)
 * Thank you so much for this wonderful plugin! What would make it even better is
   if the field can accept HTML. Would that be in consideration for future updates?
 * [https://wordpress.org/plugins/subtitles/](https://wordpress.org/plugins/subtitles/)

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

 *  Plugin Author [Philip Arthur Moore](https://wordpress.org/support/users/philiparthurmoore/)
 * (@philiparthurmoore)
 * [11 years ago](https://wordpress.org/support/topic/html-32/#post-6215421)
 * Hi there. Thanks so much for your review and your comments. Please see [this comment](https://wordpress.org/support/topic/is-it-possible-to-input-subtitle-link?replies=4)
   to learn more about adding HTML into the subtitle area.
 * Cheers,
    Philip
 *  Thread Starter [nuonis](https://wordpress.org/support/users/nuonis/)
 * (@nuonis)
 * [11 years ago](https://wordpress.org/support/topic/html-32/#post-6215490)
 * Thank for your this, it’s helpful. A couple of more questions:
 * 1. Is there a way to add a line break array? Not sure how to do it.
    2. Is there
   a way to add these additional codes without changing the plugin files?
 * Thanks!
    Sinoun
 *  Plugin Author [Philip Arthur Moore](https://wordpress.org/support/users/philiparthurmoore/)
 * (@philiparthurmoore)
 * [11 years ago](https://wordpress.org/support/topic/html-32/#post-6215493)
 * Hi Sinoun. You can just use br with an empty array. Like br and then array().
   I will work on a way of making this easier in a future version.
 * Cheers,
    Philip
 *  Thread Starter [nuonis](https://wordpress.org/support/users/nuonis/)
 * (@nuonis)
 * [11 years ago](https://wordpress.org/support/topic/html-32/#post-6215495)
 * Sorry for my ignorance, but not sure exactly how I would enter it. What exactly
   do I add to this?
 *     ```
       $subtitles_allowed_tags = array(
       'i' => array(), // italicized text
       'em' => array(), // emphasized text
       'strong' => array(), // strong text
       'a' => array( // Link
       'href' => array(),// Link URL
       'title' => array(), //Link Title
       'target' => array() //Link target
       ),
       );
       ```
   
 *  Plugin Author [Philip Arthur Moore](https://wordpress.org/support/users/philiparthurmoore/)
 * (@philiparthurmoore)
 * [11 years ago](https://wordpress.org/support/topic/html-32/#post-6215498)
 * No worries! You’d need something like `'br' => array(),`.
 *  Thread Starter [nuonis](https://wordpress.org/support/users/nuonis/)
 * (@nuonis)
 * [11 years ago](https://wordpress.org/support/topic/html-32/#post-6215501)
 * Thanks, Phillip! Would love to see this included in the next update so I don’t
   have to add it every time the plugin changes.
 * Also, if anyone is inserting this code as well, ignore the one I pasted above
   as it’s missing a character and will break your site. Use this instead:
 *     ```
       'i' => array(), // italicized text
       'em' => array(), // emphasized text
       'strong' => array(), // strong text
       'a' => array(), // Link
       'href' => array(),// Link URL
       'title' => array(), //Link Title
       'br' => array(), //Line break
       'target' => array() //Link target
       ```
   
 *  Plugin Author [Philip Arthur Moore](https://wordpress.org/support/users/philiparthurmoore/)
 * (@philiparthurmoore)
 * [11 years ago](https://wordpress.org/support/topic/html-32/#post-6215502)
 * Awesome! Yes I’ll try to get this included in the next update. It should be easy
   to do!

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

The topic ‘HTML’ is closed to new replies.

 * ![](https://ps.w.org/subtitles/assets/icon-256x256.png?rev=1063614)
 * [Subtitles](https://wordpress.org/plugins/subtitles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subtitles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subtitles/)
 * [Active Topics](https://wordpress.org/support/plugin/subtitles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subtitles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subtitles/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Philip Arthur Moore](https://wordpress.org/support/users/philiparthurmoore/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/html-32/#post-6215502)
 * Status: resolved