Add custom templates for websites supporting oEmbed #140
Labels
enhancement
New feature or request
Future improvements
Should be treated / discussed for future versions
good first issue
Good for newcomers
hacktoberfest
This repository is public and will count towards your PR count for the Hacktoberfest
help wanted
Extra attention is needed
We've used oEmbed for many websites already (twitter, reddit, youtube, ...). But there are still many sites that would benefit from getting custom oEmbed support instead of using meta-data parsing (
js/templates/base.js
). This issue will keep track of every service added to the extension.How to proceed :
js/templates/{serviceName}.js
css/templates/{serviceName}.css
please try to re-use already existing CSS as much as possible.manifest.json
fileAsk questions if you're not sure about something !! Also please do not ask if you can work on this, just in case yes you can!!
Don't inject HTML directly using
{parentNode}.innerHTML = {raw html}
for security reasons, by doing that you allow people to inject malicious scripts through the extension. PRs doing this won't be reviewed and will be closed automaticallyThe text was updated successfully, but these errors were encountered: