I am actually trying to put a follow gate like thing. Like if a user follows me, I want to show him an image, If he doesn't I want to show another image. But when user clicks follow button, the page should be refreshed automaticallyCan you help me how to do it?I have tried this:\[code\]<a href="https://twitter.com/XXXXXX" class="twitter-follow-button" data-show-count="false" data-size="large" onClick="window.location.reload()">Follow @XXXXXX</a>\[/code\]