如何从 Scribd 获取用户活动源?

发布于 2024-12-18 02:28:49 字数 185 浏览 0 评论 0 原文

我正在与一位学术型客户合作。他要求提供一个网页,上面显示一些社交网络提要。 Twitter、Facebook……到目前为止我还没有遇到过这些问题,但是找到某种方法将 Scribd 嵌入到页面上是一件令人头疼的事情。我想检索他的文件信息(出版日期、姓名……)。我似乎找不到某种用户活动 RSS 提要,即仅说明此类数据的文档提要。

你知道有吗?

I am working with an academic type client. He asked for a webpage with some social network feeds showing on it. Twitter, Facebook... so far I haven't had problem with these, but it is being a headache to find some way to embed Scribd onto the page. I would like to retrieve information on his documents (date of publication, names...). I can't seem to find some kind of user activity rss feed, a document feed simply stating that kind of data.

Do you know if there is any?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

兲鉂ぱ嘚淚 2024-12-25 02:28:51

检查 Firebug,类似这样:

http://www.scribd.com/feeds/user_rss/65135503

Check with Firebug, something like this:

http://www.scribd.com/feeds/user_rss/65135503
蒲公英的约定 2024-12-25 02:28:51

康德是绝对正确的。当我想在我的网站上实现抄写提要时,我偶然发现了这个问题;我认为由于他的代表和发布此内容的时间长度,OP 现在已经离开了。

如果有人有兴趣的话; feed 的 URL 与 kant 发布的完全一样:

http://www.scribd.com/feeds/user_rss/<your-id-here>

要获取您的 ID:登录 scribd 并查看任何页面的源代码,在许多块的头部中有一个带有用户 ID - 在我的页面上看看它在第 91 行。它看起来像这样...

<script type="text/javascript">
    window['$rat'] = ratInit(
            ["http://rs1.scribd.com/","http://rs2.scribd.com/","http://rs3.scribd.com/","http://rs4.scribd.com/","http://rs5.scribd.com/","http://rs6.scribd.com/","http://rs7.scribd.com/","http://rs8.scribd.com/"],
            {"user_id":156281674,"doc_id":null}, //<--- user_id!
            false
    );
</script>

使用它,您可以简单地将 ID 弹出到 URL 中。例如,我的提要位于 http://www.scribd.com/feeds/user_rss/ 156281674!

kant was absolutely correct. I just stumbled across this question as I'm looking to implement a scribd feed into my website; I assume the OP has gone now due to his rep and the length of time ago this was posted.

If anyone is interested though; the URL to the feed is exactly like kant posted:

http://www.scribd.com/feeds/user_rss/<your-id-here>

To get your ID: Log in to scribd and view the source code of any page, in the head amongst the many blocks there is one with the User ID - on the page I'm looking at it's on line 91. It looks like this...

<script type="text/javascript">
    window['$rat'] = ratInit(
            ["http://rs1.scribd.com/","http://rs2.scribd.com/","http://rs3.scribd.com/","http://rs4.scribd.com/","http://rs5.scribd.com/","http://rs6.scribd.com/","http://rs7.scribd.com/","http://rs8.scribd.com/"],
            {"user_id":156281674,"doc_id":null}, //<--- user_id!
            false
    );
</script>

Using this you can simply pop the ID into the URL. As an example, my feed would be at http://www.scribd.com/feeds/user_rss/156281674!

简单 2024-12-25 02:28:51

我搜索了很多页面,但找不到“user_id”

最后,我在单独的选项卡中查看了我的个人资料图片,我的用户 ID 位于个人资料图片的 URL 中。

http://imgv2-3.scribdassets.com/img/word_user/213701893/130x140/b05871ff47/1367903128

http://www.scribd.com/feeds/user_rss/213701893

I searched many pages and could not find "user_id"

Finally I viewed my profile image in a separate tab and my userid was in the URL for the profile image.

http://imgv2-3.scribdassets.com/img/word_user/213701893/130x140/b05871ff47/1367903128

http://www.scribd.com/feeds/user_rss/213701893

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文