05.05.2020, 05:10
(Dieser Beitrag wurde zuletzt bearbeitet: 31.10.2024, 13:15 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Open Graph Metas
Zitat:The plugin will enable forums/threads/etc. pages to show Open Graph metas for social websites integration, eg. Facebook, Discord, etc.
Upgrade Notice:
- 0.x branch will only receive bug fixes and won't get feature updates. Plugin configuring in 0.x branch is limited which requires manual editing in the plugin file:
. If you don't know how the plugin works, better leave all configurations as default, it'll just work.Code:./inc/plugins/open_graph_metas.php
- Instead of manual file editing for plugin configuring, next major updates (1.x) will make plugin configurable at AdminCP.
- Development builds for this plugin (version no. with
prefixed) tend to get changed before stable releases (version no. withoutCode:v
prefixed). Please use with caution that folder structure may change during version upgrades.Code:v
Features:
- Output Open Graph metas for forum modules. Read the Open Graph protocol: https://ogp.me/.
- No template editing requires.
- Search-engine-friendly-URLs-aware
.Code:og:url
- Customizable fallback description for
, now via file editing.Code:og:description
- Customizable fallback image for
, now via file editing.Code:og:image
- Customizable
for threads/posts, now via file editing.Code:og:image
- Supported modules:
- Forums
- Threads (linear view mode)
- Posts (threaded view mode)
- Member profiles
- ... more will come!
- Partially supported modules:
- Help page
- Member list
- Portal
- Search
- Calendar
- ... more will come!
Requirement:
- MyBB 1.8.x
Install:
- Download & unzip.
- Upload files under Upload/ folder, please maintain the folder structure.
- Turn to MyBB's AdminCP > Configuration > Plugins, find Open Graph Metas and activate it.
Uninstall & Removal:
- Turn to MyBB's AdminCP > Configuration > Plugins, find Open Graph Metas and deactivate it.
- Remove file
from your server.Code:./inc/plugins/open_graph_metas.php
Suggestions & Bug report (either is OK):
- Community forum thread: https://community.mybb.com/thread-227614.html
- GitHub repo issue tracker: https://github.com/yuliu/mybb-plugin-ope...tas/issues