"Ping this" Wordpress plugin doesn't work properly on posts with quotes in the title.

On posts that include quotes in their title, such as this one at my blog, the Ping this! link ends up broken due to the quote not getting escaped properly. Thus, for example, the post I linked to ends up having a suggested title of just "FriendFeed" rather than "FriendFeed "Neo" released."

I hacked a quick fix, though; open ping.fm-ping-this.php end edit line 30 to read:


$title = urlencode(htmlentities($post->post_title));


This should resolve the problem for you.
 
happy I’m not concerned; easy enough to fix.
Inappropriate?
1 person has this problem

User_default_medium