{"id":17208950,"url":"https://github.com/yuliu/mybb-plugin-open-graph-metas","last_synced_at":"2026-01-21T16:01:38.705Z","repository":{"id":165917041,"uuid":"261226979","full_name":"yuliu/mybb-plugin-open-graph-metas","owner":"yuliu","description":"A very primitive MyBB plugin for showing Open Graph metas in forum/thread/etc. modules.","archived":false,"fork":false,"pushed_at":"2020-05-07T12:15:27.000Z","size":14,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T07:24:58.917Z","etag":null,"topics":["forums","mybb","mybb-plugin","plugin","social-integrations","threads"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/yuliu.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":"2020-05-04T15:43:21.000Z","updated_at":"2020-11-09T23:29:29.000Z","dependencies_parsed_at":"2023-06-09T22:30:18.313Z","dependency_job_id":null,"html_url":"https://github.com/yuliu/mybb-plugin-open-graph-metas","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/yuliu/mybb-plugin-open-graph-metas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuliu%2Fmybb-plugin-open-graph-metas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuliu%2Fmybb-plugin-open-graph-metas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuliu%2Fmybb-plugin-open-graph-metas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuliu%2Fmybb-plugin-open-graph-metas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuliu","download_url":"https://codeload.github.com/yuliu/mybb-plugin-open-graph-metas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuliu%2Fmybb-plugin-open-graph-metas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["forums","mybb","mybb-plugin","plugin","social-integrations","threads"],"created_at":"2024-10-15T02:50:18.702Z","updated_at":"2026-01-21T16:01:38.685Z","avatar_url":"https://github.com/yuliu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Graph Metas - A MyBB plugin\nA very primitive MyBB plugin for showing Open Graph metas in forum/thread/etc. modules.\n\n## Features\n- Output Open Graph metas for various forum modules. Read the Open Graph protocol: https://ogp.me/.\n- No template editing requires.\n- Search-engine-friendly-URLs-aware `og:url`.\n- Customizable fallback description for `og:description`, _now via file editing_.\n- Customizable fallback image for `og:image`, _now via file editing_.\n- Customizable `og:image` for threads/posts, _now via file editing_.\n- Supported modules:\n  - **Forums**:\n    - `og:description`: the forum's description or fallback description.\n    - `og:image`: fallback image or current viewer's theme logo. \n  - **Threads** in linear view mode:\n    - `og:description`: the message content of the first post in current viewing page.\n    - `og:image` _(selectable via file editing)_:\n      - images attached to posts in thread, _attachments_;\n      - (*) images embedded in posts in thread, using _\\[img\\] tag_;\n      - the avatar of the first post author's;\n      - fallback image. \n  - **Posts** / Threads in threaded view mode:\n    - `og:description`: the message content of current post.\n    - `og:image` _(selectable via file editing)_:\n      - images attached to current post, _attachments_;\n      - (*) images embedded in current post, using _\\[img\\] tag_;\n      - current post author's avatar;\n      - fallback image. \n  - **Member profiles**:\n    - `og:description`: the member's signature, if applicable.\n    - `og:image`: the member's avatar.\n  - _**Other pages not fully supported**_:\n    - **Portal**\n    - **Member list**\n    - **Search**\n    - **Calendar**\n    - **Help**\n\n### Note and caution\n - (*) features not implemented yet.\n - **Images** that use attachments/thumnails **for threads and posts** are served by using MyBB's attachment script, which **are not static files**.\n\n\n## Requirement\n- MyBB 1.8.x\n\n## Installation\n1. Download \u0026 unzip.\n1. Upload files under **`Upload/`** folder, please maintain the folder structure.\n1. Turn to MyBB's AdminCP \u003e Configuration \u003e Plugins, find **Open Graph Metas** and activate it.\n\n## Uninstall \u0026 Removal\n1. Turn to MyBB's AdminCP \u003e Configuration \u003e Plugins, find **Open Graph Metas** and deactivate it.\n1. Remove file **`./inc/plugins/open_graph_metas.php`** from your server.\n\n## Upgrade Notice\n- This plugin tends to get changed before its stable release. Please use with caution.\n- Plugin name may be changed to **Social Integrations** or sort of, if more related social integrations for information sharing, for example Twitter Card Tags, have been added.\n- Folder structure may change during version upgrades.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuliu%2Fmybb-plugin-open-graph-metas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuliu%2Fmybb-plugin-open-graph-metas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuliu%2Fmybb-plugin-open-graph-metas/lists"}