<VINFO_URL>
Tag Function:
- Displays the URL of the visitor who commented the image. The URL is stored within a cookie and is avaliable only if this cookie is set.
Main Usage:
- Used within image_template.html or comment_template.html to dynamically recall and load the commenter's URL.
Examples:
In your image or comment template, you can use the tag like this:
<input type="text" name="name" class="input" value="<VINFO_URL>" />
Sample Output:
Using the code above will generate the following when the template is run:
<input type="text" name="name" class="input" value="http://www.example.com/" />
CommentRelatedTags
<< <VINFO_NAME> | TemplateTags | <VINFO_EMAIL> >>