click to call

  • Unknown's avatar

    any options on wordpress.com?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    thistimethisspace · Member ·

    Hello there,

    There is no phone support here and we Volunteers do not provide support by email. This is a peer support forum where Volunteers and Staff work cooperatively to deliver WordPress.com support. Volunteers answer the majority of questions posted into forum threads and Staff monitor. When Volunteers cannot provide the required support we flag threads for Staff attention.

    I’d be happy to answer your WordPress.COM questions right here in this thread. Please simply post exactly what you need help with into this thread, knowing there’s rarely ever a question posted here that has not already been asked and answered.

  • Unknown's avatar

    I’m looking to have a click to call option on my phone number for mobile site…wasn’t sure it there was an existing plugin that could accomplish this…

  • Unknown's avatar

    Do you mean you want a button on your blog so people can call you? WordPress.com doesn’t have a widget for that. Depending on the actual code you might be able to use some other company’s widget: Skype, Google, etc. It can’t contain javascript or flash, though, so it is unlikely you can find one that works.

  • Unknown's avatar

    <script type=”text/javascript” src=”http://www.skypeassets.com/i/scom/js/skype-uri.js”></script>
    <div id=”SkypeButton_Dropdown_live:zolphin_1″>
    <script type=”text/javascript”>
    Skype.ui({
    “name”: “dropdown”,
    “element”: “SkypeButton_Dropdown_live:zolphin_1”,
    “participants”: [“live:zolphin”],
    “imageSize”: 32
    });
    </script>
    </div>

  • Unknown's avatar

    Why won’t this code work?
    <script type=”text/javascript” src=”http://www.skypeassets.com/i/scom/js/skype-uri.js”></script>
    <div id=”SkypeButton_Dropdown_live:zolphin_1″>
    <script type=”text/javascript”>
    Skype.ui({
    “name”: “dropdown”,
    “element”: “SkypeButton_Dropdown_live:zolphin_1”,
    “participants”: [“live:zolphin”],
    “imageSize”: 32
    });
    </script>
    </div>

  • Unknown's avatar

    Why won’t this code work?

    Because contains the <script> tag:

    Add Code to Your Site

  • The topic ‘click to call’ is closed to new replies.