We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long live the devs!
I have designed a custom service to embed genially presentation as following:
genially: { regex: /https?:\/\/view.genial.ly\/(\w+)\/?(\w+(-[\w]+)+)?/, embedUrl: 'https://view.genial.ly/<%= remote_id %>', html: "<div style='position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0;'><iframe frameborder='0' style='width: 100%; height: 100%;' type='text/html' allowscriptaccess='always' allowfullscreen='true' scrolling='yes' allownetworking='all'></iframe></div>" }
Unfortunately there is no joy.
I also introduce a block dynamically by the time I import a record somewhere in the code where I ingest records from a CSV:
if (id) { content.blocks.push({ "id": nanoid(10), "type": "embed", "data": { "service": "genially", "source":https://view.genial.ly/${id}`, "embed": https://view.genial.ly/${id}, "caption": title } }); }`
if (id) { content.blocks.push({ "id": nanoid(10), "type": "embed", "data": { "service": "genially", "source":
https://view.genial.ly/${id}
And it doesn't show neither.
Is there something slipping my attention or I just bumped into a dodo?
These are typically genially links:
thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Long live the devs!
I have designed a custom service to embed genially presentation as following:
genially: { regex: /https?:\/\/view.genial.ly\/(\w+)\/?(\w+(-[\w]+)+)?/, embedUrl: 'https://view.genial.ly/<%= remote_id %>', html: "<div style='position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0;'><iframe frameborder='0' style='width: 100%; height: 100%;' type='text/html' allowscriptaccess='always' allowfullscreen='true' scrolling='yes' allownetworking='all'></iframe></div>" }
Unfortunately there is no joy.
I also introduce a block dynamically by the time I import a record somewhere in the code where I ingest records from a CSV:
if (id) { content.blocks.push({ "id": nanoid(10), "type": "embed", "data": { "service": "genially", "source":
https://view.genial.ly/${id}`,"embed":
https://view.genial.ly/${id}
,"caption": title
}
});
}`
And it doesn't show neither.
Is there something slipping my attention or I just bumped into a dodo?
These are typically genially links:
thank you.
The text was updated successfully, but these errors were encountered: