feed

What is the difference between <pubDate> and <lastBuildDate> in RSS?

拜拜、爱过 提交于 2019-12-04 22:14:15
I have the feeling, in every RSS.xml file, both the pubDate and the lastBuildDate match. I am sure that this one, is not always true... So firstly, what is the difference between those two above? Secondly, the RSS readers, sort the content by Date, based on the pubDate or the lastBuildDate? Gabriel Hurley pubDate: The original publication date for the channel or item. (optional) lastBuildDate: The most recent time the content of the channel was modified. (optional) Here are some docs for the optional items in the RSS 2.0 spec . Answers here are all over the place. Some people are getting

Is Prefilled message deprecated on feed dialog for sharing from July12? [closed]

孤街醉人 提交于 2019-12-04 18:23:14
I have just implemented the feed dialog in my app for sharing activities on facebook. My requirement is to have some prefilled message on the feed dialog while sharing. But is prefilled messages on feed dialog really now been deprecated by Facebook from July 12. Please confirm the news and suggest a solution how to go for "prefilled message". Please confirm the news and suggest a solution how to go for "prefilled message". “News”? Lol. You can only do that, if you do not use the feed dialog, but post using the API. But Platform Policies say you must not post any text that has not been entered

Rome XmlReader not reading https feed

回眸只為那壹抹淺笑 提交于 2019-12-04 16:48:52
I am trying to read https://d3ca01230439ce08d4aab0c61810af23:bla@mycon.mycompany.com/recordings.atom using Rome but its giving me error INFO: Illegal access: this web application instance has been stopped already. Could not load org.bouncycastle.jcajce.provider.symmetric.AES$ECB. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. and Server returned HTTP response code: 401 for URL: https://d3ca01230439ce08d4aab0c61810af23:bla@mycon.mycompany.com

Yahoo Pipes clone script?

醉酒当歌 提交于 2019-12-04 16:29:00
Yahoo Pipes lack of processing power and cannot works well with website from far east. I need to process complex regex from far multiple locations, hundreds of posts every minutes, which Yahoo Pipes fail to generate the result. Is there any codes or script act like Yahoo Pipes which I can use it in my own server? Pipe2py is a compiler script that will generate a Python equivalent of a Yahoo Pipe given the URL of the pipe: https://github.com/ggaughan/pipe2py/ (Note that not all Pipes blocks have yet been implemented.) A "hosted" version of Pipe2Py is also available on Google App Engine: http:/

How To Tell Web Browsers About Atom Feeds

夙愿已清 提交于 2019-12-04 16:10:55
问题 My website has an Atom feed and I want to make it easier to subscribe to it. I see that many sites such as StackOverflow have the Atom icon in the location bar in Firefox 3. I haven't, however, been able to work out how. I assume some HTML is needed - but what tags specify the the browser that a page has a feed? 回答1: While the code provided in (all!) the other answers is absolutely correct, I would recommend against giving your feed a title of "RSS" if the format used is actually Atom. RSS,

Twitter feed using jQuery

风流意气都作罢 提交于 2019-12-04 16:03:07
I'm trying to make a twitter feed that shows 5 tweets by using jQuery to parse a JSON file, provided by twitter. I've made jsFiddle over here . $(document).ready(function () { var k = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=Twitter&include_rts=1&count=5"; $.getJSON(k, function (data) { $.each(data, function (i, item) { $("#tweetFeed").append("<div class='tweetCloud'><div id='tweetArrow'></div><div id='tweetText'>" + item.text.linkify() + "</div></div>"); }); }); }); The tweets must outputted by the jQuery code in the following way: <div class="tweetCloud"> <div id=

Embed Instagram feed to website sidebar [closed]

杀马特。学长 韩版系。学妹 提交于 2019-12-04 14:38:49
Closed . This question needs to be more focused. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 7 months ago . i am trying to integrate Instagram feed of client to website sidebar . I googled and did some research .I didn't find direct way to integrate feeds . I went through third party app like Snapwidget . Its pretty good but problem with that is that when i click on the feed displayed on sidebar widget provided by it , it redirect to its own site's page which contain my

posting a swf in facebook feed through facebook api

二次信任 提交于 2019-12-04 14:04:31
I am using the below array and $feeddata = array( 'type'=>'flash', 'method'=>'stream.publish', 'display'=>'iframe', 'link'=> 'https://developers.facebook.com/docs/reference/dialogs/', 'source'=>'http://www.hackerdude.com/channels-test/swfscout_VideoSample.swf', 'picture'=> 'http://fbrell.com/f8.jpg', 'name'=> 'Facebook Dialogs', 'caption'=> 'Reference Documentation', 'description'=> 'Using Dialogs to interact with users.'); and passing it to facebook->api($userid.'/feed', 'POST', $feeddata ); But in the feed i can see only the image and when i click in the image it takes me to the link, how

Why does my RSS feed duplicate some entries?

◇◆丶佛笑我妖孽 提交于 2019-12-04 11:53:40
when reading my RSS feed with Thunderbird feed reader, some entries are duplicated. Google reader does not have the same problem. Here is the faulty feed http://plcoder.net/rss.php?rss=Blog There is a problem, but where? Regards, Cédric update : I add guid but the problem remain. Anothers feeds does not duplicate like mine, so I will re-work on this module and replace this old good code. conclusion : I re-work completely the rss generator code, and it's ok. I think I was using a very old version of RDF. Try adding a <guid> tag to each item, giving it a permalink. i.e.: <item rdf:about="http:/

Google feed api deprecated, How can i find rss feed of web site? [closed]

主宰稳场 提交于 2019-12-04 09:08:55
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I used Google Feed API for finding rss feeds of special keywords or websites, now this api deprecated, so i need alternative way for finding rss of website, I google it but i cannot find any good way.. Find rss from parsing html of website is not good for me because i want to find all rss from any subdomains of it. For example in the past when with using Google Feed API i give ieee.org and get all rss