Support Forum
Hey Vinny,
Actually I'm not sure that question has been asked before.. I guess you're talking about Facebook, and it looks like they're trying their hardest to make it difficult!
After spending a while searching for someone on my friends list who has a video uploaded, it looks like the only embed option is either HTML for embedding on your website, or iframes - and you really shouldn't let your users post iframes.
Short answer is I'm not sure, probably best to wait and see if Andy or Steve can take a look.
sorry - I am not a FaceBook user so... is there a simp,e url to these videos available and have you tried simply pasting that url into a post? If faceBook supports oEmbed and if WordPress has included it on it's list then that should just work.
Failing that is anybody able to give is a public link to one so we can look at the options?
YELLOW
SWORDFISH
|
Seems like most are using <embed> tags or this code with changing xxx to FB video ID:
object width="400" height="224" <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://www.facebook.com/v/xxx" /> <embed src="http://www.facebook.com/v/xxx" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224"> </embed> /object
I am not that advanced and couldn't get 2nd to work either thnx
Ike said
Hey Vinny,Actually I'm not sure that question has been asked before.. I guess you're talking about Facebook, and it looks like they're trying their hardest to make it difficult!
After spending a while searching for someone on my friends list who has a video uploaded, it looks like the only embed option is either HTML for embedding on your website, or iframes - and you really shouldn't let your users post iframes.
Short answer is I'm not sure, probably best to wait and see if Andy or Steve can take a look.
Why is allowing ifames a bad thing? I have read that is a security issue, but I have also read that it is not a security issue? I see that a lot of the video embeds are in iframes? Also, how can one embed a tweet?
if you allow embedding an iframe allows many things to happen... first, any user can display content from any site which could contain malware... clickjacking can occur... in addition, you could open yourself up to XSS attacks...
basically, you are letting anyone who can post, have quite a bit of free reign...
but all that said, as mentioned in multiple posts here, if you really want to allow iframes, there is a permission you can give users that allow them to do so... but you really need to trust your users...
Visit Cruise Talk Central and Mr Papa's World
remember, youtube, twitter, etc embed stuff is handled by WP.... they currently dont support facebook in the same way...
Visit Cruise Talk Central and Mr Papa's World
Jetpack allows facebook video embedding the same way youtube videos do, you just post the straight facebook vid link and voila! Problem is, with SP if I paste a facebook vid link I just get a link and not the video like I do with youtube, can you suggest a way to get around this?
1 Guest(s)