• Resolved nightbook

    (@nightbook)


    Hello,
    Hoping you could incorporate a minor update to the plugin,
    line 740 in custom-facebook-feed.php

    Replace
    $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

    https://www.ads-software.com/plugins/custom-facebook-feed/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey nightbook,

    Sure, no problem at all. Thanks for letting me know that the author image was missing those attributes. I’ll add the fix into the next update.

    John

    Thread Starter nightbook

    (@nightbook)

    Thanks John, greatly appreciated.

    Plugin Author smashballoon

    (@smashballoon)

    Just to let you know that version 1.9.2 was just released which contains the title and alt tags for the author image that you suggested. Thanks again for letting me know about that!

    John

    Thread Starter nightbook

    (@nightbook)

    Thanks John (@smashballoon), greatly appreciated. You’re the man, works here for me.
    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Enable Title & Alt Tags on Author Avatar’ is closed to new replies.