Follow organization on github

github

Solution

It seems to me like there is no workaround.

http://github.com does not currently have follow buttons for organizations. I'm assuming that following an organization was a bug that has been recently fixed.

Problem

Is there any workaround to follow organization in github? The old trick ``` $.post("https://github.com/users/follow?target=organizationName"); ``` doesn't work anymore.

Original source