Validation errors again after the last update
-
After the last update plugin have html5 validation errors again.
All “&”-s must replaced with “& amp;” (without space):// pinterest share link $htmlShareButtons = '<a href="https://pinterest.com/pin/create/bookmarklet/?is_video=false&url='.$urlCurrentPage.'&media='.$urlPostThumb.'&description='.$strPageTitle.'" class="ssba_pinterest_share ssba_share_link" '.($arrSettings['ssba_share_new_window'] == 'Y' ? ' target="_blank" ' : NULL) . ($arrSettings['ssba_rel_nofollow'] == 'Y' ? ' rel="nofollow" ' : NULL).'>';
Please don’t use plain “&” in code. After these changes one more validation error pops up, but I don’t know, how to solve it:
Bad value https://pinterest.com/pin/create/bookmarklet/?is_video=false&url=https://domain.ee/postname/&media=&description=postname for attribute href on element a: Illegal character in query: not a URL code point.
https://www.ads-software.com/plugins/simple-share-buttons-adder/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Validation errors again after the last update’ is closed to new replies.