Support » Plugin: WP About Author » Recent SEO Yoast Update Breaks G Link

  • if(defined( 'WPSEO_VERSION')){
           		$socials['googleplus'] = array('title'=>'Google Plus', 'link'=>'%%username%%', 'icon'=> WPAUTHORURL_URL .'images/googleplus.png');
            } else {
                 $socials['googleplus'] = array('title'=>'Google Plus', 'link'=>'https://plus.google.com/%%username%%', 'icon'=> WPAUTHORURL_URL .'images/googleplus.png');
            }

    This is producing:

    <a class="wpa-social-icons" href="105179146464490365399?rel=author'><img src='/wp-content/plugins/wp-about-author/images/googleplus.png" alt="Google Plus"></a>

    Obviously that’s not right. Is there a fix?

    https://wordpress.org/plugins/wp-about-author/

  • The topic ‘Recent SEO Yoast Update Breaks G Link’ is closed to new replies.