Explore
 Lists  Reviews  Images  Update feed
Categories
MoviesTV ShowsMusicBooksGamesDVDs/Blu-RayPeopleArt & DesignPlacesWeb TV & PodcastsToys & CollectiblesComic Book SeriesBeautyAnimals   View more categories »
Listal logo

Images and Text in Feeds

Deleted user
Deleted 18 years, 9 months ago at Aug 13 22:36 -
Is there a way, when using the Javascript link, to limit the number of entries shown? Seems to default to 5. Also, is it possible just to show the movie images and not the product title? I've toyed with the css, but display:hidden always seems to hide everything with those div's--

Conversely, is there a way to add the image with the RSS feed?
Moderator
Admin
Tom 18 years, 9 months ago at Aug 13 23:58 -
Is there a way, when using the Javascript link, to limit the number of entries shown?

I added a quick change to allow this but you will have to add limit=x to the url string (max is 10)

Also, is it possible just to show the movie images and not the product title?

I added an additional span tag around the links, should be able to hide them now by adding :

div#listallist span.link {display:none;}

Where in the rss should the image be, in the description? What is this needed for?
Deleted user
Deleted 18 years, 9 months ago at Aug 14 16:03 -
I must have been doing something wrong with my limit as well the css- I will go back and work with it- thanks you.

As for the RSS- it was just an aesthetic tweak I was trying to mess around with on my blog. Tha javascript works just as well, though- Overall, I really love Listal. Thanks for the assitance!!