Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as XML by Anwar ( 15 years ago )
<xsl:variable name="votevideoname" select="video-display/entry/title"/>
<form method="post" action="" enctype="multipart/form-data">
<input name="MAX_FILE_SIZE" type="hidden" value="5242880" />
<input name="fields[title]" type="hidden" value="{$votevideoname}" />
<input name="fields[vote-title]" type="hidden" value="{$entry}" />
<label>Vote
<input name="fields[vote]" type="hidden" value='1' />
</label>
<input name="action[vote]" type="image" src="{$workspace}/images/VOTE_ICON.png" />
</form>
Revise this Paste