Special Bot or link

determined

Regular Member
Joined
Sep 16, 2010
Messages
321
Reaction score
150
Is there a way you can make a link that someone would click that would bring them to a certain page (a fan page) and then put a pre determined line of text in the comment box so all they have to do is hit post? Or anything close to this?
 
no. that would be XSS / cross domain injection and is not possible unless the target site has some serious security problems.
 
wont that be a dream for all of us to come true if that happens... hehehhe no buddy does not work like that
 
Sure, this is the method:
PHP:
sharer.php?u= your url

I cannot post full links yet but that should help you.
 
Is there a way you can make a link that someone would click that would bring them to a certain page (a fan page) and then put a pre determined line of text in the comment box so all they have to do is hit post? Or anything close to this?

There are ways to do it (hide comment box under iframe, have it populated and then posted), however you can't prepopulate it. The user needs to perform 1 action to populate it and another to post it, which makes it ineffective.
 
Back
Top