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

  • SEARCH
  • Home
  • 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 7633095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:47:18+00:00 2026-05-31T06:47:18+00:00

What I want to do specifically is get the Vimeo thumbnail image by grabbing

  • 0

What I want to do specifically is get the Vimeo thumbnail image by grabbing the json data returned by a request. I can’t use jquery due to the javascript file being a small remote file that the user calls and jquery would increase its size many many times.

I have looked and everything seems to be talking about jquery or getting it in another language (php for instance).

I have found I need to do this so far:

var script = document.createElement('script');
script.src = theUrlToMakeTheRequest;
document.getElementsByTagName('head')[0].appendChild(script);

I am not sure what I need to make the callback and not sure what I need to do to be able to use the url that gets appended.

  • 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-31T06:47:20+00:00Added an answer on May 31, 2026 at 6:47 am

    From vimeo’s documentation

    http://vimeo.com/api/docs/simple-api

    It looks like you can put a ?callback=myfunction parameter on the end of the url to do a jsonp type of callback. So your code would maybe look something like this.

    function myfunction(data) {
        alert(data);
    }
    
    var script = document.createElement('script');
    script.src = theUrlToMakeTheRequest + '?callback=myfunction';
    document.getElementsByTagName('head')[0].appendChild(script);
    

    Their downloads page looks to have examples for just what you are trying to do.
    http://vimeo.com/api/docs/downloads

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

Sidebar

Related Questions

I want to get into Erlang programming, specifically some yaws stuff. (Currently, I use
i want to use a jquery widget in my pyramid project. Specifically I want
I want to know where I can get access to the NinePatch images specifically
What i want to know is how can I get a list [specifically array]
Can anyone say is there any way to configure request filtering for WCF get
I have a jQuery issue I can't get past: (function ($) { var links
I specifically want to be able to use Ackmate bundle, peepcode (the new 'Go
Edit: I know I can download the SDK easily, but I specifically want to
I want to use an unmanaged COM library (specifically, Skype4COM) in a managed application
I want to specifically invoke the base class method; what's the most concise way

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.