<ATOM_AUTODETECT_LINK>
Tag Function:
- Sets ATOM autodiscovery feed link.
Main Usage:
- Used within image_template.html to dynamically add ATOM autodiscovery to the <head> your template.
Examples:
In your image template, you can use the tag like this:
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 - ATOM Feed" href="http://example.com/index.php?x=atom" />
FeedRelatedTags
<< <FEED_AUTO_DISCOVERY> | TemplateTags | <ATOM_AUTODETECT> >>