跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Webworq Social Share Buttons

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

Webworq Social Share Buttons

由 Webworq 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

Webworq Social Share adds beautiful, customizable social sharing buttons to your WordPress posts — plus the Open Graph and Twitter Card metadata that makes shared links look great.

Features:

  • 13 platforms: LinkedIn, X/Twitter, Bluesky, Facebook, WhatsApp, Email, Pinterest, Reddit, Telegram, Threads, Tumblr, LINE, and Copy Link
  • Drag-and-drop platform ordering
  • Multiple display modes: inline buttons or collapsible dropdown
  • Floating share button (FAB) with 6 screen positions — works independently alongside in-content buttons
  • FAB size options (small/medium/large) and mobile toggle
  • 3 button shapes: circle, rounded, square
  • Custom border radius slider (0-50px)
  • Adjustable button spacing (4-24px)
  • 8 color presets: Brand Colors, Mono Dark, Mono Light, Outline/Ghost, Minimal, Glass, Gradient, and Custom
  • Per-variant custom colors: set different colors for inline, collapsible, and floating buttons
  • 4 shadow presets: none, subtle, medium, bold
  • 5 hover animations: lift, grow, glow, fade, shine
  • Optional text labels
  • Auto-placement or manual shortcode
  • Open Graph & Twitter Card meta tags (auto-detects SEO plugins)
  • Compatible with Divi Theme Builder, Elementor, Bricks, Beaver Builder, and more
  • Fully extensible via WordPress filters

Shortcode:

Use [webworq_share] in any post, page, widget, or Divi Code Module.

Extending:

Add custom platforms with the webworq_ss_platforms filter. See class-platforms.php for examples.

External services

This plugin generates share links that redirect the user’s browser to the following third-party social platforms. No data is sent from your server — the share URL (containing the post title and permalink) is constructed as a standard link that the visitor clicks. The visitor’s browser then navigates directly to the platform.

LinkedIn

Used to share a link on LinkedIn.
Data sent: post URL (via the visitor’s browser upon click).
Service provided by LinkedIn Corporation.
Terms of Service: https://www.linkedin.com/legal/user-agreement
Privacy Policy: https://www.linkedin.com/legal/privacy-policy

X (formerly Twitter)

Used to share a link on X.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by X Corp.
Terms of Service: https://x.com/en/tos
Privacy Policy: https://x.com/en/privacy

Bluesky

Used to share a link on Bluesky.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by Bluesky PBC.
Terms of Service: https://bsky.social/about/support/tos
Privacy Policy: https://bsky.social/about/support/privacy-policy

Facebook

Used to share a link on Facebook.
Data sent: post URL (via the visitor’s browser upon click).
Service provided by Meta Platforms, Inc.
Terms of Service: https://www.facebook.com/terms.php
Privacy Policy: https://www.facebook.com/privacy/policy/

WhatsApp

Used to share a link via WhatsApp.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by Meta Platforms, Inc.
Terms of Service: https://www.whatsapp.com/legal/terms-of-service
Privacy Policy: https://www.whatsapp.com/legal/privacy-policy

Pinterest

Used to pin a link on Pinterest.
Data sent: post URL, title, and featured image URL (via the visitor’s browser upon click).
Service provided by Pinterest, Inc.
Terms of Service: https://policy.pinterest.com/en/terms-of-service
Privacy Policy: https://policy.pinterest.com/en/privacy-policy

Reddit

Used to submit a link on Reddit.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by Reddit, Inc.
Terms of Service: https://www.redditinc.com/policies/user-agreement
Privacy Policy: https://www.reddit.com/policies/privacy-policy

Telegram

Used to share a link via Telegram.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by Telegram FZ-LLC.
Terms of Service: https://telegram.org/tos
Privacy Policy: https://telegram.org/privacy

Threads

Used to share a link on Threads.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by Meta Platforms, Inc.
Terms of Service: https://help.instagram.com/769983657850450
Privacy Policy: https://www.facebook.com/privacy/policy/

Pocket

Used to save a link to Pocket.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by Mozilla Corporation.
Terms of Service: https://getpocket.com/en/tos/
Privacy Policy: https://getpocket.com/en/privacy/

