I have never used PHP before. I am familiar with HTML and Javascript, but never delved into PHP territory unfortunately. I'm stuck on a host that does not support PHP directly, but says if I host it on another site and embed it in the html it should work. The host I'm working with only allows html to be posted into an iframe. It's terrible, but I've got workarounds. So here am I trying to perform the action of retrieving data from a video using this tutorial and I'm lost.
http://www.packafoma.com/blog/2013/01/06/display-vimeo-play-counts-for-embedded-videos-without-slowing-down-your-site/
Doing what it says doesn't exactly work for me. I need to post this script to load javascript
<script src="https://dl.dropboxusercontent.com/u/177805367/mediaboxAdv.js" type="text/javascript"></script>
But I have no idea what to do for php..What different thing do I have to do to get the tutorial work for my situation?