Monday, 12 August 2013

validate in real-time that a site links back to you

validate in real-time that a site links back to you

Sites like Mixpanel offer free credits if you link back to them. You type
your domain and they validate your link back. http://mixpanel.com/free
I would like to implement this, so I'm thinking:
Send domain to PHP file
wget the domain
parse <a> tags
validate
Is there an easier/more efficient way than to validate links back to you?
I'm looking for guidance before I start this project, and perhaps there
are better ways to do this than using wget. I'm not even sure that
downloading on the spot is the right first step.

No comments:

Post a Comment