%ENCLOSUREURL%
Where would one put this tag?
I get along with modifying HTML tags easy enough but where would I place this type of tag?
Forums
Feed Informer Support
Enclosure tags
6 posts-
Posted 17 years ago #
-
It depends on what you're expecting to be in it. Generally %ENCLOSUREURL% would render into the URL/filename of something.. possibly MP3s (for a podcast) or an image (image media feeds).. so you could use it in multiple situations:
Or..
<img src="%ENCLOSUREURL%" />
etc.
Posted 17 years ago # -
Hmm.. it rendered my first attempt to HTML, but it was like this:
Posted 17 years ago # -
ARGH!
< * a * href="%ENCLOSUREURL%" * > Click here to download MP3
You'll get the idea if you know HTML :)
Posted 17 years ago # -
All of this is of course in the context of your feeds showing up on my web site....so.... in the code below where would you put it?
<p class="item"><big><span class="grey">»</span> %TITLE%</big><br/><span class="date">%DAY2%/%MONTH2%/%YEAR2% %HOUR2%:%MINUTE2% from %SOURCENAME%</span>
<ifdescription><span class="description">%DESCRIPTIONPLAIN,240%</span>
</ifdescription></p>Posted 17 years ago # -
Again, it depends what you're expecting to be in there.. it'll be a URL of some kind for either an image or a music or downloadable file. If you are familiar with HTML, you'll know where to put the examples, but if you don't, just tack them on the end, and experiment.
(It's a bit like asking "How do I cook?" without asking what you want the end result to be :) I need more details on what is actually desired, or you need to experiment with my suggestions.)
Posted 17 years ago #
Reply
You must log in to post.