{"id":22192224,"url":"https://github.com/naa986/easy-video-player","last_synced_at":"2025-03-24T20:44:44.756Z","repository":{"id":167816070,"uuid":"101263179","full_name":"naa986/easy-video-player","owner":"naa986","description":"Easy Video Player is a WordPress video player plugin that allows you to add videos to your WordPress site","archived":false,"fork":false,"pushed_at":"2025-03-17T02:00:32.000Z","size":945,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T03:23:54.759Z","etag":null,"topics":["player","plugin","video","wordpress"],"latest_commit_sha":null,"homepage":"https://noorsplugin.com/wordpress-video-plugin/","language":"PHP","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/naa986.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-24T06:47:21.000Z","updated_at":"2025-03-17T02:00:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c681d6b8-e7b2-4d99-aa81-48830b9405ca","html_url":"https://github.com/naa986/easy-video-player","commit_stats":null,"previous_names":["naa986/easy-video-player"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naa986%2Feasy-video-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naa986%2Feasy-video-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naa986%2Feasy-video-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naa986%2Feasy-video-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naa986","download_url":"https://codeload.github.com/naa986/easy-video-player/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245351762,"owners_count":20601090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["player","plugin","video","wordpress"],"created_at":"2024-12-02T12:20:00.388Z","updated_at":"2025-03-24T20:44:44.720Z","avatar_url":"https://github.com/naa986.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Video Player for WordPress\n\n## Description\n\n[Easy Video Player](https://noorsplugin.com/wordpress-video-plugin/) is a user-friendly WordPress video plugin for embedding and showcasing your videos. You can embed both self-hosted videos or videos that are externally hosted using direct links. It was developed by [noorsplugin](https://noorsplugin.com/) and is currently being used on over 40,000 websites.\n\n## Easy Video Player Features\n\n* Embed MP4 video into your website\n* Embed responsive video for a better user experience while viewing from a mobile device\n* Embed HTML5 video which are compatible with all major browsers\n* Embed video with poster images\n* Embed video with autoplay\n* Embed video with loop\n* Embed video with muted enabled\n* Customize the video player using classes\n* Embed video using MediaElement player or default WordPress video player\n\n## Easy Video Player Plugin Usage\n\n### Settings Configuration\n\nIt's pretty easy to set up this video player plugin. Once you have installed the plugin simply navigate to the Settings menu where you will be able to configure some options. Mostly you just to need check the \"Enable jQuery\" option. That will allow the plugin to make use of jQuery library.\n\n### Adding a Video\n\nNow it's time to finally embed a video with a shortcode. To do this create a new post/page and insert the following shortcode:\n```\n[evp_embed_video url=\"http://example.com/wp-content/uploads/videos/myvid.mp4\"]\n```\nHere, url is a shortcode parameter that you need to replace with the actual URL of the video file.\n\n### Video Autoplay\n\nIf you want a particular video to start playing when the page loads, you can set the \"autoplay\" option to \"true\":\n```\n[evp_embed_video url=\"http://example.com/wp-content/uploads/videos/myvid.mp4\" autoplay=\"true\"]\n```\n### Control Size\n\nBy default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it:\n```\n[evp_embed_video url=\"http://example.com/wp-content/uploads/videos/myvid.mp4\" width=\"640\"]\n```\nThe height will be automatically determined based on the ratio (please see the \"Control Player Ratio section\" for details).\n\n### Control Player Ratio\n\nThe player ratio is set to \"16:9\" by default. You can override it by specifying a different ratio in the shortcode:\n```\n[evp_embed_video url=\"http://example.com/wp-content/uploads/videos/myvid.mp4\" ratio=\"4:3\"]\n```\n### Video Loop\n\nIf you want a particular video to start playing again when it ends, you can set the \"loop\" option to \"true\":\n```\n[evp_embed_video url=\"http://example.com/wp-content/uploads/videos/myvid.mp4\" loop=\"true\"]\n```\n### Video Player Template\n\nIf you want to use a different video player template, you can specify it in the \"template\" parameter:\n```\n[evp_embed_video url=\"http://example.com/wp-content/uploads/videos/myvid.mp4\" template=\"mediaelement\"]\n```\nBy default, the mediaelement template only loads the \"metadata\" of a video when the page loads. You can set it to \"auto\" or \"none\" with the preload parameter in the shortcode.\n```\n[evp_embed_video url=\"http://example.com/wp-content/uploads/videos/myvid.mp4\" preload=\"auto\" template=\"mediaelement\"]\n```\n## Documentation\nFor detailed documentation please visit the [WordPress Video Plugin](https://noorsplugin.com/wordpress-video-plugin/) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaa986%2Feasy-video-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaa986%2Feasy-video-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaa986%2Feasy-video-player/lists"}