Hello Dear,
I have used this code in my wordpress widget. I have used data-show-count=“true”. But number of followers still not showing. Please suggest me what to do now.
data-show-count=“true” does not work on an embedded timeline.
If you really want to display it, what you can do is to hide the header with data-chrome=“noheader” (like described on https://dev.twitter.com/docs/embedded-timelines#options) and recreate the header by yourself with a follow button with followers count.
how can we create our own header, can you please help me with some example