هاوبەشکردنی بەستەرێکی کورتی بەرهەم لەگەڵ کورتە ڕێگایەک - تەکنیکەکانی فرۆشتنی ئۆنلاین

هاوبەشکردنی بەستەری کورتی بەرهەم بە بەکارهێنانی کورتە ڕێگا - تەکنیکە چوارەم بۆ زیادکردنی فرۆشی ئۆنلاین

Firefox Screenshot 2024 09 20T08 35 35.480Z

ناردنی لینک کورتای بەرهەمیەکە بە خێرایی بۆ تۆڕە کۆمەڵایەتییەکان لەلایەن بەکارهێنەرانەوە کاری ئەژنیب لە زیادکردنی فرۆشتنی بەرهەمەکانت دەبێت. ئەم ڕووەکارییە بە کۆدیەکی سادە تاقی بکە و شگفتی بخوە. ئەم کۆدە باید لە کۆتای فایل فانکشنت دابنێیت و پاشان پاشەکەوتی بکەیت. دواتر شورتکاتی [shortlink_share_button] لە هەر شوێنێک لە پەیجی بەرهەمەکەت دەتهێنیت کە پێویستت بەکاردەبێت.  

دیدن شێوازەکانی تری زیادکردن داهاتی فرۆشگای ئۆنلاین


// Register the shortcode
add_shortcode('shortlink_share_button', 'shortlink_share_button_shortcode');

function shortlink_share_button_shortcode() {
    if (is_product()) {
        global $product;

        // Get the product permalink
        $permalink = wp_get_shortlink($product->get_id());

        // Output the shortlink and share button HTML
        ob_start();
        ?>
        <div class="shortlink-share" style="margin-top: 10px;">
            <p>Link: <input type="text" value="<?php echo esc_attr($permalink); ?>" readonly="readonly" onclick="this.select();" class="shortlink-input"/></p>
            <button onclick="shareProductLink('<?php echo esc_js($permalink); ?>')" class="share-button">Send</button>
        </div>
        <?php
        return ob_get_clean();
    }
}

// Add the JavaScript for the share button functionality
add_action('wp_footer', 'add_share_button_script');

function add_share_button_script() {
    if (is_product()) {
        ?>
        <script type="text/javascript">
            function shareProductLink(link) {
                if (navigator.share) {
                    navigator.share({
                        title: document.title,
                        url: link
                    }).then(() => {
                        console.log('Thanks for sharing!');
                    }).catch(console.error);
                } else {
                    // Fallback for browsers that do not support the Web Share API
                    window.open('https://t.me/share/url?url=' + encodeURIComponent(link), '_blank');
                }
            }
        </script>
        <?php
    }
}


One thought on “اشتراک گذاری لینک کوتاه محصول با شورت کات – تکنیک فروش آنلاین

وەڵامێک بنووسە

پۆستی ئەلیکترۆنییەکەت بڵاوناکرێتەوە. خانە پێویستەکان دەستنیشانکراون بە *

18 + 9 =

 
چاتی ئۆنلاین

ئامادەین بۆ وەڵامدانەوەی پرسیارەکانتان