[Q] Google Reader Sub Forum RSS? - About xda-developers.com

I would like to subscribe to sub forums Example: Evo 4g and Nook Color Android Development. I use the Xda App and its amazing, but I would like all the new post to appear in my news when I read them all, I subscribe by email but not fast enough or sometimes it doesnt appear. Any idea how I can do so with out subscribing to whole xda rss feed. Thanks

I'm also searching for this option. Any ideas?

SnowleX said:
I'm also searching for this option. Any ideas?
Click to expand...
Click to collapse
I'm looking for a solution to this too. So far I've been recommended FeedBurner, but that just works at the thread listing level. I'm looking to generate a RSS of the posts from within a thread... Anyone got any suggestions?
The two feeds that I've found that XDA generates are:
http://forum.xda-developers.com/external.php?type=RSS2
http://forum.xda-developers.com/external.php?type=RSS2&forumids=765
(change 765 to the forum level that you want)...
But this still doesn't list from within threads....

super easy go to the sub-forum and click the RSS button on your browser to get RSS link. copy to Google Reader.
if you have chrome you can subscribe to Google reader with 2 clicks. Rss button> Subscribe.
Evo 4g dev
http://www.google.com/reader/view/feed/http%3A//forum.xda-developers.com/external.php%3Ftype%3DRSS2%26forumids%3D653
Nook Colour Dev.
http://www.google.com/reader/view/f...opers.com/external.php?type=RSS2&forumids=864
wow hard.
note: rss feeds show newly started THEADS, not new posts, nor does it "bump" up an older thread with new posts,
nor can you subscribe to a "Device" subforum as a whole ( general Q&A Dev and Apps together), only sub-forums OF the device ( general, q&A ect SEPARATELY for each device)

Thanks trusselo, I found the regular RSS feeds as I said in my post. It's whether or not there is one for within the forum thread itself; and it appears there is not. I've tried various sites to dynamically generate a RSS from a web page, but they are terrible and syndicate a whole bunch of useless data.
Has anyone managed to use a third party site to generate a clean and usable RSS feed of posts within a sub forum?
Sent from my HTC Desire HD using xda premium

mnp said:
Thanks trusselo, I found the regular RSS feeds as I said in my post. It's whether or not there is one for within the forum thread itself; and it appears there is not. I've tried various sites to dynamically generate a RSS from a web page, but they are terrible and syndicate a whole bunch of useless data.
Has anyone managed to use a third party site to generate a clean and usable RSS feed of posts within a sub forum?
Sent from my HTC Desire HD using xda premium
Click to expand...
Click to collapse
I am not aware of a feed of posts, due to the huge number of posts you will see... New threads is all that rss covers afaik

pulser_g2 said:
I am not aware of a feed of posts, due to the huge number of posts you will see... New threads is all that rss covers afaik
Click to expand...
Click to collapse
Ye I was thinking that, but at the same time an RSS of thread data would be no more than what each page generates in standard forum HTML, especially if the feed was paginated with around 10-20 posts per page, like the thread pages are now.
I'll put it in as a feature request and see what happens in the future.

Related

XDA-developers now offers RSS feeds

