I'm trying to add some JS that pulls event listings from my site where I can add to a section of my unbounce page

  • 15 May 2016
  • 1 reply
  • 2 views

I’m having trouble having the script below appear on my unbounce page.  The script below pulls event listings from my site. I would like to have them appear in a particular section of my Unbounce page but can’t quite figure out what is preventing the listings from appearing.


1 reply

First
http://boxofficeticketsonline.com/atbs_ajax/events?Venue=Allstate+Arena&action=js&tpl=external.tpl

That page in my browser shows blank page. 

Might be your browser preventing cross domain script from executing.  Have you considered using RSS ?  Right click and Inspect the page with Chrome and see if you see an error .

https://jvaneyck.wordpress.com/2014/01/07/cross-domain-requests-in-javascript/

Reply