URL Encoding on Signup Thanks Message
-
I’m trying to do a URL Redirect share to Facebook, but it looks like you’re trying to encode the url further, so that:
<a href="https://www.facebook.com/dialog/feed?app_id=1111111111&display=popup&caption=I%20volunteered%20for%20the%20%23Fish4Commish%20campaign&link=https%3A%2F%2Fwww.fishburnforport.com%2Fvolunteer%2F&redirect_uri=https://www.facebook.com/fishburnforport" target="_blank">
becomes
<a href="https://www.facebook.com/dialog/feed?app_id=1111111111&display=popup&caption=Iolunteered 5.000000orhe%23Fish4Commish?ampaign&link=https0.0000000.000000www.fishburnforport.com0.000000volunteer206.000000&redirect_uri=https://www.facebook.com/fishburnforport" target="_blank">
Unfortunately, I can’t bit.ly it, because the facebook app that my app_id actually is can’t use bit.ly as a source url.
- The topic ‘URL Encoding on Signup Thanks Message’ is closed to new replies.