Hi, not sure what’s going on but a while ago I configured a twitter widget for use on multiple pages on a site I work. This site allows a twitter object to be related to any number of pages, so each page/section could have a different feed. Each feed was ID based to follow an inidividual. I was using the above JS script and an object called “twitter feed” that the author just realted to a page and entered the ID they wanted to follow.
Using something like this:
IItem tweetItem = relatedTweeter[0].getChildItem();
tweetID = tweetItem.getFieldValue(“tweet”);
Then pumping out
.render().setUser(’<%=tweetID%>’).start();
Now it appears I need to have a data-widget-ID, but everytime I try it my own Twitter ends up on the page, is there some kind of generic ID or some way to skip it?
Thanks