Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8623621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:19:35+00:00 2026-06-12T07:19:35+00:00

Possible Duplicate: How to display a link to my latest Tumblr post using Javascript?

  • 0

Possible Duplicate:
How to display a link to my latest Tumblr post using Javascript?

Is there a way for me to link to my latest post on tumblr, bearing in mind the URL will change everytime I create a new post? I’ve checked the API and I’m having a hard time trying to code a link. Any help would be appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:19:36+00:00Added an answer on June 12, 2026 at 7:19 am

    just read your tumblr rss feed (ie. with php) and use the link of the first item.
    ie. the url for the tumblr rss feed of “nationalpost” looks like this:

    http://nationalpost.tumblr.com/rss
    

    also the xml api offerts the url for you latest post

    http://nationalpost.tumblr.com/api/read
    

    and also available as json, so you can do it with javascript

    http://nationalpost.tumblr.com/api/read/json
    

    with jQuery it could look like this:

    $(document).ready(function() {
        $.getJSON('http://nationalpost.tumblr.com/api/read/json?callback=?', function(result) {
            $('#link').html('<a href="'+ result.posts[0].url +'">Latest Post</a>');
        });
    });
    

    and here’s the working example on jsfiddle

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Is there a tool that can display a SVN repository visually (
Possible Duplicate: Objective C for Windows iPhone development on Windows Is there any way
Possible Duplicate: What's the best way to display an image from a sql server
Possible Duplicate: In what order does python display dictionary keys? There was this very
Possible Duplicate: how to pass variables from php page to javascript and display the
Possible Duplicate: R: Display a time clock in the R command line Is there
Possible Duplicate: How to display row numbers in a ListView? Currently I am using
Possible Duplicate: Create facebook tab for only my company page Is there any way
Possible Duplicate: how to display a date as 2/25/2007 format in javascript, if i
Possible Duplicate: Java: How to display an XML file in a JTree Is there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.