Advertisement
Guest User

WP Socializer HTML validation errors fix

a guest
Nov 24th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Error: Bad value http://twitter.com/home?status=Title of the blog post%20-%20http%3A%2F%2Fwww.photosite.com%2Fblog%3Fp%3D749%20 for attribute href on element a: Whitespace in query component. Use %20 in place of spaces.
  2.  
  3. From line 87, column 6; to line 87, column 183
  4.  
  5. i> ↩↩ <li><a href="http://twitter.com/home?status=Title of the blog post%20-%20http%3A%2F%2Fwww.photosite.com%2Fblog%3Fp%3D749%20" title="Tweet this !" target="_blank"><img s
  6.  
  7. Syntax of IRI reference:
  8. Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
  9.  
  10.  
  11. wp-socializer.php
  12. ln 786 change de-title to title
  13. ln201 change to:
  14. 'url' => 'mailto:?subject={title}&amp;body={excerpt}%20-%20{url}', // Fixed the bug in v2.4.1 & v2.4.3
  15.  
  16.  
  17. wpsr-socialbuttons.php lns 156-170 change urlencode to rawurlencode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement