Wordpress plugins
Social Media Manager

Social Media Manager

Version : 1.2.1
Tested up to : 4.9.4
Number of download : 817
Author : NineCodes
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Social Media Manager
Social Media Manager
Social Media Manager
Social Media Manager

This plugin helps you optimize your website for social media with Open Graph and Twitter Cards meta tags. Facebook, Twitter, and other social media sites will evaluate these meta tags to understand your content better and enable to preview the content on the News Feed nicely. This plugin allows you to customize the meta tags, so you have more control over your posts and pages presentation. Other features included in the plugin: Social Media Buttons Display social buttons to allow your readers sharing your website posts and pages to Facebook, Twitter, Pinterest, LinkedIn, Reddit, etc. You can also display the social buttons on the images within the content. With the increasing trend on using WordPress as a headless CMS, this plugin also exposes a couple of custom JSON API routes using the WP-API infrastructure in WordPress. The API allows developers to retrieve the social media sharing endpoint URLs of a particular post or page and render the sharing buttons in, for example, a JavaScript-based theme. Social Media Profiles With this plugin you can add your social profile and page URLs and display them on a widget. No need to mess around with your theme Menu ever again; the widget will stay there even when you’ve changed the theme. Translations English Indonesian Translate this plugin to your language on translate.wordpress.org. Requirements PHP 5.3 or higher WordPress 4.7 or higher Theme Support If you are a Theme developer, you can add add_theme_support( 'ninecodes-social-manager' ) in the functions.php of your theme themes to customize the plugin at Theme level. The following are the “features” that this plugin currently supports. Remove the plugin stylesheet Set the stylesheet to true will dequeue the plugin stylesheet. This allows you to customize the the plugin output through your theme stylesheet to match your theme design as a whole without having to do an override. add_theme_support( 'ninecodes-social-manager', array( 'stylesheet' => true, // Means the theme supports (loads) the stylesheet. ) ); Custom attribute prefix The plugin add prefix social-manager to (almost) any HTML elements it generates at the front-end (your theme). You can change this prefix to anything you want by adding the attr_prefix, for example: add_theme_support( 'ninecodes-social-manager', array( 'attr_prefix' => 'social', ) ); Keep in mind that changing the prefix to other than social-manager will dequeue the stylesheet much like setting the stylesheet to true. So you will have to add the styles at your end. Changing the Buttons Mode The plugin offers 2 modes, HTML and JSON, to generate, what called as the Social Buttons; the buttons that allow your site users to share content on social media. By default the mode is set to HTML, which will echo all the HTML markup in the post content. But, if you are building a headless WordPress theme using whatever JavaScript renders (Backbone, Angular, React, Vue, Ember, you name it), you might want to switch the plugin to the JSON mode. add_theme_support( 'ninecodes-social-manager', array( 'buttons_mode' => 'json', ) );

Download now