Discover, trust, install: FAIR 1.0 is here
Meks Easy Social Share
Version: 1.3
Description
Meks Easy Social share was originally created as a feature for our Johannes WordPress theme but now it can be used on any WordPress website.
With this social sharing plugin you can easily add social share buttons to your posts and pages. The plugin is highly flexible and provides you with various styling to match your theme design.
Meks Easy Social Share WordPress plugin is created by Meks
Features
- Supports Facebook, Twitter, Reddit, Pinterest, Email, Google+, LinkedIn, StumbleUpon, WhatsApp and vKontakte share buttons.
- 15+ styling variations
- Use original social brand colors or specify your custom accent color
- Automatically supports post and pages as well as all registered custom post types on the website
- Multiple placement options (above or below posts), plus template tag option for a custom display location anywhere you want
- Hooks and filters provided for an elegant way to modify the plugin through your own WordPress theme or a plugin
Live example?
You can see Meks Easy Social Share live example on our Johannes theme demo website
Installation
- Upload meks-easy-social-share.zip to plugins via WordPress admin panel or upload unzipped folder to your wp-content/plugins/ folder
- Activate the plugin through the “Plugins” menu in WordPress
- In dashboard, go to Settings -> Meks Easy Social Share to manage the plugin settings
Screenshots
Faq
For any questions, error reports and suggestions please visit https://mekshq.com/contact/
Reviews
Superb!
By snoop23 on March 8, 2023
So cool!
Annoying pop-ups on admin pages
By tickpl on May 18, 2022
Clean and simple, strongly recommended
By smalloutside on March 19, 2022
function meks_share_buttons()
{
ob_start();
meks_ess_share();
return ob_get_clean();
}
add_shortcode('meks-share-buttons', 'meks_share_buttons');
Remember the days?
By xolite on March 4, 2022
So happy with this
By Chris (goodbyname) on November 17, 2020
Clean, Minimalist, and not blocked by uBlock Origin!
By vitruvian1man on September 6, 2020
Very simple and professional
By Hossam (iahmsalah) on July 28, 2019
Simple and powerful plugin that works well with all the themes
By adranian on May 24, 2019
Changelog
- Removed Google +
1.3
- Added: Twitter is now rebranded to X
1.2.10
- WP 6.3 compatibility tested
1.2.9
- Added: Slight improvements regarding potential security issues
1.2.7
- Added: Support for AMP pages
1.2.6
- Fix: LinkedIn sharing
1.2.5
- Fix: Pinterest sharing
1.2.4
- Fix: Sharing problem
1.2.3
- Added: AMP support
1.2.2
- Added: Notification for meks plugins
1.2.1
- Added: Filters for “before” and “after” parameters so themes can hook onto it and change to its own markup
1.2
- Added: Support for custom post types
1.1
- Added: Plugin settings page
1.0
- Initial release