rds91
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobile Call Now & Map Buttons] Multiple LocationsDo you know if this might be implemented soon? I think the lack of showing multiple locations (or more precisely the link to the customized google map weblink that shows multiple locations) is greatly causing confusion with my customers. There must be others with the same issue, or perhaps your plugin could apply to a lot more people if it supported this feature.
Forum: Plugins
In reply to: [Mobile Call Now & Map Buttons] Number compatibility with Google AdwordsSo I tried to change the code around but I think the sanitize function is messing up the google script because Google is looking for the number, but you have an algo to “treat” the number before it ever makes it into the code. I have a feeling that causes it to miss it. Is there anyway to preserve the features of your plugin (have these two awesome buttons on the bottom of mobile) and just put our phone number in the format (999) 999-9999 if we choose? I suppose you had a reason why you avoided spaces and “(” “)” from being entered?
Forum: Plugins
In reply to: [Mobile Call Now & Map Buttons] Number compatibility with Google AdwordsHi David,
So I investigated deeper, and your plugin probably *would* work for google’s script, however, the phone number I have on my website for conversion tracking is in the format (999) 999-9999. The google script looks for *exactly* that to appear to change the number. When I input my number in my format in your plugin settings, it forces it into 999-999-9999. On the page source (what google’s script can see) it becomes 999-999-9999. Is there a way I can over ride it to create (999) 999-9999? I tried to change your code in myphp, but it ended up hiding the script, so I had to change it back. Hopefully, you can fix this, because it’s an otherwise awesome plugin and I would give it 5 stars after the fix 🙂