0

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!

Matt
  • 5,005
  • 10
  • 32
  • 39

1 Answers1

1

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.

LoveAndCoding
  • 7,857
  • 2
  • 31
  • 55