I’m just learning about what a trackback is, and how the trackback module works so I’m hoping these will be easy questions to answer.
I read the docs on the trackback module, found the code below, and inserted it onto a page where a single weblog is displayed.
{exp:trackback:entries}
{title}
{content}
<div class=“posted”>Tracked on: {weblog_name} ({trackback_ip}) at {trackback_date format="%Y %m %d %H:%i:%s"}</div>
{/exp:trackback:entries}
1. Do I enter the {exp:trackback tag inside a weblog tag or just after the weblog tag?
2. I assume if I use this given tag and someone links to this specific article, then my website will display the trackback info, is this correct?
3. Are the variables, {title} {content} {trackback_url} etc. fixed variable names or do I have to change them to match a specific weblog, and if I change them, where do I find the value for {trackback_url} or {trackback_ip} etc.
4. How can i test if a trackback is working? Do I need to link to one of my weblogs from another website or just from within one of my other pages to test it?