Is there a way to dynamically change the RSS feed URL depending on the user type, location etc?
I mean after they log in I want to get their location and show the content approximately.
Is it possible to do that with dolphin?
Is there a way to dynamically change the RSS feed URL depending on the user type, location etc? I mean after they log in I want to get their location and show the content approximately. Is it possible to do that with dolphin? |
adding to that, can we control what we can display with the RSS feeds? 1) Can we just show the link wihtout the description 2) How can we show the images in the some of the rss feeds? |
Yes you can change. Yes you can show just the link,edit the RSS Feed to show just LINK, add an img src to the RSS Feed and it will show the image. |
I got the same questions too. how do i edit the feed to show just the link? and how do i add img src to rss feed? Sorry but i havent done this before. could u please outline the steps to do them. Thanks, |
I got the same questions too. how do i edit the feed to show just the link? and how do i add img src to rss feed? Sorry but i havent done this before. could u please outline the steps to do them.
Thanks, First you need to find the image you want and place it on your server, say in a folder called rssfeeds/images/yourpic.png
Now, adding an image source is pretty much basic html, just add it via an <img src="http://yoursite.com/rssfeeds/images/yourpic.png"> and include it in the html box with the other rss feed information.
Now as far as editing your RSS Feed to give just the title and image without a snippet, don't enter a snippet when you create the feed. If your pulling a feed from somewhere else, just limit the number of characters in the box to 1 or 0 and that will take care of it. |