NovashareIt is the fastest and most powerful social sharing plugin. Developed by the big-namePerfmatters pluginBuilt by the team behind it, built for speed. We give our customers to build foreign trade sites unified use of this plugin.
Social sharing plugin allows visitors to easily share the website page to Facebook, Twitter, LinkedIn, Vk and other commonly used well-known social media platforms, but also through WhatsApp, Messenger, Telegram, email, etc. to share the page to their friends, to enhance the page SEO effect, conversion rate.
Elementor's Share Buttons social media sharing widget is buggy and often results in a white screen when clicking to share to Twitter, Collabs etc. We use this plugin for social media sharing to build our website.
Novashare Benefits
Novashare was chosen because of the following benefits:
- It's extremely fast, the front-end code adds up to less than 5KB, and doesn't affect page speed at all;
- It's fully functional, and in addition to the sharing function there's a counting function and a social media following function;
- Supports GDPR and complies with European legal policy;
- Simple setup and Shortcode support;
- Multi-site support;
- Responsive design, it is very convenient to click on the share button to pop up all social media sharing window.
Click to viewMore BenefitsThe
You can set the mouse to slide over the icon and display the corresponding name above ↓.
It is very convenient to click on the More icon ↓ to bring up a list of total functions.
Total function list ↓.
What is GPL Plugin
This plugin is a GPL licensed product and is safe and legal. Click to learn whatGPL licenseClick to learnWordPress official website about the GPL. Simply put the plugin/theme source code open source sharing using the GPL agreement can be legally and freely changed, used, and distributed.
The company that owns the plugin/theme mentioned in the title of this item is not affiliated with us in any way, and the company has not licensed its products or brands to us. This product is a distribution of the plugin/theme mentioned in the title, created by a third party company/developer and redistributed by us under the terms of the General Public License (GPL).
We use the plugin/theme name for the sole purpose of identifying the plugin/theme on which this GPL merchandise is based, with the intention of helping users better understand the functionality and possible application scenarios of this product of ours, and in no way to impersonate or mislead. This merchandise is sold under and respects the terms of the GPL license agreement and ensures that users are aware that they are acquiring a distribution of the plugin/theme based on an open source license. They are allowed to view, modify and redistribute the software to promote its free use and development.
Plug-in Security
Purchased directly from foreign formal channels, do not modify the source code. All plug-ins we use to build their own sites, used in a number of sites, safe, stable and reliable.Worried about plugins being insecure? Check out theIs WordPress Cracked Plugins/Themes (Green, GPL, Nulled) Safe?The
- pass (a bill or inspection etc)Virustotal Antivirus Verification.;
- pass (a bill or inspection etc)WordfenceSource code review;
- pass (a bill or inspection etc)SucuriSecurity antivirus scanning.
Updated methodology/records
General new version out within 24 hours of this site will be updated, then please visit this page directly to download the new version of the installation package to upload updates, the product title will be written on the latest version number. Can only be updated by uploading the installation package, mind do not shoot, if you want to update online can only go to the plug-in official website to buy the original version.
Click to view the update log of this plugin (Changelog)
Novashare Download Terms of Purchase
This site plug-in purchased from foreign sites, the purchase price is$4.99/eachIt is valid for 2 years. Foreign trade star uniform selling price of 19 yuan / a, valid for life, and spend a great deal of energy to produce the use of tutorials also provide manual Q&A service, absolutely value for money. Plug-ins are for learning and communication research use only, virtual products with reproducibility, once sold, no refund, please move on!terms of serviceThe
Foreign trade star for the purchase of users to provide after-sales service, plug-in use of the process of any questions please leave a message in the comments below, there are questions and answers.
Installation/Enabling Methods
Install the downloaded zip installer directly to enable the plugin.
Installation method 1: Upload and install
Find and click "Plugin">"Install Plugin" in the left menu column of the website background, then click "Upload Plugin" in the upper left corner, upload the downloaded zip installation package and click "Install Now", after installation, click on the"Enable plug-ins"Complete the installation.
Installation method 2:FTP installation
Unzip the plugin zip and place the unzipped obtainedfile (paper)Upload to the plugins directory (xxx.com/wp-content/plugins).
Find and click "Plug-ins" > "Installed Plug-ins" in the left menu column of the website background, find the plug-in in the plug-in list, and click "Enable".
Novashare Setup Tutorial
Click "Settings" > "Novashare" to enter the plugin settings. The question mark in a circle next to the settings provides a detailed explanation, which is easy to understand. For more information on how to set up and use the plugin, please refer toofficial documentThe
Below is our own social sharing buttons made with Novashare, added a little CSS to hide the label/name of each icon (red box in the picture below), and the name of the hidden icon is displayed on the top when the mouse slides over the icon. Customer experience is good and beautiful.
If you want the above image to look like this and show the icon name when you mouse over the icon, set up the plugin according to the following picture and add the following CSS to the corresponding page.
The reason why the above image is only selected to appear in the article and not restricted to products is because the Button Position where the share button is set to appear below the content, and if you check the "Products" box, it will appear below the product detail description. I want to put the share button on the product page under the inquiry button, so I leave it unchecked here, and then through the shortcode[novashare_inline_content]
Insert it under the inquiry button (position below).
If you also want to insert social sharing buttons in the same place on the product detail page through shortcode, use the following hook code.Add to functions.phpThe following is sufficient.
// Insert social sharing icons below the content on the top right side of the product detail page add_action( 'woocommerce_share', 'diiamo_add_share_button_single_product', 30 );function diiamo_add_share_ button_single_product() {echo do_shortcode('[novashare_inline_content]');}
Continue to set up the plugin as shown below ↓.
Set the settings according to the picture, and then click "Save Changes".
As a final step, add the following CSS to the page with social sharing buttons. If you are a newbie and don't know how to add it, click "Appearance" > "Customize" > "Extra CSS/Custom CSS" in the background of the website, copy and paste all the following codes into the Extra CSS box and save it. Copy and paste the following code into the Extra CSS box and save it.
The number 33 in lines 3, 4, 7 and 8 of the code below is the width and height of the icon. You can change the numbers (recommended setting range 31-35) to change the icon size.
/* Optimized CSS for the appearance of social sharing buttons on product detail pages*/.ns-buttons.small .ns-button { height: 33px; line-height: 33px;}.ns-buttons.small .ns-button-icon { height: 33px;width : 33px;}.ns-inline-cta { font-weight: 600;}.ns-button-icon>* { height: 54%!important;}.ns-inline span.ns-button-label{ display: none; position: absolute; top: 0; }.ns-buttons.small { height: 33px; line-height: 33px;}.ns-inline span. position: absolute; top: 0; height: 26px; padding: 10px; z-index: 20;}.ns-inline .ns-buttons-wrapper .ns-button:hover span.ns-button-label{ display: flex!important;}