Forums

Ultimate Follow Me
Ultimate follow me doesn't HTML Transitional validate (1 post)

  1. dylannickelson
    Member
    Posted 6 months ago #

    The Ultimate Follow Me plugin is excellent, but it doesn't HTML Transitional validate.

    The validation errors are triggered by the simple absence of an alt tag with the images.

    Problem is fixed if you change the .php file from

    $img = '<img src="'.get_twitter_image($style_id).'"/>';

    to

    $img = '<img alt="" src="'.get_twitter_image($style_id).'"/>';

    for each image.

    http://wordpress.org/extend/plugins/ultimate-follow-me/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 6 months ago by dylannickelson
  • This topic is not resolved
  • WordPress version: 3.2.1