Plugin Author
Eli
(@scheeeli)
Well, I get a 404 on http://rocklove.us/motion-comit/Asylum/
So it looks like the content you want is just not there.
Plugin Author
Eli
(@scheeeli)
Well I worked out a clever shortcode combo for you that fetches all the right HTML. You can see the code that it get in a textbox if you use this code:
<textarea rows=15>[preg_replace replace1='/src="scripts/' with1='src="http://rocklove.us/motion-artist/Asylum1/scripts'][remote_get url="http://rocklove.us/motion-artist/Asylum1/" start="<script" stop="</body" replace="/head" with="!-- head --" replace2="body" with2="!-- body --"][/preg_replace]</textarea>
Note: be sure to always use < and > in place of < and > in any shortcode parameter or WordPress will break the shortcode while trying to reformat it for you.
the problem is that the Javascript in this file contains relative link to the originating site hat cannot be changed:
http://rocklove.us/motion-artist/Asylum1/scripts/_1ae67a3c3ffa4f69a6e4b11e7d320d18.js
so you will get a lot of JS errors on your page and the video will not load.
I think an IFRAME would be better in this case:
<iframe width="640" height="480" src="http://rocklove.us/motion-artist/Asylum1/"></iframe>
Just change the width and height to match the video size.
http://rocklove.us/ tried that.. all it did was post the script you gave me.
I have NO clue as to what you are writing. I used the IFrame.
<iframe width=”640″ height=”480″ src=”http://rocklove.us/motion-artist/Asylum1/”></iframe>
Wait..that did it Eli! You genius you. THANK YOU SO MUCH!
Tried to alter the IFrame size..didnt work..but at least I am in the ballpark!
Maybe if I just chose a different theme. I just chose that one ‘cos it was very simple.. thanks Eli.