Title: Double quotes getting HTML/ASCII encoded
Last modified: August 24, 2016

---

# Double quotes getting HTML/ASCII encoded

 *  Resolved [shomz](https://wordpress.org/support/users/shomz/)
 * (@shomz)
 * [11 years ago](https://wordpress.org/support/topic/double-quotes-getting-html-encoded/)
 * Why does `"Hello"` end up looking as `&# 8220;Hello&# 8221;` (had to add spaces
   to avoid HTML rendering) when using the `{POST_EXCERPT}` tag?
    I think it started
   happening recently.
 * [https://wordpress.org/plugins/facebook-auto-publish/](https://wordpress.org/plugins/facebook-auto-publish/)

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

 *  Plugin Author [f1logic](https://wordpress.org/support/users/f1logic/)
 * (@f1logic)
 * [11 years ago](https://wordpress.org/support/topic/double-quotes-getting-html-encoded/#post-6086855)
 * we are now applying all filters on output before sending to social media
    if 
   output is broken it has to be some filter from theme messing the content
 * you can confirm this by testing after setting deafult theme of wp
 *  Thread Starter [shomz](https://wordpress.org/support/users/shomz/)
 * (@shomz)
 * [11 years ago](https://wordpress.org/support/topic/double-quotes-getting-html-encoded/#post-6086905)
 * Any chance you can make it an option?
 *  Plugin Author [f1logic](https://wordpress.org/support/users/f1logic/)
 * (@f1logic)
 * [11 years ago](https://wordpress.org/support/topic/double-quotes-getting-html-encoded/#post-6086937)
 * we shall do in next version
    for time being you may remove following lines from
   admin/publish.php
 * $content = apply_filters(‘the_content’, $content);
    $excerpt = apply_filters(‘
   the_excerpt’, $excerpt); $name = apply_filters(‘the_title’, $name);

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

The topic ‘Double quotes getting HTML/ASCII encoded’ is closed to new replies.

 * ![](https://ps.w.org/facebook-auto-publish/assets/icon-128x128.png?rev=2124304)
 * [WP2Social Auto Publish](https://wordpress.org/plugins/facebook-auto-publish/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-auto-publish/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-auto-publish/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-auto-publish/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-auto-publish/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-auto-publish/reviews/)

## Tags

 * [ascii](https://wordpress.org/support/topic-tag/ascii/)
 * [encoding](https://wordpress.org/support/topic-tag/encoding/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * 3 replies
 * 2 participants
 * Last reply from: [f1logic](https://wordpress.org/support/users/f1logic/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/double-quotes-getting-html-encoded/#post-6086937)
 * Status: resolved