I suppose to vary them you could use some template PHP:
<?php $random = rand(1, 5); if ($random == 1) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>'; if ($random == 2) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>'; if ($random == 3) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>'; if ($random == 4) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>'; if ($random == 5) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>'; ?>
Use different links and texts there for each possible random number from 1 to 5.
Be sure to add all the allowed backlink URLs to Admin -> Settings -> Links -> "Allowed Reciprocating URLs:"
Comments on Reciprocal Link Checking - text and url ?
Experienced
Usergroup: Customer
Joined: May 23, 2006
Total Topics: 16
Total Comments: 51
Posted Feb 27, 2013 - 11:36 AM:
Does WSN Links check for backlink text and backlink url when doing reciprocal link checking ?
Also, is there a way to vary the backlink text and the backlink urls ?
thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
WSN only checks the URL.
I suppose to vary them you could use some template PHP:
Use different links and texts there for each possible random number from 1 to 5.
Be sure to add all the allowed backlink URLs to Admin -> Settings -> Links -> "Allowed Reciprocating URLs:"
Experienced
Usergroup: Customer
Joined: May 23, 2006
Total Topics: 16
Total Comments: 51
ah interesting, thanks
where could we add this?
thanks so much
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Wherever you want to prompt people to add your link -- most likely in the submit listing template.