12% off of LTD using this coupon: TWELVEPERCENTOFF. Promo ends on 2 Dec midnight UTC.
Published on Aug 20, 2019

How to add rel=”nofollow” to social icons in Oxygen

Sridhar Katakam

This tutorial provides the steps to add rel="nofollow" to the HTML markup of anchor elements (links) output by Social Icons component of Oxygen.

Before:

After:

Here’s How

In your Oxygen Template/editor, add a Code Block component at the end of all others.

PHP & HTML:

<?php
	// echo "hello world!";
?>

JavaScript:

(function($) {
'use strict';

	$('.oxy-social-icons a').attr('rel', 'nofollow');

}(jQuery));

Reference

https://wpdevdesign.com/data-attributes-in-oxygen/

tagschevron-leftchevron-rightchainangle-rightangle-upangle-downfolder-omagnifiercrossmenuchevron-downarrow-right