The instructions and code here are for displaying your latest Vimeo video on your web page. This Javascript does most of the work on the browser side, so it should be compatible with most platforms. You will upload the vimeo_latest_json.js file to your website's storage area, then call it from your web pages. Upload the file to the server once and then you can use just two lines of code on any number of web pages to use it.
Before uploading the file you need to make a few tweaks to customize the program for your website.
The instructions below are tweaked for FinalWeb websites. Adjust for your site hosting platform as needed. You need to have the vimeo_latest_json.js file on your website for the user's browser to download in the background.
Uploading the .js file to FinalWeb:
Calling the object from your website:
<script type="text/javascript" src="http://www.justifiedbyfaith.net/home/180014650/180014650//vimeo_latest_json.js"></script>
<div id="vimeoEmbed">Loading latest video...</div>
Advanced options:
You can use this code on any number of web pages. As currently written the thumbnail though ends up being the same size and source everywhere. If you want more than one source or different sizes, you can set those variables in your .js file and upload different versions. Change the src= in your script call to the various saved .js files.