Faster Way to Login to YPN

Nov 25, 2005 • 8:49 am | comments (1) by | Filed Under Yahoo Publisher Network
 

For some reason, whenever you go to https://publisher.yahoo.com/ it won't remember your password or auto fill, like AdSense. They programmed not to allow it for some reason. A thread at WebmasterWorld named Is there a direct link to the login? gives an other option.

I am not sure how secure it is to have this on your computer, you make that call.

<form method=post action="https://publisher.yahoo.com/portal/login.php" name=verify_form>
<input type=hidden name=username value=your_username>
<input type=hidden name=password value=your_passwd>
<input type=submit>
</form>
<body>
<script language="javascript">
document.verify_form.submit();
</script>
</body>

You can just save it locally or put it onto a https server

Forum discussion at WebmasterWorld.

Previous story: Number One at Yahoo! But Where is the Traffic?
Ninja Banner
 
blog comments powered by Disqus