HEX
Server: Apache
System: Linux beta.alfanet.ee 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: busines1 (1252)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js
jQuery(function() {
	jQuery('.button-vote').on('click', function () {
        window.open('https://wordpress.org/support/plugin/w3-total-cache/reviews/#new-post');
    });

	jQuery('.button-share').on('click', function () {
        window.open('https://plus.google.com/share?url=' +
             encodeURIComponent(w3tc_spread_the_word_product_url), '_blank');
    });

	jQuery('.button-tweet').on('click', function () {
        window.open('https://twitter.com/?status=' +
            encodeURIComponent(w3tc_spread_the_word_tweet), '_blank');
    });

	jQuery('.button-like').on('click', function () {
        window.open('https://www.facebook.com/sharer.php?u=' +
            encodeURIComponent(w3tc_spread_the_word_product_url), '_blank');
    });

	jQuery('.button-rating').on('click', function () {
        window.open(w3tc_spread_the_word_rate_url, '_blank');
    });
});