{"id":43558682,"url":"https://github.com/hexojs/hexo-tag-embed","last_synced_at":"2026-02-03T20:49:15.338Z","repository":{"id":63669665,"uuid":"537960008","full_name":"hexojs/hexo-tag-embed","owner":"hexojs","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-02T14:23:27.000Z","size":37,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-04-24T16:24:18.297Z","etag":null,"topics":["hexo","hexo-plugin","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hexojs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-09-18T00:12:13.000Z","updated_at":"2024-06-21T14:27:46.803Z","dependencies_parsed_at":"2024-01-23T21:30:43.792Z","dependency_job_id":"97b98a8d-e83d-4a12-a04b-ba6bacc5b795","html_url":"https://github.com/hexojs/hexo-tag-embed","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.1428571428571429,"last_synced_commit":"8d4cbbd259fcedeb11748f553ebf129e154d3548"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hexojs/hexo-tag-embed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-tag-embed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-tag-embed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-tag-embed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-tag-embed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexojs","download_url":"https://codeload.github.com/hexojs/hexo-tag-embed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo-tag-embed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29056927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"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":["hexo","hexo-plugin","typescript"],"created_at":"2026-02-03T20:49:12.939Z","updated_at":"2026-02-03T20:49:15.318Z","avatar_url":"https://github.com/hexojs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-tag-embed\n\n[![CI](https://github.com/hexojs/hexo-tag-embed/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/hexojs/hexo-tag-embed/actions/workflows/ci.yml)\n[![NPM version](https://badge.fury.io/js/hexo-tag-embed.svg)](https://www.npmjs.com/package/hexo-tag-embed)\n[![Coverage Status](https://coveralls.io/repos/github/hexojs/hexo-tag-embed/badge.svg)](https://coveralls.io/github/hexojs/hexo-tag-embed)\n\n\u003e **Warning**\n\u003e\n\u003e Please do not use this plugin with less than hexo `v7.0.0`.\n\n\u003e **Note**\n\u003e\n\u003e This plugin's features have been divided from https://github.com/hexojs/hexo\n\u003e\n\u003e - https://github.com/hexojs/hexo/pull/5064\n\u003e - https://github.com/hexojs/hexo/pull/5067\n\u003e - https://github.com/hexojs/hexo/pull/5065\n\u003e - https://github.com/hexojs/hexo/pull/5066\n\n# Installation\n\n```sh\n$ npm i hexo-tag-embed\n```\n\n# Usage\n\n## Gist\n\nTo embed a Gist snippet:\n\n```ejs\n{% gist gist_id [filename] %}\n```\n\n## jsFiddle\n\nTo embed a jsFiddle snippet:\n\n```ejs\n{% jsfiddle shorttag [tabs] [skin] [width] [height] %}\n```\n\n## Vimeo\n\nInserts a responsive or specified size Vimeo video.\n\n```ejs\n{% vimeo video_id [width] [height] %}\n```\n\n## YouTube\n\nInserts a YouTube video.\n\n```ejs\n{% youtube video_id [type] [cookie] %}\n```\n\n### Examples\n\nEmbed a video\n\n```ejs\n{% youtube lJIrF4YjHfQ %}\n```\n\nEmbed a playlist\n\n```ejs\n{% youtube PL9hW1uS6HUfscJ9DHkOSoOX45MjXduUxo 'playlist' %}\n```\n\nEnable privacy-enhanced mode\n\nYouTube’s cookie is not used in this mode.\n\n```ejs\n{% youtube lJIrF4YjHfQ false %}\n{% youtube PL9hW1uS6HUfscJ9DHkOSoOX45MjXduUxo 'playlist' false %}\n```\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexojs%2Fhexo-tag-embed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexojs%2Fhexo-tag-embed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexojs%2Fhexo-tag-embed/lists"}