Set External Links
NOT REQUIRED setting. If not set, the CTA button (external link) will default to include rel="noopener nofollow" target="_blank".
Call & Example Call
affx.set("href", nofollow=True/False, noreferrer=True/False, noopener=True/False, _blank=True/False)
affx.set("href", nofollow=True, noreferrer=True, noopener=True, _blank=True)
Parameter Description
Rule: Supports four parameters. You can modify all of them at once or only some of them. True means the attribute is added; False means it is not added.
Core Function
Define the settings related to the website's CTA button (external link).
Features
The website's CTA button (external link) will automatically add or remove the attributes noopener, nofollow, noreferrer, and _blank according to this setting.
Example Output
Output
Href attributes set successfully.
