+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: How to get Skype script to run in a content box ?

  1. #1
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028

    How to get Skype script to run in a content box ?

    I am in the process of redesigning a connect with us page and am looking to add the skype button script to the page. I have created a new content box to HTML and pasted in the code and saved but the script will not run or work regardless ?

    I have read here to hit edit and paste in and save before turning back from edit / and tried every other possible outcome or wayof saving it and I get nothing happening.

    This is the skype script > Here and you can see the connect page Here, I have left the box showing so you can see where it should be, any Ideas ?

    Pete

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    I am also having trouble inserting any script to a html box, trying to add some addthis script now and the same problems ? if anyone knows how to make script work in html it would be great

  3. #3
    Hello Pete,

    It is easy, you should add tags:

    1. after <script type="text/javascript">
    add {literal}

    2. befire </script> add {/literal}

    save and check your code in box again in front end.


    also you can create skype button with different way:

    <a href="skype:+11111111111?call">Call to us through Skype</a>

    <a href="skype:skype_name?chat">Chat with us through Skype</a>

    <a href="skype:skype_name?voicemail">Send Voice message through Skype</a>

    <a href="skype:skype_name1;skype_name2;skype_name3?ca ll">Conference voice chat with our team through Skype</a>

    <a href="skype:skype_name1;skype_name2;skype_name3?ch at">Conference chat with our team through Skype</a>

    maybe it help you
    Last edited by Viktor; February 11, 2015 at 03:54 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Hello Viktor, added like but still not working ? confused ?

    <script type="text/javascript"src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
    <div id="SkypeButton_Call_tryinhere_1">
    <script type="text/javascript"> {literal}
    Skype.ui({
    "name": "chat",
    "element": "SkypeButton_Call_tryinhere_1",
    "participants": ["tryinhere"],
    "imageSize": 32
    });
    {/literal}</script></div>

  5. #5
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    And this one i Have tried literal just nabout everywhere and it wont work ?

    <!-- Go to www.addthis.com/dashboard to customize your tools --><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=aaa" async="async"></script>

  6. #6
    Hello Pete,

    Please see my attached file. Before you add the code click this button on CKeditor
    Attached Images Attached Images
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Yes Viktor I am adding it to the source code option / but still does not work

  8. #8
    I would like to implement skype to my site. Did you figure out how to make it work?

  9. #9
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    No I could not get it to work or understand where to put the literal part of the code ? It is confusing as I have never had to do that before / sorry.

  10. #10
    Hello Pete,

    I have removed free spaces from code and it works now. Please check Skype box on your site.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread