I have images that are linked to external affiliate sites and it is important to add the rel="nofollow" tag to these links. I am using the Fancy Images shortcode to display these images. Here is the original link code:
[fancy_images width="195" height="102"]
[image title="Title" alt="Alt" link_to="http://www.link.com"]Click here[/image]
[/fancy_images]
I tried to add the no follow tag to the shortcode like this but it did not work correctly:
[fancy_images width="195" height="102"]
[image title="Title" alt="Alt" rel="nofollow" link_to="http://www.link.com"]Click here[/image]
[/fancy_images]
Do you know of a way I can successfully add the no follow tag to external links using this shortcode?
Thanks!













