Simple Embed Website Plugin

Hello Everyone,
I am learning Javascript and I use my meager knowledge of JS to write this plugin… :grin:

Github: https://github.com/TaQuangKhoi/remnote-embed-website-plugin

Installation

Name: Embed Website
Description: by Keios (or everything else you like)
URL: https://remnote-embed-website-plugin.glitch.me
Permissions: Read
Location: Inline
RemNote - How to Install Web Embed Plugin Vidyard Recording


Usage

Known issues

  • You have to refresh manually

Working

[ ] Auto check URL change

Pictures

4 Likes

Thank you to share it. :slight_smile:

It works well, but the website needs https and X-Frame-Options that not rejects embed websites.

1 Like

emmm……
if just for embed a link, you can paste like this form:
^[](https://www.geogebra.org/graphing/ja62jvfn)

3 Likes

Thank you very much for this TIP…

It can be better and faster than plugin…

Not sure why this plugin isn’t working for me. I see an empty plugin box after following the steps above.

(As well as this one, the “rnyt” plugin doesn’t work for me either. On the other hand, the images plugin works.)

Edit: I tried disabling all extensions like https anywhere, ghostery etc, but the plugins still don’t work for me. :frowning:

1 Like

Hi @Brindha, Can you provide me the websites you want to embed?
Did you try with pages of Wikipedia? Is it work?
What browser are you using?

Some sites don’t allow embedding… as t_bonhomme said:

I tried embedding this forum webpage, and then I also tried a wikipedia article.

1 Like

Hi
Is it work with you now?
Are you sure the url is indent into plugin rem?

Thank you for your reply.
It is working now with wikipedia when I zoom out and zoom back into the document.
But it is not working for all websites, for example . Says couldn’t connect in the plugin box.

1 Like

:cry:
This website cannot be embed in a frame (iframe) because it set ‘X-Frame-Options’ to ‘sameorigin’.

It is a security measure to avoid clickjacking.
javascript - Error : in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’ - Stack Overflow

1 Like