I would need something that enables me to make "HTML pakages" for the users that would work like: if you need a twitter hashtag displayer just add a HTML page in the Presentation Properties menu, which points to http://mysite.com/yourtwitterpackage. But I would like the player to automatically gnereate any user variables the HTML package needs (in the twitter hastag case: a twitterHashtag, number of tweets and time to display each tweet). I know I can say to the user "when adding the html site add also these variables" but it is one more step that can go wrong. The variables the HTML package needs could maybe be defined in the html file itself (eg. in a comment section <!-- BSVARS variable1 {default: value1, access: Private, type: local --> and then when the player parses the html file at display time would add these variables or maybe with the <var> tag or some custom html tags that would not break the page) . Could this be made with an autorun plugin? And maybe then added to the default autorun if enough users find this useful?
I thought this was already implemented with the "Automatically generate user variables for the selected data feeds", but from the documentation I am not really sure this is it (as I red this is linked to the data feeds in the Data Feeds tab).