I looking to find if youtube comments can be left in the actual URL.
With wp blogs the comment field is a post form so comments can be left directly through url like:
http://blog.test/wp-comments-post.php?=comment=blahblahblah&comment_post_ID=10 or something similar.
I'd like to know if this can be done with youtube comments as well.
That's the code for the post button.
As far as I can tell this is the information submitted when clicked.
Maybe there is some way of using javascript to post comments.
Anyone know if it's possible, and a push in the right direction would be appriciated.
With wp blogs the comment field is a post form so comments can be left directly through url like:
http://blog.test/wp-comments-post.php?=comment=blahblahblah&comment_post_ID=10 or something similar.
I'd like to know if this can be done with youtube comments as well.
Code:
<input type=\"button\" name=\"add_comment_button\" value=\"Post Comment\" onclick=\"yt.www.comments.writing.postThreadedComment(\'comment_form${form_id}\');\">
That's the code for the post button.
As far as I can tell this is the information submitted when clicked.
Code:
onclick=\"yt.www.comments.writing.postThreadedComment(\'comment_form${form_id}\');\"
Anyone know if it's possible, and a push in the right direction would be appriciated.