Welcome, Guest
Please Login or Register.    Lost Password?

Adding images to RSS feeds?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Adding images to RSS feeds?
#521
Adding images to RSS feeds? 6 Months ago  
I'm wondering if these is a way I can display images with the rss feeds.
I am displaying feeds on my Wordpress site.
celebritygamer
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Big Games Free Location: QLD, Australia Birthday: 04/22
The administrator has disabled public write access.
 
#532
Re:Adding images to RSS feeds? 6 Months ago  
celebritygamer wrote:
I'm wondering if these is a way I can display images with the rss feeds.
I am displaying feeds on my Wordpress site.


yes!

not sure how wp works, but here is some code that might steer you in the right directions
the rss feed stores an element(?) called "foldername"
to get images you just need to manipulate that around as such:

the base link for images is usually:
note the following removes the "h t t p : / /" from the message here. so keep in mind that is needed.
games.bigfishgames.com/

I'll use the latest game Eden's Quest
if you look as the rss feed for that game it is stored as:
en_edens_quest

to get the 80x80 image just do
games.bigfishgames.com/en_edens_quest/edens_quest_80x80.jpg

note the use of the second foldername in the above example. the "en_" has been removed. so you will have to manipulate the foldername string.

to get the big icon substitute the "_80x80" with "_feature" and you will have the larger icon.

Hope this helps
klyx
Expert Boarder
Posts: 138
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Klyx Gaming! Birthday: 11/19
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Joachim