javascript - Phone Number Rotating Script Not Working On Safari iFrames -
scope:
we use phone tracking company dynamically rotate phone numbers on our site. phone tracking script targets specific phone numbers (we list specific "target numbers" in backend). script only dynamically rotates numbers if url parameter st-t=paid
in url. working on phone numbers located @ top right of website.
problem
we <iframe>
in landing pages. phone numbers on landing pages not rotating on safari. seems work on chrome , firefox, not on safari , ios. need phone numbers on "iframe" rotate when on "iframe host" - see terms below. welcomed.
elements
here components we're working with:
- iframe: http://static.personandpartnersleads.com/grn/dcjr/landers/new/specials/index.html
- iframe host: http://greenwaychryslerjeepdodge.com/web-new-vehicle-specials-ddc.htm?st-t=paid
- dynamic rotating script:
var _stk = "862006920f1abc1afd13b8c08d2c7878c364ff54"; (function(){ var a=document, b=a.createelement("script"); b.type="text/javascript"; b.async=!0; b.src=('https:'==document.location.protocol ? 'https://' : 'http://') + 'd31y97ze264gaa.cloudfront.net/assets/st/js/st.js'; a=a.getelementsbytagname("script")[0]; a.parentnode.insertbefore(b,a); })();
Comments
Post a Comment