@OT Are you testing embeds, or did you insert this link for another purpose? For clarity, this isn’t a testing category 🙂
Embed - What Are You Using?
-
@phenomlab BEST ONE YET.
Much better than any of the others I have tried. Thanks
-
@Sampo2910 Yes, it took me several attempts to get this one right
-
-
-
Woo good for youtube but I have test to integrate Dailymotion and Twitter and bad result
I have test this : https://github.com/NicolasSiver/nodebb-plugin-ns-embed/blob/master/docs/community-rules.md#twitter
and a rebuild but no chance
Test plugin NS embed Dailymotion
Theme broken
-
@DownPW I think I might know why. Let me have a look at this tomorrow
-
I have re-test @phenomlab and I have another embed plugin (the worms) in conflict.
It’s ok now but I don’t have too work with Twitter or Dailymotion with the rules on communauty. -
@DownPW there’s a Twitter embed plugin in use on this forum. Daily Motion might need some experimenting to get it to embed properly. I’m doing exactly that with an MP4 video I have in one of my posts (blog article) which wasn’t too difficult to get working.
-
@phenomlab said in Embed - What Are You Using?:
@DownPW there’s a Twitter embed plugin in use on this forum. Daily Motion might need some experimenting to get it to embed properly. I’m doing exactly that with an MP4 video I have in one of my posts (blog article) which wasn’t too difficult to get working.
This ?
https://github.com/nodebb-community/nodebb-plugin-twitter -
@DownPW yes
-
@DownPW Did you get the Daily Motion Embed to work ?
-
@phenomlab nope!
-
@DownPW Hmm - it’ll work with iFramely (locally hosted), or you can use the below string to embed using https://community.nodebb.org/topic/7135/nodebb-plugin-ns-embed-ns-embed/114
Watch
(?:<a.*?)?(?:https?:\/\/)?(?:www\.)?dailymotion\.com\/video\/([a-zA-Z0-9_-]{4,11})(?:.*?\/a>)?
Replace
<div class='embed-wrapper'><div class='embed-container'><iframe src='//www.dailymotion.com/embed/video/$1' frameborder='0' allowfullscreen></iframe></div></div>