We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
  • Pages:
  • 1
  • 3
[ C ] Rss Feed Request
Topic Started: Jul 23 2015, 02:30 PM (1,094 Views)
antartika
Member Avatar
Member
[ *  * ]
zetaboards - forums

What i would like my code to do is...

Posted Image - Where it says Rss Feed, what I really would like to display is - - -> Posted Image

Only 3 recent skills level'd up from Antartika's Skills as you can see there is a RSS Feed automatically placed, all i would like is to place it right below where i stated.

IF possible in "Profile Fields" maybe?

so all a person has to do is go to their runescape account and click on the RSS Feed page and use it's LINK and it would work?

Is that possible or?
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Is there an HTML embed code provided that can embed the RSS feed onto a webpage?
Offline Profile Goto Top
 
antartika
Member Avatar
Member
[ *  * ]
http://feed.mikle.com/

or

http://www.surfing-waves.com/feed.htm

maybe? would that work?
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
No, I mean does the site you're wanting to embed RSS feeds from have an embed code that allows you to input HTML onto your site to parse the RSS feed.
Offline Profile Goto Top
 
antartika
Member Avatar
Member
[ *  * ]
erm i dont think so, its only zetaboards forum, there is website maker which allows html..but i though it can be added to the CSS or layout of any theme so it would just show up there :o

or maybe added as board template :o
Edited by antartika, Jul 25 2015, 06:44 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
I still don't think you understand what I'm trying to describe to you.

https://www.youtube.com/watch?v=7qrRzNidzIc

Click the 'Share' link, then click the 'Embed' link. Is something like that available on the site you're trying to embed an RSS feed from?
Offline Profile Goto Top
 
antartika
Member Avatar
Member
[ *  * ]
yeah i want something like that, so all people have to do is copy their RSS code from runescape and it will show up like this Posted Image below their post, so where it says:

"Posts:50
Group:Members
Member: #363,477
Joined:January 3, 2009"

Another box below it

RSS feed 3 feeds at a time per person...idk if that is possible though lols
Edited by antartika, Jul 27 2015, 06:03 PM.
Offline Profile Goto Top
 
zbug
Member Avatar
Galaxy Friend
[ *  *  * ]
i'm so interested in this.
Offline Profile Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

Cory
Jul 24 2015, 03:06 PM
Is there an HTML embed code provided that can embed the RSS feed onto a webpage?
There is this.

If you're wondering how to parse it: http://stackoverflow.com/questions/10943544/how-to-parse-a-rss-feed-using-javascript
Offline Profile Goto Top
 
antartika
Member Avatar
Member
[ *  * ]
hm so which code would i use :o and how would i put it below my post count lols sorry im not vereh good with coding :c
Offline Profile Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

It's possible to do this, but it may be too strenuous for the servers since each user's RSS feed will have to be retrieved and turned into HTML on each topic page. Depending on how many posts per topic page and different users that post on that page, you could have as many as 100 AJAX requests.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
DaPizzaMan
Jul 27 2015, 06:43 PM
There is this.
You could always just use an iframe for a simple page like that: http://i.imgur.com/nufKaQT.png

Would that be fine with you, antartika?
Offline Profile Goto Top
 
antartika
Member Avatar
Member
[ *  * ]
yeah thats fine cory but what would the coding be to put it on the forums ;o xd
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Users & Groups Posted Image Profile Fields

Create a new 1 line text profile field with the following specifications:

Title: Your Choice
On Registration: Your Choice
Show field in topics: Yes
Admin Only Edit: No
Maximum input length: Your Choice

Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
//<![CDATA[
$(function() {
var fName = 'PROFILE_FIELD_NAME';

$('dl.user_profile dt:contains(' + fName + ')').next('dd').each(function() {
var URL = $(this).text();
$(this).html('<iframe src="' + URL + '" width="150"></iframe>');
});
});
//]]>
</script>
Edit the capitalized text as necessary.

Usage: A user will have to find and insert this URL for their RSS feed into the profile field.

I would have made it where they have to insert their username only, but I believe the c= ID is not the same for all users.
Offline Profile Goto Top
 
antartika
Member Avatar
Member
[ *  * ]
i've tried and it doesn't work :/ all it comes up is a link...? like this:

Runescape RSS Feed - title
http://services.runescape.com/m=adventurers-log/a=13/c=pB2laZwilfU/rssfeed?searchName=Antartika

Posted Image
Edited by antartika, Aug 3 2015, 08:23 PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Closed Requests · Next Topic »
Locked Topic
  • Pages:
  • 1
  • 3