Problem:
The issue here is that the user wants to add the aria-label attribute to their social icons block.
Solution:
Unfortunately this isn't available natively, however you can add the attribute using Javascript.
Here is an example below of how this can be added.
jQuery(".SocialMediaShareButton--facebook").attr("aria-label","Share on Facebook");
jQuery(".SocialMediaShareButton--linkedin").attr("aria-label","Share on LinkedIn");
jQuery(".SocialMediaShareButton--twitter").attr("aria-label","Share on Twitter");
jQuery(".SocialMediaShareButton--pinterest").attr("aria-label","Share on Pinterest");
jQuery(".SocialMediaShareButton--reddit").attr("aria-label","Share on Reddit");
jQuery(".SocialMediaShareButton--email").attr("aria-label","Share on Email");
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| - | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | - |
| - | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 14:00 – 18:00 | 13:00 – 18:00 | - |
Supporter timezone: America/Jamaica (GMT-05:00)
This topic contains 4 replies, has 2 voices.
Last updated by 4 years, 4 months ago.
Assisted by: Shane.