WordPress.org

Hindi

  • थीम्स
  • प्लगइन्स
  • समाचार
  • सहायता
  • हमारे बारे में
  • टीम
  • वर्डप्रेस प्राप्त करें
वर्डप्रेस प्राप्त करें
WordPress.org

Plugin Directory

LH Web Share

  • Submit a plugin
  • मेरे प्रिय
  • Log in
  • Submit a plugin
  • मेरे प्रिय
  • Log in

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

LH Web Share

shawfactor द्वारा
डाउनलोड
  • विवरण
  • समीक्षा
  • स्थापना
  • विकास
समर्थन

विवरण

The Web Share API is a Promise-based, single method API. It accepts an object which must have at least one of the properties named text or url.

Once invoked it will bring up the native picker and allow you to share the data with the app chosen by the user.

इंस्टॉलेशन

  1. Download and unzip the plugin.
  2. Upload the lh-web-share directory to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.

सामान्य प्रश्न

Installation Instructions
  1. Download and unzip the plugin.
  2. Upload the lh-web-share directory to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
So I have installed this plugin, now what?
  • By defauls this plugin just installs the javascript necessary to trigger the web share dialog, when an anchor with the class lh_web_share is clicked. You need to include the anchors to action this in your content or theme. E.G Click me

समीक्षाएं

Works fine!

moaschtr मार्च 3, 2019
Many thanks for this plugin, I use it for adding a share-button below the content of single posts by adding the following hook to the functions.php of my child theme: function lhws_add_to_content( $content ) { if( is_single() && ! empty( $GLOBALS['post'] ) ) { if ( $GLOBALS['post']->ID == get_the_ID() ) { $content .= '<div class="sharing"><a href="#" class="lh_web_share" rel="nofollow">Share</a></div>'; } } return $content; } add_filter('the_content', 'lhws_add_to_content'); The plugin forwards to facebook sharing by default if the browser doesn’t support the Web Sharing API yet.
1 के सभी समीक्षा पढ़ें

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता
  • shawfactor

Translate “LH Web Share” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

1.00 December 23, 2017
* Initial version.

मेटा

  • संस्करण 1.00
  • Last updated 7 वर्ष पहले
  • Active installations 10 से कम
  • WordPress version 4.0 या ज्यादा
  • Tested up to 4.9.26
  • भाषा
    English (US)
  • Tags
    sharingsocial shareweb share
  • Advanced View

मूल्यांकन

5 out of 5 stars.
  • 1 5-star review 5 stars 1
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 0 1-star reviews 1 star 0

मेरी समीक्षा जोड़ें

See all reviews

योगदानकर्ता

  • shawfactor

समर्थन

कुछ कहना है? कोई मदद चाहिए?

समर्थन फोरम देखें

प्रदान करना

आप इस प्लगइन की उन्नति का समर्थन करना चाहेंगे?

इस प्लगइन को प्रदान करें

  • बारे में
  • समाचार
  • होस्टिंग
  • गोपनीयता
  • शोकेस
  • थीम्स
  • प्लगइन
  • पैटर्न्स
  • सीखे
  • सहायता
  • डेवलपर्स
  • WordPress.TV ↗
  • शामिल होइये
  • ईवेंट्स
  • दान करें ↗
  • भविष्य के लिए पांच
  • वर्डप्रेस.कॉम ↗
  • मैट ↗
  • बीबीप्रेस ↗
  • बडीप्रेस ↗
WordPress.org
WordPress.org

Hindi

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • हमारे फेसबुक पेज पर जाएँ
  • हमारे इंस्टाग्राम अकाउंट पर जाएं
  • हमारे लिंक्डइन खाते पर जाएँ
  • Visit our TikTok account
  • हमारे यूट्यूब चैनल पर जाएं
  • Visit our Tumblr account
कोड काव्य हैं।