MyBB Community Forums

Full Version: User profile/postbit twitter "follow" button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Wasn't sure where to put this, so it goes here.

I'm wondering how I would implement a profile field that on postbit shows the user's Twitter follow button? Haven't seen any tutorials for this, so thought I'd ask.

Thought about doing it through vanilla Profile Fields, but there's no option to have the output parse HTML and display the button.
Nobody? Kinda curious how I would achieve this.
Well if you just wanted it for a single for you could hardcode a img/link(something like http://twitter.com/[pid5]) which will add the twitter handle that they enter in the UCP to the end of the twitter link. If you want to do it on multiple forums a plugin would be probably be best.

And, note you may want to double check on how to grab profile field info because it's been awhile since I've needed to.