cache

Share this:

jQuery(document).ready(function () { jQuery(".sharingbox-shortcode-icon-wrapper span").each(function() { var linkText = jQuery(this).children("a").attr("data-title"); jQuery(this).find("i").text(linkText); }) })