- This topic has 7 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Add Skype buttons to Welcome section…
You must be logged in to reply to this topic.
I’d like to add Skype buttons to the welcome page on Integral Lite using the Skype Master plugin. What’s the best way to accomplish this? If that’s not possible, can I add them to a menu?
You can add buttons or icons to any content area. In Integral Options > Welcome you could put the button in the tagline field, or on the contact content section as well.
Thanks, Hans. When I tried to add the code for a skype “Call me” button into the tagline, I got an error saying I can’t customize the theme. When I tried to add it to Button #1 in the URL field, it didn’t work.
Again, I’m using the free version of Integral.
Got any other suggestions?
Thanks
What is the code you are trying to add?
You can also add it directly in the file which controls the welcome section.
Located in APPEARANCE > Editor and select Hero.php.
This is the HTML for the link: FLC1to1
And this is the HTML for the widget:
Skype<script src=”http://apps.skaip.org/buttons/widget/core.min.js” defer=”defer”></script>
Full disclosure: I’m not really an expert at these things so not sure what the 2nd set of code is really doing.
Oh, I guess the code didn’t come through correctly. Let me try that again.
Link: “FLC1to1”
Widget:
“Skype<script src=”http://apps.skaip.org/buttons/widget/core.min.js” defer=”defer”></script>”
Ok, I guess I don’t really know how to show you the code without it converting…
You will need to add the script to the header.php file of the theme in order for it to work in that case.
You can go to APPEARANCE > Editor and select header.php.
Paste in the script code above the
tag.You must be logged in to reply to this topic.