WP BCM Manager
This plugin integrates Bonnier Commercial Manager script into your website
by Bonnier · github.com/benjaminmedia/wp-bcm-manager · website
★ 1stars
2.8kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/benjaminmedia/wp-bcm-manager/archive/refs/heads/master.zipAlso on Packagist as benjaminmedia/wp-bcm-manager:
composer require benjaminmedia/wp-bcm-managerFrom the readme
Wordpress bcm manager plugin
When installed it will create a BCM settings page where custom values can be set.
In order to generate the following meta tags this plugin must be enabled from the settings page.
Meta tags present
- bcm-type - required - can be set in settings page
- bcm-country - required - this will be fetched automatically
- bcm-brand - required - can be set in settings page
- bcm-sub - optional - can be set in settings page
- bcm-tablet-breakpoint - optional - can be set in settings page
- bcm-mobile-breakpoint - optional - can be set in settings page
- bcm-title - automatically fetched on article page and overwritten by filter wpbcmsettitle
- bcm-content-type - this will be fetched automatically and corresponds to getfields(getpost()-ID)['kind']
- bcm-categories - automatically fetched on article page and overwritten by filter wpbcmsetcategories
- bcm-tags - automatically fetched on article page and overwritten by filter wpbcmsettags
- bcm-advertorial-type - this will be fetched automatically and corresponds to getfields(getpost()-ID)['commercialtype']
- bcm-advertorial-label - this will be fetched automatically and corresponds to pll(getfields(getpost()-ID)['c
Read the full README on GitHub →