• Resolved rgalton

    (@rgalton)


    I would like to include a link in the description, but when I save the widget, all html tags are removed.

    Is it possible to include html in the description field (and maybe also the Artist/Song fields as well)?

    Thanks. Other than this it is just the plugin I’ve been looking for!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 12141227

    (@anonymized-12141227)

    @rgalton

    Yes, it is possible. If you look at the source code of the plugin, you can see that I am removing HTML tags for all fields.

    To allow HTML, you can modify the field so it looks like this $instance['description'] = $new_instance['description'];.

    Please let me know if that resolves your issue.

    Thread Starter rgalton

    (@rgalton)

    Thanks, that works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Description does not support html?’ is closed to new replies.