Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author vaakash

    (@vaakash)

    Make sure you are using normal single quotes for the post title and avoid using some fancy single quotes.

    I have the same problem and I am using a normal apostrophe character.

    You can see my problem here

    Thanks.

    I sovled the issue changing line 785 og wp-socializer.php file to:

    'url' => 'https://twitter.com/home?status={de-title}%20-%20{s-url}%20{twitter-username}',

    Plugin Author vaakash

    (@vaakash)

    Oh thanks for that.. I’ll update that in the ext version… ??

    Just wanted to remind you that this problem still hasn’t been fixed in current version 2.4.9. Great plugin though, thanks for all your hard work!

    This issue is not resolved, and should not be marked as such. The above fix is still not implemented, and does not work, at least not in the floating social bar.

    Just for the record, the isue is with line 49 in includes/wpsr-retweet.php. The plugin was stripping out all ampersands (&) and pound signs (#), so this:

    "They're baaaaack!"

    was becoming this:

    quot;They&039;re baaaaack!quot;

    No clue why he was doing that, but it is blatantly wrong and has nothing to do with fancy quotes.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem With Tweets Displaying Incorrectly’ is closed to new replies.