I had a question regarding embedding widgets in an app for App Studio (using Quarkxpress).
I was given this code:
To put in our organization's app, to advertise the upcoming events directly from our ticket sales server. I've tried embedding it the way I've seen other widget how-to's (like Twitter) by turning it into html, but I can't get it to show in a browser. Is this script perhaps not embeddable with Web View, or am I doing something wrong?
I was also given this code, if maybe the one pasted above is missing something:
var EventsWidgetDisplayPreferences = {
seller_id: '16874',
uri: 'http://www.showclix.com/events/16874',
domain: 'www.showclix.com',
white_label: 'false',
max_number_of_events: '5',
group_series_events: 'true',
title_text: 'Upcoming Events',
height: 'auto',
width: 'auto',
background_color: '#2c344b',
header_color: '#FFFFFF',
row_background_color: '#FFFFFF',
text_color: '#333',
link_color: '#fe1e5a',
include_scrollbar: 'auto',
display_title_bar: 'true',
display_date_block: 'true',
display_image: 'inline',
display_full_date: 'true',
display_time: 'true',
display_venue: 'true',
display_tickets_link: 'inline'
}
Any help with this would be appreciated!
↧