Skip to content
New issue

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

Video plugin #694

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Video plugin #694

wants to merge 10 commits into from

Conversation

abetis
Copy link
Contributor

@abetis abetis commented Apr 16, 2018

Based on #686 and #687
The plugin removes youtube command and adds a new "video" command that will recognize which video tag should be used based on the provided URL.

Current implementation includes YouTube and Facebook videos processing.
Youtube bbcode formater is used from the based code, which is based on the #687 PR in order to use the configuration parameters. I could move it to the plugin as well if you decide to move the youtube logic out of the base code.

Material and Monocons youtube icon is used as movie icon. Famfamfam new icon was added.
Movie icon is placed after the picture icon, which makes more sense than current youtube button location.

*
* @type {string}
*/
facebookParameters: 'width="560" height="315"' +
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space at the end of the string

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@abetis abetis mentioned this pull request Apr 16, 2018
@brunoais
Copy link
Collaborator

Does this depend on a different PR?

@abetis
Copy link
Contributor Author

abetis commented Apr 17, 2018

Yes. The first line of the PR description:
Based on #686 and #687

@brunoais
Copy link
Collaborator

OK, got it. Wrong interpretation

div = document.createElement('div');
label = document.createElement('label');
label.setAttribute('for', 'link');
label.textContent = editor._('Video URL:');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice image

@live627 live627 added this to the v3.0.0 milestone Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants