• Actually, when a tweet contains á é í ó ú ?, etc, it breaks each character as a separate tweet.

    How can we solve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had a similar problem with things like quotes causing issues

    Put this after line 122 in wp-content/plugins/elegant-twitter-widget.php

    $response = str_replace('<text>', '<text><![CDATA[', $response);
    $response =     str_replace('</text>', ']]></text>', $response);

    Might help.

    Hi Oliverseal, this code works perfectly, it’s wonderful!, and this dosen′t work if you us the spanish lenguaje!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Elegant Twitter Widget] How to make Elegant Twitter widget utf-8 compliant?’ is closed to new replies.