I’m trying to make a link to update twitter status with a link..but it keeps saying invalid unicode? I’ve also tried using the html tag for the pound sign but it fails, any suggestions?
<a href="http://twitter.com/home?status=Check out this website #name at http://www.google.com">
Thanks!
You’ll need to encode the status to put it into a URL. To do this, you can do so manually, use online tools or do it via code.