Closed proyb2 closed 12 years ago
Hum this is strange...
I just tested it and I works for me... still no luck with a field that is in a subsection manager so I'll check that.
Are you using the field the field in a normal section ?
@proyb2 Do you use the wmd editor extension ? Just found out there is a compatibility issues with wmd + oEmbed + subsection manager....
@proyb2 I reported the error in the wmd editor's github issue tracker.
see https://github.com/symphonists/wmd_editor/issues/1
Please make sure the js script file is on the server. Please use chrome's or safari's console or event firebug to catch all js error messages.
Been using Google Chrome for Symphony CMS, nope, I'm not using subsection manager and wmd editor.
Just caught an error on Google Chrome, seem like this could be the problem?
Unsafe JavaScript attempt to access frame with URL http://localhost/xampp/symphony/symphony/publish/articles/edit/12/ from frame with URL http://www.youtube.com/embed/iOan_0acqE8?fs=1&feature=oembed. Domains, protocols and ports must match.
Resolved. It was Custom Caption Field extension cause the fault. Sorry, for not done enough testing.
Well done and I wish to see author able to attach multiple oembed video, is it possible to implement something like e.g. OEmbed Upload Manager?
Good!
And no I would not be possible, since oEmbed is the standard for embedding resource hosted else where.
That's the main feature of oEmbed -> you don't have to upload anything !!
BTW:
Unsafe JavaScript attempt to access frame with URL http://localhost/xampp/symphony/symphony/publish/articles/edit/12/ from frame with URL http://www.youtube.com/embed/iOan_0acqE8?fs=1&feature=oembed. Domains, protocols and ports must match.
It's normal. You will see the same with vimeo. The js in the iframe is trying to talk to the parent DOM but it can't for obvious security reasons.
Thank manage to get video embedded but was not able to get both Change or Remove links working which didn't trigger any actions.