Kilépés a tartalomból
  • Bejelentkezés
  • Regisztráció
WordPress.org

Magyar

  • Sablonok
  • Bővítmények
  • Hírek
  • Névjegy
  • Alapok
    • Történet
    • Követelmények
    • Telepítés
  • Tárhely
  • Frissítés
  • Biztonsági mentés
  • Biztonság
  • WordPress letöltése
WordPress letöltése

Bővítmények

  • Kedvenceim
  • Béta tesztelés
  • Fejlesztők

Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Letöltés

LH Web Share

Szerző: Peter Shaw
  • Részletek
  • Vélemények
  • Telepítés
  • Fejlesztés
Támogatás

Leírás

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.

Telepítés

  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.

GYIK

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

Vélemények

Works fine!

moaschtr 2019.03.03.
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 vélemény olvasása

Közreműködők és fejlesztők

“LH Web Share” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők
  • shawfactor

“LH Web Share” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

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

Változási napló

1.00 December 23, 2017
* Initial version.

Meta

  • Verzió: 1.00
  • Utolsó frissítés: 6 év ezelőtt
  • Aktív telepítések: Kevesebb, mint 10
  • WordPress verzió: 4.0 vagy magasabb
  • Tesztelve eddig: 4.9.23
  • Nyelv:
    English (US)
  • Címkék:
    sharingsocial shareweb share
  • Bővített nézet

Vélemények

Összes
  • 5 csillagos 1
  • 4 csillagos 0
  • 3 csillagos 0
  • 2 csillagos 0
  • 1 csillagos 0
Az értékeléshez be kell jelentkezni.

Közreműködők

  • shawfactor

Támogatás

Vélemény? Segítségkérés?

Támogatói fórum megtekintése

Adomány

Szeretnénk támogatni ennek a bővítménynek a fejlődését?

Ha tehetjük, támogassuk ezt a bővítményt

  • Rólunk
  • Hírek
  • Tárhelyszolgatatás
  • Adományozás
  • Swag
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Bővítmények
  • Sablonok
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Adatvédelem
  • Public Code
WordPress.org
WordPress.org

Magyar

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
A kód költemény.