Enable Title & Alt Tags on Author Avatar
-
Hello,
Hoping you could incorporate a minor update to the plugin,
line 740 in custom-facebook-feed.phpReplace
$cff_author .= '<img src="'.$$cff_author_img_var.'" width=50 height=50>';
With
$cff_author .= '<img src="'.$$cff_author_img_var.'" title="'.$news->from->name.'" alt="'.$news->from->name.'" width=50 height=50>';
This adds the author name as the title/alt on their avatar.
For my use it’s beneficial for SEO prominence of my clients business, making sure all img tags have title/alt tags covered.Sorry if this isn’t the right channel to request a code update, I’ve made it in this fashion for my clients instance.
Thank you
- The topic ‘Enable Title & Alt Tags on Author Avatar’ is closed to new replies.