• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Embedding a video from Google Drive in the post

Scheduled Pinned Locked Moved General Discussion
4 Posts 3 Posters 344 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • LEVI HAVIVL Offline
    LEVI HAVIVL Offline
    LEVI HAVIV
    wrote on last edited by
    #1

    Hello everyone,
    I would like to know if there is a plugin that adds the option of writing a post to embed a video from Google Drive (of course shared and possible to access)?

    julianJ AntosikA 2 Replies Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    replied to LEVI HAVIV on last edited by
    #2

    @לוי-חביב hm... Have you tried the iframely plugin? I doubt it'll do a rich embed, though.

    If there's an official way to do it (e.g. via JavaScript snippet), then a plugin can be made to do it.

    1 Reply Last reply
    1
  • AntosikA Offline
    AntosikA Offline
    Antosik
    replied to LEVI HAVIV on last edited by
    #3

    @לוי-חביב
    I'm sure you can embed it via nodebb-plugin-ns-embed (GitHub, Community).

    All that you need to do:

    • install the plugin;
    • find a way to get the iframe object of your Google.Drive video (search google drive embed on google);
    • create a regexp that will match the link
    • enter this regexp and iframe content in the plugin settings

    Examples of RegExp - https://github.com/NicolasSiver/nodebb-plugin-ns-embed/blob/master/docs/community-rules.md

    LEVI HAVIVL 1 Reply Last reply
    1
  • LEVI HAVIVL Offline
    LEVI HAVIVL Offline
    LEVI HAVIV
    replied to Antosik on last edited by LEVI HAVIV
    #4

    @antosik @julian Wow, cannon! you helped me alot! Thank you very much!

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development