{"id":28759920,"url":"https://github.com/codevise/pageflow-embedded-video","last_synced_at":"2026-01-20T17:14:29.643Z","repository":{"id":26583142,"uuid":"30037637","full_name":"codevise/pageflow-embedded-video","owner":"codevise","description":"Pageflow pagetype for embedded youtube/vimeo videos","archived":false,"fork":false,"pushed_at":"2024-01-15T05:52:21.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-11-16T12:23:11.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codevise.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-01-29T19:39:06.000Z","updated_at":"2022-07-18T15:12:08.000Z","dependencies_parsed_at":"2024-01-15T06:51:06.089Z","dependency_job_id":"84c1bcc2-e2fc-4aa8-98c8-61c6ac4100ee","html_url":"https://github.com/codevise/pageflow-embedded-video","commit_stats":{"total_commits":117,"total_committers":10,"mean_commits":11.7,"dds":0.3418803418803419,"last_synced_commit":"11da3cf4d726cb42cac4cc7567101e8f65e01c36"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/codevise/pageflow-embedded-video","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-embedded-video","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-embedded-video/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-embedded-video/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-embedded-video/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codevise","download_url":"https://codeload.github.com/codevise/pageflow-embedded-video/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevise%2Fpageflow-embedded-video/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-17T05:42:27.187Z","updated_at":"2026-01-20T17:14:29.629Z","avatar_url":"https://github.com/codevise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pageflow Embedded Video\n\n[![Gem Version](https://badge.fury.io/rb/pageflow-embedded-video.svg)](http://badge.fury.io/rb/pageflow-embedded-video)\n[![Build Status](https://github.com/codevise/pageflow-embedded-video/workflows/tests/badge.svg)](https://github.com/codevise/pageflow-embedded-video/actions)\n\nPage type showing Youtube/Vimeo videos in an embedded iframe.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    # Gemfile\n    gem 'pageflow-embedded-video'\n\nRun `bundle install`\n\nRegister the plugin:\n\n    # config/initializers/pageflow.rb\n    Pageflow.configure do |config|\n      config.plugin(Pageflow::EmbeddedVideo.plugin)\n    end\n\nInclude javascript/stylesheets:\n\n    # app/assets/javascripts/pageflow/application.js\n    //= require pageflow/embedded_video\n\n    # app/assets/javascripts/pageflow/editor.js\n    //= require pageflow/embedded_video/editor\n\n    # app/assets/stylesheets/pageflow/application.scss;\n    @import \"pageflow/embedded_video\";\n\n    # app/assets/stylesheets/pageflow/editor.scss;\n    @import \"pageflow/embedded_video/editor\";\n\n    # app/assets/stylesheets/pageflow/themes/default.scss\n    @import \"pageflow/embedded_video/themes/default\";\n\n## Configuration\n\nOptionally, configure Pageflow Embedded Video by creating an initializer in your app\n`config/initializers/pageflow_embedded_video.rb`.\n\nExample:\n\n    Pageflow::EmbeddedVideo.configure do |config|\n      # Remove items to disallow hosts\n      # The listed hosts are supported by default:\n      # config.supported_hosts = %w(https://www.youtube.com http://www.youtube.com https://vimeo.com http://vimeo.com)\n    end\n\n## Troubleshooting\n\nIf you run into problems while installing the page type, please also refer to the\n[Troubleshooting](https://github.com/codevise/pageflow/wiki/Troubleshooting) wiki\npage in the [Pageflow  repository](https://github.com/codevise/pageflow). If that\ndoesn't help, consider\n[filing an issue](https://github.com/codevise/pageflow-embedded-video/issues).\n\n## Contributing Locales\n\nEdit the translations directly on the\n[pageflow-embedded-video](http://www.localeapp.com/projects/public?search=tf/pageflow-embedded-video)\nlocale project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevise%2Fpageflow-embedded-video","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodevise%2Fpageflow-embedded-video","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevise%2Fpageflow-embedded-video/lists"}