Hello,
i'm using the callme plugin that i found in phono.com website and i was try to conf the plugin for force the audioType to flash for all the browser, but i'm doing some error i think.
My original plugin is this:
<script type="text/javascript">
$("body").append(
$("<div/>")
.css("width","210px")
.callme({
apiKey: "<API KEY>",
numberToDial: "8003544487",
buttonTextReady: "1-800-FLIGHTS",
slideOpen:false,
dialPad: false
})
)
</script>
Someone can help me?
thanks,
Michele