Code for validating with W3C in next update ?
-
Hello,
Thank you for this great, beautiful and free plugin.
One single itch : every time there is an update, I have to go in the files and change the 3 things below so that my pages will still validate in W3C. It would be really nice if you incorporated them in the code. Your plugin would then be perfect !
In plugins/simple-share-buttons-adder/inc/ssba_buttons.php
-line 702 (stumbleupon error): replace
$strPageTitle with urlencode($strPageTitle)
-line 755 (email error): replace
$emailTitle with urlencode($emailTitle)
In plugins/simple-share-buttons-adder/inc/ssba_styles.php
-line 51: add a space where I put XXX
return str_replace( ‘<script ‘, ‘<script id=\’st_insights_js\’XXX’, $tag );
The topic ‘Code for validating with W3C in next update ?’ is closed to new replies.