Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tnehub

    (@tnehub)

    I found this code in a forum and added it to end of the plugins php, it seems to be working so far.

    remove_filter(‘the_content’, ‘wptexturize’);
    remove_filter(‘comment_text’, ‘wptexturize’);
    remove_filter (‘single_post_title’, ‘wptexturize’);
    remove_filter (‘the_title’, ‘wptexturize’);
    remove_filter (‘wp_title’, ‘wptexturize’);

    If there is anything else to add please let me know.

    Thank you

    Plugin Author micropat

    (@micropat)

    This should be resolved in today’s plugin update, version 1.6.7.

    Hi Micropat. In the latest version, 1.6.8, I’m having the special characters problems in tweets where ‘ is replaced with numbers and special characters.

    Please see these tweets as examples

    https://twitter.com/MissElizaBrown/status/670257341602902016

    Can you please provide a fix for this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twitter share – special characters error’ is closed to new replies.