Add Social Media Post Type to WordPress
Just add shortcode [some-accounts] to your content.
Or within a template:
<?php echo do_shortcode( '[some-accounts]' ); ?>
- Allows you to extend social media options
function add_kununu( $options ) {
$options['kununu'] = 'Kununu';
return $options;
}
add_filter( 'cubetech/plugin/some-accounts/options', 'add_kununu' );
Warning! The filter some_options
is deprecated! Please replace! Will be removed soon.
- German (de_DE) - added by Acki 2019-01-20
- English (en_US) - added by Acki 2019-01-20
Christoph S. Ackermann @acki
- Christoph S. Ackermann @acki
- Lucas Schnüriger
- Sven von Arx
- Pascal Knecht
- Added new version of Font Awesome (5.15.3)
- Added WhatsApp, TikTok, Discord
- Added screenshot to README
- Added custom columns in backend for showing link and icon on posts overview
- Added translation function to all texts
- Created pot template
- Added Vimeo icon
- New text domain
- Configured translation options in file header
- Added de_DE and en_US
- Added Loco Translate configuration XML -> loco.xml
- Added RSS Feed icon
- Fixed README
- Replaced the filter name and added deprecated warning
- Added usage section to README
- Added menu-order to Query and removed post limit (was 5)
- Added composer.json
- Added README and filter
- Added filter to add custom some accounts