Is it possible to load tumblr posts via AJAX?

丶灬走出姿态 提交于 2019-12-23 12:11:34

问题


I would simply like to know if it is possible to load tumblr posts via AJAX. I know it's possible with notes but I would like to load posts' content inline. (I'm not talking about infinitescroll)

Thanks


回答1:


Yes it is possible. I have written some code to read the title of the posts and create a menu on my site.

You can have access to the whole contents of the posts.

Here is a link to an article explaining how to do this. They are few explanations (in French) and the code of the function, which is quite simple. If you think that the code is not enough to understand, I can try to write the explanation in english.

Edit : I translate the article in english here : How to use Tumblr titles to create a menu on your website ?



来源:https://stackoverflow.com/questions/9205377/is-it-possible-to-load-tumblr-posts-via-ajax

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!