I am having the same problem! Does anyone have a fix for this?
Plugin Author
Pretty
(@graphicreaction)
Hello,
It seems Twitter have updated their API and that is the problem. I will try to fix this and update a new version.
Sorry about that. Wish I had a heads up.
Plugin Author
Pretty
(@graphicreaction)
Hi there,
It isn’t actually appearing twice, the first name on the widget is your Twitter name and the second is your actual @ username. Since the widget takes the information from the Twitter feed the only way to change this as of now is to change it on your Twitter profile.
Plugin Author
Pretty
(@graphicreaction)
Hi there,
The Twitter widget uses the h3 and h4 tags to render the name and the screen name for the profile so please check your themes CSS file.
You can also try
.twtr-widget h3 {
font-size: 19px !important;
}