Home » GPL Resources » Lightweight Social Sharing Plugin Novashare Download, v1.5.8, GPL License (with Count, Google Stats)
Novashare Download

Lightweight Social Sharing Plugin Novashare Download, v1.5.8, GPL License (with Count, Google Stats)

¥
19
biennial
¥160
,
Find the tutorial below
This content is viewed at the price of19RMB (VIP free), please first
Pay to obtain viewing/downloading permissions
Article List

NovashareIt is the fastest and most powerful social sharing plugin. Powered by the greatPerfmatters PluginBuilt by the team behind it, it is made for speed. We give customers to build foreign trade sites unified use of this plug-in.

The social sharing plugin allows visitors to easily share website pages to Facebook, Twitter, LinkedIn, Vk and other popular and well-known social media platforms, as well as share pages to friends via WhatsApp, Messenger, Telegram, email, etc. to enhance on-page SEO results and conversion rates.

Pasted 124

 

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 it has the following advantages.

  1. Extremely fast, with front-end code that adds up to less than 5KB and does not affect page speed at all.
  2. Full functionality, with counting and social media following functions in addition to sharing functions.
  3. Support for GDPR and compliance with European legal policies.
  4. Simple setup and support for Shortcode.
  5. Support for multiple sites.
  6. Responsive design, click the share button to pop up all social media sharing window is very convenient.

Click to viewMore Benefits.

You can set the mouse to slide over the icon and display the corresponding name above↓.

Pasted 122

Click the More icon↓ to bring up the total function list, which is very convenient.

Pasted 123

Total function list ↓.

Pasted 74

 

What is GPL plugin

This plugin is a GPL licensed product and is safe and legal. Click to learn what isGPL AgreementClick to learnWordPress official website about GPL. Simply put using the GPL license plugin/theme source code open source sharing, can be legally free to change, use, distribution.

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 product is based, with the intention of helping users better understand the functionality and possible application scenarios of our product, and in no way to impersonate or mislead. This product 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.

 

Verified by Security Antivirus

Directly from foreign formal channels to buy, 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.Are you worried that the plugin is not secure? Check this articel:Is WordPress Cracked Plugins/Themes (Green, GPL, Nulled) Safe?.

  1. ByVirustotal Antivirus Verification;.
  2. ByWordfenceSource code review.
  3. BySucuriSecurity antivirus scan.

Sucuri Scan Results

 

Changelog/ Update Method

Generally 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 upload updates, the product title will be written on the latest version number. Can only be updated by uploading the installation package, do not mind, if you want to update online can only go to the plug-in website to buy the original version.

Click to view the update history of this plugin (Changelog)

 

Novashare Download Purchase Terms

This site plug-in purchased from foreign sites, the purchase price is4.99 USD/pcIt is valid for 2 years. Diamo unified selling price of 19 yuan / piece, valid for life, and spend a lot of energy to create the use of tutorials also provide manual question and answer service, absolutely worth the money. The plug-in is only for learning and exchange research, virtual products are reproducible, once sold no refund, please move to the detailsTerms of Service.

Diamo for the purchase of users to provide after-sales service, plug-in use any questions please leave a message in the comments below, there will be answers to questions.

 

Installation / Activation Method

Install the downloaded zip installer directly to enable the plugin.

Installation method 1: Upload and install

Find and click on "Plugins" > "Install Plugins" in the left menu bar of the website background, then click on "Upload Plugin" in the upper left corner, upload the downloaded zip installation package and click on "Install Now", after installation, click"Enable Plugin"Complete the installation.

Upload Plugin

Installation method 2.FTP installation

Unzip the plug-in package, put the unzippedFoldersUpload it to the plugins directory (xxx.com/wp-content/plugins).
Find and click on "Plugins" > "Installed Plugins" in the left menu bar of the website background, find the plugin in the list of plugins, and click "Enable".

Enable Plugin

 

Novashare setup and usage tutorial

Click "Settings" > "Novashare" to enter the plugin settings. The question mark next to the settings has a detailed explanation, which is easy to understand. For more information on settings and usage, please refer toOfficial Documents.

Pasted 70

 

Below is our own social sharing button made by Novashare, with a little CSS to hide the label/name of each icon (red box below) and show the hidden icon name when the mouse slides over the icon. The customer experience is good and beautiful.

Pasted 114

If you want the above look and the icon name to be displayed on top when you mouse over the icon, set up the plugin as shown below and add the following CSS to the corresponding page.

Pasted 117

Pasted 118

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).

Pasted 119

If you also want to insert social sharing buttons in the same position on the product detail page via shortcode, use the following hook code.Add to functions.phpJust below.

// Insert social sharing icon at the top right side of the product detail page below the content
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↓.

Pasted 120

Set up the settings as shown, and finally click "Save Changes".

Pasted 121

In the last 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" > "Additional CSS/Custom CSS" in the backend of your website and put all the code below Copy and paste all the code below into the Extra CSS box to save it.

The numbers 33 in lines 3, 4, 7 and 8 of the code below are the width and height of the icon. The number can be changed (recommended setting range 31-35) to change the icon size.

/* Product detail page social sharing button appearance optimization CSS*/
.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;
    height: 26px;
    padding: 10px;
    z-index: 20;
}
.ns-inline .ns-buttons-wrapper .ns-button:hover span.ns-button-label{
    display: flex!important;
}
End
Author picture

Diamo specializes in building foreign trade websites / cross-border e-commerce stand-alone websites, Google SEO optimization, etc. No renewal fee, high conversion rate.

Catalog Navigation
Chat
  • WeChat customer service
Quick login without registration

Enter your username and password to log in

Have no account? Forgot password?
Purchase Tips

To purchase, please click the upper right corner of the avatar to log in, after logging in, if the display does not log in status pleaseRefresh page.