RSS (Real Simple Syndication) is a way for other sites to carry our content. If you don't know what it means, it probably won't do much for you.
http://xda-developers.com/news.rss (latest 10 news items)
http://xda-developers.com/forum-30.rss (last 30 active forum topics)
Forum Specific RSS Feeds?
While I see two RSS Feed linls listed here, is there a way to access only specific forums (i.e. Blue Angel Upgrading or Blue Angel Accessories) with an RSS Feed Link?
Thanks in advance for your answer!
Why don't you add:
Code:
<link rel="alternate" type="application/rss+xml" title="XDA-Developers News" href="http://xda-developers.com/news.rss" />
<link rel="alternate" type="application/rss+xml" title="XDA-Developers Last 30 Topics" href="http://xda-developers.com/forum-30.rss" />
to the HTML Head field?
I appreciate your response, however if I'm reading your code correctly this would give me the last 30 posts, regardless of forum. I'm only interested in posts in the BA forums (either BA: http://forum.xda-developers.com/viewforum.php?f=23
or
BS Upgrading:
http://forum.xda-developers.com/viewforum.php?f=24).
Any ideas on this? I'm currently beta testing NewsBreak and would like to include feeds specific to my device.
TIA!
NYCspeedSurfer said:
I appreciate your response, however if I'm reading your code correctly this would give me the last 30 posts, regardless of forum. I'm only interested in posts in the BA forums (either BA: http://forum.xda-developers.com/viewforum.php?f=23
or
BS Upgrading:
http://forum.xda-developers.com/viewforum.php?f=24).
Any ideas on this? I'm currently beta testing NewsBreak and would like to include feeds specific to my device.
TIA!
Click to expand...
Click to collapse
I think the same. You must order the phpbb_topics table by the last message post (time/id) and pick the first 30 post_id 's... Smt like this will do afaik:
Code:
$sql = "SELECT *
FROM " . TOPICS_TABLE . "
ORDER BY `topic_last_post_id` DESC
LIMIT 0, 30";
Peter Poelman said:
RSS (Real Simple Syndication) is a way for other sites to carry our content. If you don't know what it means, it probably won't do much for you.
http://xda-developers.com/news.rss (latest 10 news items)
http://xda-developers.com/forum-30.rss (last 30 active forum topics)
Click to expand...
Click to collapse
Great! Just I am looking for.
Hi,
I agree: it should be very very usefull to have a different rss for each forum, in order to sync only that forums of your interest...
Any idea?
So, is there an rss feed for each forum yet? I don't need the feed for the whole xda phone world!
Yup, it's the same for me. I'm only interested in maybe three forums.
Any chance of getting individual feeds?
I am using SPB Insight as my news feed reader and have sucessfully subscribed to just the ones i need using varations on the following:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=312
All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.
Is it be possible to be notified of all new posts, not just new threads ?
It would be nice if we could subscribe to specific threads as well It would be handy for the bigger topics (Kitchen threads etc).
rss of new posts, not only thread.
Not seen any answer to the same point posted couple of posts above.
Is it possibile to subscribe and get updats also for new posts, not only new threads?
Thx
Vic
Yes is it posssible to subscribe to a particular thread?
Yes, please... me too... if I could subscribe to specific threads, it'd be absolutely great!
Alternatively, I guess I can just reroute all email notifications from subscribed threads into my rss reader.. although the result won't look nearly as clean as if an RSS feed could just be directly tied to a subscribed thread..
Thanks!
deedee said:
I am using SPB Insight as my news feed reader and have sucessfully subscribed to just the ones i need using varations on the following:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=312
All i did was change the number on the end to reflect the sub forum i wanted. 312 being the Trinity Upgrade Thread.
Click to expand...
Click to collapse
Thanx!!! it works!!!
tips for finding RSS of your choice
CyZeeK said:
Thanx!!! it works!!!
Click to expand...
Click to collapse
some numbers for hermes Rss feeds : 305 -355 -306
some observation: the numbers are in order of creation of subtopics so there is a logic in it but no logic in it example: hermes WM6 thread opened much later than other hermes threads so its number is 355 the others are 305-306 are in order...
How do I see the newest post in each feed?
I seem to be able to get the first post in each feed, which is no good for me, considering some threads are 350+ posts long and I just want to read the last few posts in that thread.
Currently, I just keeping getting the first post over and over.
Hi folks,
I've added various forums (sub-forums?) to RSS Hub and it's working great apart from only showing me the 15 most recent new treads-can i increase this number?
I'm currently using URLs like this :
http://forum.xda-developers.com/external.php?type=RSS2&forumids=419
Thanks in advance!
'tunes
RSS Subforum feeds don't work in Yahoo reader
For whatever reason, I'm not getting the subform listing to work with the RSS feed of Yahoo. Other RSS feeds work, including the RSS feed from the top-level (i.e., all new posts across all of XDA Developers).
I'm using the form of:
Code:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=419
Any ideas? Did this suddenly stop working?

[Q] Viewing new posts in which you have participated

Hello, this is the only vBulletin forum that I browse(I'm more of a SMF guy, I use it and develop for it) and I can't find the place where I can see new topics in which I have participated(Tapatalk does this for this forum). Is there a link where I can see the new topics?
Dragooon123 said:
Hello, this is the only vBulletin forum that I browse(I'm more of a SMF guy, I use it and develop for it) and I can't find the place where I can see new topics in which I have participated(Tapatalk does this for this forum). Is there a link where I can see the new topics?
Click to expand...
Click to collapse
A couple of things you can do:
1
Subscribe to threads you are interested in and receive email notification of new posts being added.
2
Bookmark your profile page http://forum.xda-developers.com/member.php?u=1153710 and in there go to the statistics tab>Find all posts by. Then by clicking on your posts you can see if there have been any replies.
Not sure if these links might work also:
Find all posts by Dragooon123
Find all threads started by Dragooon123
Mike
im using subscription witout email, means i can go to my user cp and i see all threads i subscripted that have new posts
so i dont get too many emails but see all new replys..
The question is,
why does the XDA app offer this feature,
but the full version of the board does not?
I could theoretically run an emulator, run the XDA android app, and use this forum MORE efficiently than actually turning on a laptop. I use the 'participated' area every single day.
That seems backward. There has to be a way to pull this data to a web browser, if it can be pulled to an Android phone.
pkopalek said:
The question is,
why does the XDA app offer this feature,
but the full version of the board does not?
I could theoretically run an emulator, run the XDA android app, and use this forum MORE efficiently than actually turning on a laptop. I use the 'participated' area every single day.
That seems backward. There has to be a way to pull this data to a web browser, if it can be pulled to an Android phone.
Click to expand...
Click to collapse
You should set your usercp so that it will automatically subscribe to threads you reply to (without notification)
Then go to http://forum.xda-developers.com/subscription.php?do=viewsubscription&folderid=all to view them.
MikeChannon said:
A couple of things you can do:
1
Subscribe to threads you are interested in and receive email notification of new posts being added.
2
Bookmark your profile page http://forum.xda-developers.com/member.php?u=1153710 and in there go to the statistics tab>Find all posts by. Then by clicking on your posts you can see if there have been any replies.
Not sure if these links might work also:
Find all posts by Dragooon123
Find all threads started by Dragooon123
Mike
Click to expand...
Click to collapse
Sorry to dredge up an old topic, but I haven't found an answer to the same question, and this is the only time I have seen it have replies. Finding threads posted by a user will not do the same thing, the participated thread button in the tapatalk or xda app does. One should not have to subscribe to every thread either, that would be pointless considering that is for threads you REALLY want to follow.
The information is accessible to the app, which means ultimately it would be easy to implement on the website, and it is counter productive you can only find it in app. The best answer I have is find the posts in the app, but if I have to post something longer, or with links, I have to find the thread on the website.
As popular as this site is, this feature would improve quite a bit.. people(maybe more noobs) would actually follow threads they've posted questions on, so the replies aren't a waste of time. How many threads have multiple people asked for more details and the OP never replies.. Subscribing to threads would only work on any new posts, and some of my oldest ones I would still want to know activity for. This all seems obvious.

Forum RSS feeds

Sorry for the stupid question, i'm sure the forums had RSS links for each individual section of the forum but I can't seem to find it any more.
Could someone point me in the right direction or have they been removed?
anyone?
For some reason we don't have an icon for it.
Here's the URL for this forums' RSS feed:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=263
Just replace the forumids=xxx with the forumId of the one you want to subscribe to.
Thanks
Dave
thanks, just what I was after
I've searched through the XDA archives but can't find any way to subscribe to an individual thread (not just forum ID) via RSS. Is this something that currently works?
Thanks.
"feeds.feedburner.com/xda-developers/ShsH"
lio855 said:
"feeds.feedburner.com/xda-developers/ShsH"
Click to expand...
Click to collapse
Hi lio, thanks for that. I'm still trying to generate an RSS feed for within a thread though. So for instance I'm trying to get a feed for the following thread data:
http://forum.xda-developers.com/external.php?type=RSS2&forumids=765
... and feedburner gives me the following two feeds:
Code:
xda-developers - Desire HD Android Development - RSS Feed: [url]http://forum.xda-developers.com/external.php?type=RSS2&forumids=765[/url]
xda-developers RSS Feed: [url]http://forum.xda-developers.com/external.php?type=RSS2[/url]
... both of which are not generating from within the thread, they're just listing the different forums themselves. If you see what I mean?
These links no longer work
Is there some other link that we can use?
+1
I know this is an old thread, but I'd settle for an RSS of my "Subscribed Threads & Forums" page. That alone would be enough for me...
General_Mayhem said:
I know this is an old thread, but I'd settle for an RSS of my "Subscribed Threads & Forums" page. That alone would be enough for me...
Click to expand...
Click to collapse
I agree rather read on pc .
Hello i was wondering if someone will reenable the main rss because i was trying to use rss and it will not worl at all
THANKS
Sent On A Android Froyo Phone
[email protected]
Seems no viable solution exists...
I too would like this. I see XDA has their own feed reader app for the forum. Maybe they disabled RSS feeds so that we'd be forced to use their app so they can make $$? Kind of gay, RSS feeds allow me to check multiple forums from one list on one app.
Closest thing I found searching the forums is this: https://feeds.feedburner.com/xda-developers/ and maybe it can be modified to show the forum that you want?

[Q] Question re forum vs. subforum, subscribed vs. participated

I am not sure if the android app (I am using the premium app) is taking a different path than the XDA website... but there are things that are different between them and it is making it very difficult and confusing to seamlessly move from the app to the website, or back.
On the app, there is a sidebar with, among other items, a line that says "Subscriptions" followed by number in parentheses. Above that line there is a line/option for "Participated" .
If you select "Subscriptions", and you will get a list of Forums and Subforums you have subscribed to. It is easy to "Subscribe" to a forum (or subforum), as the dropdown menu has an option to Subscribe.
Before continuing, this is how I see the logical breakdown of forums, subforums and threads:
Forum (example HTC ONE (or VERIZON HTC ONE if it exists)) ==>
Subforum(example: HTC ONE Q&A, Help & Troubleshooting) ==>​Thread(example: Help! I bricked my phone!!!).​
In the app, when you select "Participated" you are presented with every thread in which you have added a comment.
However, on the website, when I navigate to the forum (not a subforum) and I want to "Subscribe" to it, I cannot find any way to do so on that page (the main forum page). I notice however, that if you go to one a subforums (see example above), you have the option there to subscribe to that subforum. However, like the app, I would like to have quick access to all subforums for a particular device.
I have "subscribed" to them from the mobile app, but they are not showing up once I am at my laptop... the only subscriptions that appear anywhere (without having to go to a dedicated page with subscibed threads, etc.) is in the right sidebar under the three tabs entitled "MESSAGES THREADS FORUMS." Here (for me) it shows I am subscribed to one subforum that I accidentally subscribed to 3 years ago (from the app I believe). The app too, correctly shows I am subscribed to this subforum. But there is no where on the website that shows the Forums I am subscribed—which the app does (as described above).
With the number of forums for devices growing to several hundred why is there not just a way to create a bookmark to go directly to the forum that you have already added as a subscribed forum/a favorite??? I swear I think every time I have come to this webpage I have to navigate down past 90 devices to find the forum I want (google XDA XYZ Device works, but there should be a way on the forum landing page). A way to find "bookmarked' forums. I use the work bookmark" because using the word "subscribe" with "forum" is actually confusing. You already have an option to subscribe to a thread on the website (and the app). And further, a subscription to a thread will send you email updates when there have been new comments to that thread. However, you do not need email notifications to a forum, nor even a subforum... you just need a quick way to navigate to them.
Further confusing the "thread subscription" component of "subscribing" is that now the app has "Participated" (as mentioned above) which I find helpful as no action is required; it automatically allows you to quickly find a thread where you have contributed or asked a question. But this is not available (or easily locatable) on the website....
Can we get the ability to create a favorite or a bookmark to a Forum or Subforum?
I understand that subscribing to threads still makes sense as people may want to be notified or have quick access to a thread which is being updated, but in which they have not made a comment. I think we just need to add a new category to "favorite" or "bookmark" a forum or subforum, and then have threads subscribed to, and threads in which we have participated.
I think in the past few years (and you guys would know!) more people use the app than before... So I think by modifying things as set forth above, it will allow increased usability of XDA overall. XDA has always had to manage and structure/organize a huge amount of information... and I have always found it quite difficult.. Only recently with the options have I noticed more productivity (although I cannot say for certain how "recent" these changes are....
Either way, I hope you can make the app and the site consistent... and preferably let the app's above-mentioned features lead the way.
Thank you...
syntropic said:
[…]
Click to expand...
Click to collapse
Wow, that's a lot of questions!
I definitely won't be able to answer them all at once, so I will just answer the ones I can.
1. In answer to the question "Where are the Participated threads on the website?", just do [your_username's_profile] > Statistics > See all posts by [your_username]. It does essentially the same thing as Participated does in the app.
EDIT- More answers to come... when and if I have time!

Whats Up with The Portal?

Everyday, I used to make it a point to log on to xda and read the portal post, which explains new ideas, announcements, new apps, new features, reviews etc. The post explaned everything and that was an excellent source of knowledge, probably around two articles a day. But since the past 2 days, I am seeing like hourly articles, which takes me to a different website. No article, Only link. No explanation, why I should use the app, etc. I feel angry now, as xda was my only tech read.
Would you please link me to a news posting that fits your description? I have not seen any like you have described in all my time here on XDA.
ИΘΘK¡€ said:
Would you please link me to a news posting that fits your description? I have not seen any like you have described in all my time here on XDA.
Click to expand...
Click to collapse
Evolution of Android APIs
Read this for an explanation: http://www.xda-developers.com/welcome-to-the-new-xda-homepage/
If you want to list just one category:
XDA News: http://www.xda-developers.com/articles/
Articles on dev work: http://www.xda-developers.com/forum-links/
the_scotsman said:
Read this for an explanation: http://www.xda-developers.com/welcome-to-the-new-xda-homepage/
If you want to list just one category:
XDA News: http://www.xda-developers.com/articles/
Articles on dev work: http://www.xda-developers.com/forum-links/
Click to expand...
Click to collapse
Got it. Thanks!
What about RSS?
I have the same problem, too many news. I don't need apk/theme "news" for example, I just like XDA News http://www.xda-developers.com/articles/
How can I do that? Thanks
6+ theme posts a day is ludicrous. Posts should probably be categorized and filterable. How do I weed the crap out of my RSS feed? It looks like I can subscribe to a combined feed with everything in it, a Comments feed, and an External Links feed, none of which are particularly useful since this update.
I miss being able to open the portal post to see comments and read the whole post. Is there any way to that anymore? It just directs you to whatever is linked. All the posts are cut off as well. You can clearly see the author has written something, but you can't read it, and when you click it you just get another website. Look at the attached pics.
Diaphragma said:
I miss being able to open the portal post to see comments and read the whole post. Is there any way to that anymore? It just directs you to whatever is linked. All the posts are cut off as well. You can clearly see the author has written something, but you can't read it, and when you click it you just get another website. Look at the attached pics.
Click to expand...
Click to collapse
Mobile view seems to truncate the text. On a desktop browser, you can see the rest of the sentence.
This listing confirms many of the leaks we have seen so far including: Snapdragon 810, 3Gb of RAM and a 5" 1080p screen.
Click to expand...
Click to collapse
The website you are being taken to is the article. This isn't an XDA article, it's just one we've linked to.
Thanks for the clearification. Is this also seen as mobile view? It's taken from a tablet with request desktop site on.
Diaphragma said:
Thanks for the clearification. Is this also seen as mobile view? It's taken from a tablet with request desktop site on.
Click to expand...
Click to collapse
The website dynamically changes depending on device and screen size i think. So it's going to be slightly different again for tablets I think.

Categories

Resources