Created
March 12, 2015 22:53
-
-
Save djom202/0dbcc7da8f9e1bf089e5 to your computer and use it in GitHub Desktop.
Boton de Skype
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| #SkypeButton_Call_soluntechSkype_1_paraElement img { | |
| margin-left: 0 !important; | |
| } | |
| </style> | |
| <div id="SkypeButton_Call_soluntechSkype_1"> | |
| <script type="text/javascript"> | |
| Skype.ui({ | |
| "name": "call", | |
| "element": "SkypeButton_Call_soluntechSkype_1", | |
| "participants": ["soluntechSkype"], /* Usuario de Skype */ | |
| "imageColor": "white", | |
| "imageSize": 32 | |
| }); | |
| </script> | |
| </div> | |
| <script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment