Space for next slide. CODE: $.ajax({type:"PUT",url:"/site-api/users/followers/username here/add/"});location.reload() Use this code to stop following yourself: $.ajax({type:"PUT",url:"/site-api/users/followers/username here/remove/"});location.reload()
Cooltext for text. I love making stuff like this because it's a simpler solution to a problem that's already been solved. Yes, yes, I know, you can sign out, then sign in, then go to profile page, yadda yadda. The point being: this is so much simpler.