msieger
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Embed] Hulu embed code works, but not for start and end timeDartiss,
Thanks for asking, but I gave up on this and deleted it,so I no longer have the link to where I tried to embed it.Forum: Fixing WordPress
In reply to: Hulu embed code works, but not for start and end timeI am a bit ignorant, I guess. How and where do I create the new file huluvideo.html ?
Forum: Fixing WordPress
In reply to: Hulu embed code works, but not for start and end timeYes, certainly in the post! But where? And what code? Those are the big questions. Hulu does allow you to edit the timeframes. I got my original code directly from their video editor. It looks like this:
<iframe width=”512″ height=”288″ src=”http://www.hulu.com/embed.html?eid=xhagluvxgaj8ljfqpld0_q&et=1635&st=1628″ frameborder=”0″ scrolling=”no” webkitAllowFullScreen mozallowfullscreen allowfullscreen></iframe>
You can see the ending time of 1635 seconds and the starting time of 1629 seconds. But it just plays the whole video trailer rather than the seven seconds of video I want.
And, like I said, Hulu refused to help me with this when I contacted them.
Forum: Fixing WordPress
In reply to: Hulu embed code works, but not for start and end timeThank you again. So, with this embed code, where do you think I should put the time modifications and what code should I use for them?
The Era of The Ladder (The Path)
<script src=”//cdn.embedly.com/widgets/platform.js” async=”” charset=”UTF-8″></script>Forum: Fixing WordPress
In reply to: Hulu embed code works, but not for start and end timeYes, thank you again. Yes, that code brings up the video. I actually have used that code before with success. But my problem is that I have tried to modify the time using several different parameters and none of them work. No matter what time parameters I have used, I always end up with the one minute, thirty second video trailer.
Forum: Fixing WordPress
In reply to: Hulu embed code works, but not for start and end timeThanks again. I just tried it, and still no luck. It just shows the code, no video.
Forum: Fixing WordPress
In reply to: Hulu embed code works, but not for start and end timeI have been editing in textual mode all along. Thanks for your continuing efforts to help me with this.
Forum: Fixing WordPress
In reply to: Hulu embed code works, but not for start and end timeThank you again for your suggestion. I tried this just now but it does not produce a video. When I view the post, I just see the code.
Forum: Fixing WordPress
In reply to: Hulu embed code works, but not for start and end timeThank you very much. I just tried your code, but no video displays.
Forum: Fixing WordPress
In reply to: How do I embed a video/image onto my site?I installed Code Embed and followed the directions. I inserted the following code for a Hulu video clip on a new post in WordPress. Please notice that the code includes end time and start times of 1635 and 1628, so the clip should be just seven seconds. But when I go to view the video, even though it says “7 seconds” on the opening screen of the video, it plays a one minute and 30 second preview of the episode. How can I get it to just play the 7 seconds from 1628 to 1635 as specified in the code below? I already asked Hulu and they say they can’t answer any embed code questions.
<iframe width=”512″ height=”288″ src=”http://www.hulu.com/embed.html?eid=xhagluvxgaj8ljfqpld0_q&et=1635&st=1628″ frameborder=”0″ scrolling=”no” webkitAllowFullScreen mozallowfullscreen allowfullscreen></iframe>