Quote:
Originally Posted by mr ploppy
This is the sort of url the site mentioned comes up with.
Code:
<a href="https://twitter.com/home?status=http://marcusblakeston.wordpress.com">Share on Twitter</a>
|
That URL is invalid. Neither colon and slash characters are allowed in a query string. You must represent them using percent encoding. The URL above, for example, should be:
Code:
https://twitter.com/home?status=http%3A%2F%2Fmarcusblakeston.wordpress.com