[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[Video] Add An Itunes Icon/link To Header Social Buttons


businessenglishpod
 Share

Recommended Posts

Is it possible to add an iTunes button to the header social options? The link would point to our podcast page on iTunes.

 

Understand that the social link can be set to anything.  But what about the icon?  Is that selectable from only the social media icons or is the full range of icons available (so I could use something like an RSS icon or a podcast icon if one is included in the set)? Or is it possible to upload a custom icon?

 

Link to comment
Share on other sites

  • Support

Hello,

 

Yes, you can add an itunes button in the header but it would require slight customizations.

 

Open the file header.php and locate this code:

 

<div class="header-signbtn">
 
Before that code add your iTunes button code.
 
The only available icons are the ones that you see in the theme options.
You can add custom icons if in the file header.php below the line of code mentioned earlier you add this:
 
<a href="LINK  URL GOES HERE" style="background: #FFF;">
<i class="fa fa-facebook"></i>
</a>

Then change the fa-facebook with your desired Font Awesome class: https://fortawesome.github.io/Font-Awesome/icons/

Or use a custom image with this code:

 

<a href="LINK  URL GOES HERE" style="background: #FFF;">
<img src="IMAGE URL GOES HERE"/>
</a>

🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

Hello,

 

Yes, you can add an itunes button in the header but it would require slight customizations.

 

Open the file header.php and locate this code:

 

<div class="header-signbtn">
 
Before that code add your iTunes button code.
 
The only available icons are the ones that you see in the theme options.
You can add custom icons if in the file header.php below the line of code mentioned earlier you add this:
 
<a href="LINK  URL GOES HERE" style="background: #FFF;">
<i class="fa fa-facebook"></i>
</a>

Then change the fa-facebook with your desired Font Awesome class: https://fortawesome.github.io/Font-Awesome/icons/

Or use a custom image with this code:

 

<a href="LINK  URL GOES HERE" style="background: #FFF;">
<img src="IMAGE URL GOES HERE"/>
</a>

🏁Rank #1 on Google With our WordPress SEO Plugin.

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...