Tumblr

Used to share a link on Tumblr.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by Automattic Inc.
Terms of Service: https://www.tumblr.com/policy/en/terms-of-service
Privacy Policy: https://www.tumblr.com/privacy/en

LINE

Used to share a link via LINE.
Data sent: post URL (via the visitor’s browser upon click).
Service provided by LY Corporation.
Terms of Service: https://terms.line.me/line_terms
Privacy Policy: https://terms.line.me/line_rules

Viber

Used to share a link via Viber.
Data sent: post URL and title (via the visitor’s browser upon click).
Service provided by Viber Media S.à r.l.
Terms of Service: https://www.viber.com/en/terms/viber-terms-use/
Privacy Policy: https://www.viber.com/en/terms/viber-privacy-policy/

安裝方式

  1. Upload the webworq-social-share folder to /wp-content/plugins/
  2. Activate via Plugins menu
  3. Go to Settings > Webworq Social Share to configure

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Webworq Social Share Buttons〉的開發相關工作。

參與者
  • Webworq

將〈Webworq Social Share Buttons〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

4.0.4

  • Added External Services section documenting all third-party platform URLs with terms/privacy links
  • Escaped all remaining unescaped variables in admin and frontend output
  • Applied webworq_ss_kses_icon() to all icon echo statements
  • Fixed inline script timing — moved wp_add_inline_script() into enqueue_assets() so JS loads correctly
  • Moved inline scripts to wp_add_inline_script() for Plugin Check compliance
  • Wrapped all frontend output with proper kses sanitization
  • Replaced all _e() with esc_html_e() for escaped translations
  • Upgraded () calls to esc_html() where appropriate
  • Removed legacy shortcode alias

4.0.0

  • Rebranded from Ripple to Webworq Social Share Buttons
  • New slug: webworq-social-share
  • Updated all CSS class prefixes, constants, and function names
  • Automatic settings migration from previous versions
  • SVG icon sanitization with proper viewBox preservation
  • Fixed all WordPress Plugin Check (PCP) errors
  • Compatible with Divi Theme Builder specialty column layouts

3.1.2

  • Fixed SVG icon rendering — wp_kses was stripping case-sensitive viewBox attribute
  • Added SVG-safe sanitization helpers

3.1.1

  • Fixed all WordPress Plugin Check (PCP) errors for directory compliance
  • Improved output escaping throughout admin interface
  • Added translators comments for all placeholder strings
  • Fixed auto-placement for Divi Theme Builder specialty column layouts
  • Updated tested-up-to to WordPress 6.9

3.1.0

  • Switched to official Automattic social-logos icon set
  • Removed Pocket and Viber platforms (now 13 platforms total)
  • Fixed auto-placement for Divi Theme Builder layouts
  • Admin preview now renders live buttons in the Styling tab

3.0.0

  • Added 6 new platforms: Pinterest, Reddit, Telegram, Threads, Tumblr, LINE (total: 13)
  • 8 color presets: Brand, Mono Dark, Mono Light, Outline, Minimal, Glass, Gradient, Custom
  • Per-variant custom colors for inline, collapsible, and floating buttons
  • 5 hover animations: lift, grow, glow, fade, shine
  • 4 shadow presets: none, subtle, medium, bold
  • Adjustable button spacing (4-24px range slider)
  • Custom border radius (0-50px) alongside shape presets
  • FAB size options: small (44px), medium (56px), large (68px)
  • FAB mobile visibility toggle
  • Full CSS custom properties architecture for dynamic theming
  • Automatic settings migration from v2 to v3

1.0.0

  • Initial release

中繼資料

  • 版本 4.0.4
  • 最後更新 3 個月前
  • 啟用安裝數 少於 10 次
  • WordPress 版本需求 5.0 或更新版本
  • 已測試相容的 WordPress 版本 6.9.4
  • PHP 版本需求 7.4 或更新版本
  • 語言
    English (US)
  • 標籤:
    LinkedInopen graphshare buttonssocial sharingtwitter card
  • 進階檢視

評分

這個項目尚無任何評論記錄。

Your review

查看全部使用者評論

參與者

  • Webworq

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.