hannah
posted this on December 08, 2011 04:20 pm


Link Insertion is configurable and can be turned off on an individual page or within a specific element on a page with the “nolinks” parameter. This is done by editing the HTML of your site and adding class="nolinks" to any page element where you would like to disable adding links. You can do this on an individual post basis, just for a paragraph or even off an entire page - it's up to you.
Example #1: How to keep link insertion off of an entire page on your site: add the “nolinks” parameter to the <body> tag:
<body class="nolinks">
Example #2: How to keep link insertion out of a particular section, like a paragraph: Add the “nolinks” parameter to a <p> tag:
<p class="nolinks">
Configuring inserted links to open up in a new window after they’ve been clicked is easy, just follow these steps:

Link Insertion can be limited to a maximum number of your liking. Our algorithms optimize the maximum number of links to insert per page based on your content, but if you're ever concerned we insert too many links, please email us at support@viglink.com. We will be glad to set the threshold at the level of your liking!
Every inserted link (including linked URLs) has the CSS class "vglnk". That makes styling them as easy as adding one rule to your site's CSS.
Example #1: Turn inserted links orange
a.vglnk {
color: #F7923C;
}
Any valid CSS styling works, so you can get creative!
If any of your users would not like to view inserted links when they visit your site, have them to go to http://www.viglink.com/support/optout to opt-out.