Viewing 3 replies - 1 through 3 (of 3 total)
  • Although somebody else is supposed to maintain and support this plugin now, I have applied this fix to the just released version 1.217. Thanks for sharing this fix!

    Thread Starter reddalek

    (@reddalek)

    No worries! After I posted this I realised that it broke the display of user profile pictures, so I also changed:

    $id = explode(‘id=’, $comment->comment_author_url);

    to:

    $id = explode(‘id/’, str_replace(‘id=’,’id/’,$comment->comment_author_url));

    in add-link-to-facebook-int.php.

    Thanks, this will be fixed in the next release.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Solution to fix broken links to user’ is closed to new replies.