<COMMENT_ATOM_AUTODETECT_LINK>
Tag Function:
- Sets the Comment ATOM autodiscovery feed link.
Main Usage:
- Used within image_template.html to dynamically add the Comment ATOM autodiscovery to the <head> your template.
Examples:
In your image template, you can use the tag like this:
<COMMENT_ATOM_AUTODETECT_LINK>
Sample Output:
Using the code above will generate the following when the template is run:
<!-- Link for FEED autodiscovery -->
<link rel="service.feed" type="application/x.atom+xml" title="Pixelpost - Comment ATOM Feed" href="http://example.com/index.php?x=comment_atom" />
FeedRelatedTags
<< <ATOM_AUTODETECT> | TemplateTags | <RSS_AUTODETECT_LINK> >>