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 4382106
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T12:44:10+00:00 2026-05-21T12:44:10+00:00

I am using: <script type=text/javascript src=http://underlineent.tumblr.com/api/read/json> </script> To get my Tumblr blog onto this

  • 0

I am using:

<script type="text/javascript" src="http://underlineent.tumblr.com/api/read/json">
</script> 

To get my Tumblr blog onto this site and it is not working. Can someone help?

The link is tumblr’s api of fetching a tumblr blog through javascript. On their api site it says that is all i need to fetch the blog. I am wondering if i made a stupid mistake or if godaddy blocks javascript or something of the sort.

  • 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-05-21T12:44:10+00:00Added an answer on May 21, 2026 at 12:44 pm

    <script type="text/javascript" src="underlineent.tumblr.com/api/read/json"></script>

    You want an external script reference instead. This one looks locally.

    <script type="text/javascript" src="http://underlineent.tumblr.com/api/read/json"></script>

    Prepending with “http://” gets the real URL rather then the local one.

    Your asking tumblr to load your data into a local variable. There is absolutely no javascript on the page to manipulate said local variable. You need to include (probably something from tumblr) javascript to manipulate tumblr_api_read

    As you can see at their API docs you need to manipulate the data manually.

    <script type="text/javascript">
        var posts = tumblr_api_read.posts;
        for (var i = 0, len = posts.length; i < len; i++) {
             var div = document.createNode("div");
             div.innerHTML = posts[i]["video-player"];
             document.body.appendChild(div);
        }
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was using the below code provided by Google for Google Analytics. <script type=text/javascript>
Besides using script or an iframe, is there any way to get independently operating
I am using the following technique to load up Javascript dynamically: var script =
I'm using this script to display all the images in a folder, but I
I recorded a script using the Selenium IDE extension for Firefox, and I would
I am writing a deployment script using MSBuild. I want to clean my web
I am writing a batch file script using Windows command and want to change
First is there any technique for using Action Script for recording sound from microphone?
I'm trying to host a python script using an apache web server, but the
I am using C# and a console app and I am using this script

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.