I am trying to embed multiple list timelines within the same widget on a web application. Is doing so possible?
it’s possible to embed multiple lists on one page, by adding them individually - copy each one separately from publish.twitter.com - but remember you only need to include widgets.js once after all the lists have loaded on the page.
1 Like
Thanks, Igor. Yeah, that keeps the lists separated though whereas I’d like them to display chronologically under a single timeline. I can create a twitter account and subscribe to each list and then embed that account timeline, but my use case is dynamic – on one page i want to point to these three lists, on another, point to three different lists.
Essentially, if my problem were tracking users, I could create lists… My problem is dynamically hitting different lists.
It sounds like it may be worth thinking about using the API to dynamically create feeds from lists in this way - you can’t merge multiple lists with embeds alone - GET lists/statuses | Docs | Twitter Developer Platform will be a good place to start.
Alternatively, you could use the API or manually curate a new list by merging the members of multiple lists, and then embed that new list. This depends on how frequently you want to do this.
1 Like
Pretty sure this gives me the tools I need to satisfy my use case. Thank you, Igor!
2 Likes
system
Closed
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.