- Home /
Twitter button
How can i make twiiter follow us button in unity3d for android mobiles
Answer by Halleflux · Jul 19, 2013 at 09:27 AM
Can't you just use Application.OpenURL and a button?
Edit: You can also use the Twitter button code, and actually, just open the page that is linked by the button if you just set it up and click it. It will open a new page, and you can just take the link of that page.
i have buuton already. i just want to follow. Application.OpenURL revert into a url. it automatically wont be follow
...Like I said, Application.OpenURL. Use it to send people to the page where they can follow you.
need to follow automatically while clicking on follow button
lol..the link you given is for websites. not for unity.
Like I had in the post before I removed it, I said that you would need to do a few modifications. Documentation about the Twitter follow button setup. I am rather confidant that it would be very easy to just modify the code given a bit and put it into your game.
Even so, you don't actually NEED the button to make the person clicking it follow with just that click. People won't $$anonymous$$d if they have to click 2 times.
Your answer