Hello Flythemes people
How can I use my own png icons at:
[services icon=”question-circle” title=”example” link=”#”]
and
how can I add the Skype button to social icons using the next scrip?
<script type=”text/javascript” src=”https://secure.skypeassets.com/i/scom/js/skype-uri.js”></script>
<div id=”SkypeButton_Call_ginaggzz_1″>
<script type=”text/javascript”>
Skype.ui({
“name”: “dropdown”,
“element”: “SkypeButton_Call_ginaggzz_1”,
“participants”: [“ginaggzz”],
“imageSize”: 24
});
</script>
</div>