Why does the word "it" turn into a link?
#1
Thread Starter
DVD Talk Legend
Why does the word "it" turn into a link?
In the TV Talk forum, whenever I see or post the word "it", it gets turned into a link. I'm logged in. What's up with that?
It doesn't happen when linking to a specific post directly, but check post 54 here for an example:
https://forum.dvdtalk.com/tv-talk/63...ng-jcvd-2.html
It doesn't happen when linking to a specific post directly, but check post 54 here for an example:
https://forum.dvdtalk.com/tv-talk/63...ng-jcvd-2.html
#2
DVD Talk Hero
Re: Why does the word "it" turn into a link?
I don't see that happening. I'm on my phone, if that makes a difference.
#4
DVD Talk Godfather
Joined: Oct 2003
Posts: 57,503
Received 1,682 Likes
on
1,355 Posts
From: Home of 2013 NFL champion Seahawks
Re: Why does the word "it" turn into a link?
I've been seeing it
#6
Administrator
Re: Why does the word "it" turn into a link?
Breakfast, could you post a screenshot of what you're getting?
#10
Re: Why does the word "it" turn into a link?
#11
DVD Talk Hall of Fame
Re: Why does the word "it" turn into a link?
Get off netscape navigator
#12
Administrator
Re: Why does the word "it" turn into a link?
Nor am I. Hmmm... Breakfast, is it still there? Where does it try to send you to?
#14
Re: Why does the word "it" turn into a link?
I’m logged in on my phone and I see it. Just started noticing it.
#16
DVD Talk Hero
Re: Why does the word "it" turn into a link?
Same. Was logged in on my phone and saw it, even using the non-mobile skin. Didn't think to take a screencap, sorry.
#18
DVD Talk Hero
Re: Why does the word "it" turn into a link?
I'm seeing it any time the fist sentence in a post ends with it. But if another sentence ends with it. Then it doesn't seem to have a hyperlink. It is ONLY the word it and only when it's at the end of a sentence and (seemingly) only if it's the first sentence of a post. I could be wrong about that last part.
Edit: both of the sentences above have it. <- but this one didn't until I added words after it.
edit: only on mobile, using the default browser, not the crappy mobile browser.
Edit: both of the sentences above have it. <- but this one didn't until I added words after it.
edit: only on mobile, using the default browser, not the crappy mobile browser.
Last edited by Dan; 02-17-18 at 10:30 AM.
#20
Re: Why does the word "it" turn into a link?
I recently saw it. A post I made last night in the "What are you playing?" video game thread: the "it" at the end of the second sentence had "it". Made the post through Safari on my iPad (using the full, not using the mobile, version of the site). The links are gone now though
#22
DVD Talk Hero
Joined: Aug 1999
Posts: 34,164
Received 2,037 Likes
on
1,385 Posts
From: Not necessarily Formerly known as Solid Snake
Re: Why does the word "it" turn into a link?
Huh, I’ve been seeing this for awhile. Multiple browsers (Firefox, Safari, Chrome), multiple devices (different iPhones, iPad, laptop). Always signed in, don’t use the mobile version.
I didn’t pay enough attention to identify any pattern.
I didn’t pay enough attention to identify any pattern.
#24
Thread Starter
DVD Talk Legend
Re: Why does the word "it" turn into a link?
In this post I can see --> it. Only when a space and an additional character follows the first "it".
Testing the second --> it. I see it here, too.
Each matching instance of it is replaced with
It appears to be added with this JavaScript function in vglink.js (cdn.viglink.com):
From viglink.com:
Testing the second --> it. I see it here, too.
Each matching instance of it is replaced with
Code:
<a class="vglnk" href="http://it/" rel="nofollow"><span>it</span></a>
Code:
l = function(a, b) {
var c;
c = e.createEl("a");
c.innerHTML = a.replace(/([a-z0-9]+ *|[^a-z0-9]+)/ig, "<span>$1</span>");
c.className = "vglnk";
e.cache(c, "type", "inserted");
e.cache(c, "phrase", a);
k.ui && "U" !== b.type && (c.title = "Link added by VigLink");
m.initLink(c, b);
return c
};
Translate your passion and expertise into a sustainable business. Simply add a snippet of code to your site, and VigLink automatically turns existing links on your pages into revenue generating links. VigLink can also insert new links on relevant terms and phrases to capture purchase intent.
Last edited by Breakfast with Girls; 02-18-18 at 02:21 PM.




