Title: [Plugin: WP-HTML-Compression] value=”” in the forms &amp; facebook comments
Last modified: August 20, 2016

---

# [Plugin: WP-HTML-Compression] value=”” in the forms & facebook comments

 *  Resolved [jokermilll](https://wordpress.org/support/users/jokermilll/)
 * (@jokermilll)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-html-compression-value-in-the-forms-facebook-comments/)
 * 1) your plugin remove all value=”” in the code, but it is very important param
   and it make some forms not work.
 * 2) your plugin broke facebook comments widget.
 * [http://wordpress.org/extend/plugins/wp-html-compression/](http://wordpress.org/extend/plugins/wp-html-compression/)

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

 *  Plugin Author [Steven Vachon](https://wordpress.org/support/users/prometh/)
 * (@prometh)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-html-compression-value-in-the-forms-facebook-comments/#post-3083961)
 * `<input type="text" name="test"/>`
 * …is the same as:
 * `<input type="text" name="test" value=""/>`
 * …with regards to GET/POST.
 * And, which Facebook plugin?
 *  [Slams](https://wordpress.org/support/users/slams/)
 * (@slams)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-html-compression-value-in-the-forms-facebook-comments/#post-3084101)
 * `<input type="text" value="<a href='<?php echo get_permalink(); ?>'><?php echo
   get_the_title();?></a>" onclick="javascript:this.select()" readonly style="width:
   100%;" />`
 * In this way I’ve got a broken output:
    `<input type="text" value="<a href=" .
   ="" "="">`
 * Thank you for help!
 *  Plugin Author [Steven Vachon](https://wordpress.org/support/users/prometh/)
 * (@prometh)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-html-compression-value-in-the-forms-facebook-comments/#post-3084102)
 * Please supply the output HTML without WP-HTML-Compression for comparison.
 *  [Slams](https://wordpress.org/support/users/slams/)
 * (@slams)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-html-compression-value-in-the-forms-facebook-comments/#post-3084103)
 * `<input type="text" value="<a href='http://delo-vcusa.ru/recepti/desertyi/shokoladny-
   e-bliny-s-tvorogom-sladkie-rolly-iz-blinchikov-s-persikami/'>Шоколадные блины
   с творогом. Сладкие роллы из блинчиков с персиками</a>" onclick="javascript:this.
   select()" readonly="" style="width: 100%;">`
 * Hmm, probably issue in `& g t;` and `& l t;` but I don’t know why < and > have
   been interpreted such way.
 *  Plugin Author [Steven Vachon](https://wordpress.org/support/users/prometh/)
 * (@prometh)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-html-compression-value-in-the-forms-facebook-comments/#post-3084104)
 * A browser will not render that correctly. You should consider using a `<textarea
   >`.
 * This is the output I get:
 * > `<input type="text" value="<a href="//delo-vcusa.ru/recepti/desertyi/shokoladny-
   > e-bliny-s-tvorogom-sladkie-rolly-iz-blinchikov-s-persikami/">Шоколадные блины
   > с творогом. Сладкие роллы из блинчиков с персиками</a>" onclick="javascript:
   > this.select()" style="width: 100%;">`
 * Looks fine, however the URL shortener has shortened the `href` attribute value,
   which is probably not ideal from a data perspective. I’ll look into this when
   I have some free time.
 *  [Slams](https://wordpress.org/support/users/slams/)
 * (@slams)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-html-compression-value-in-the-forms-facebook-comments/#post-3084105)
 * Thank you for your time. I’ll try to use textarea

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

The topic ‘[Plugin: WP-HTML-Compression] value=”” in the forms & facebook comments’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-html-compression.svg)
 * [WP-HTML-Compression](https://wordpress.org/plugins/wp-html-compression/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-html-compression/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-html-compression/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-html-compression/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-html-compression/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-html-compression/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Slams](https://wordpress.org/support/users/slams/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/plugin-wp-html-compression-value-in-the-forms-facebook-comments/#post-3084105)
 * Status: resolved