Hi,
I have a database with a couple hundred company’s twitter url’s in it. I want to dynamically load the company’s URL into the twitter widget and have that company’s twitter feed populate the widget. Currently the widget is only being populated with the Home Depot feed (because the data-widget-id is from a widget I made for Home Depot).
so my code would look like:
<a class="twitter-timeline" href="{{ company.twitter_url }}" data-widget-id="[id]"></a>
Is this functionality currently supported? Or do I have to generate a separate widget ID for each company?
Thanks!