Before twitter decided to retire their API I was able to use a simple twitter widget, add some css and replace the username in the widget with a custom field to allow this to be different on each profile. How is this suppose to be done now since the username is no longer in the code. I have read about oAuth but it still looks like it is authorizing one account.
From there you can create a new widget for each twitter profile.
I am trying to avoid that. I want to store the widget in a template and have the username pulled from a custom field. I had this working until they changed their API.
I have a mod that allows me to create a custom field. Before the updated API I could take a twitter widget which had the username to display in the widget and but that widget in the template with the username being replaced by the field. WIth their new widgets and API I don't see how I can do that,