[WordPress] 外掛分享: Sound Money Info Quotes Widget

首頁外掛目錄 › Sound Money Info Quotes Widget
WordPress 外掛 Sound Money Info Quotes Widget 的封面圖片
10+
安裝啟用
尚無評分
70 天前
最後更新
問題解決
WordPress 5.2+ PHP 7.4+ v2.1.6 上架:2026-02-04

內容簡介

**總結:**
Sound Money Info Quotes Widget 在 WordPress 網站上以乾淨、可自訂的滾動條方式顯示寶貴金屬和貨幣價格。該外掛透過可信的第三方來源定期檢索價格數據,在 WordPress 內部進行本地緩存,並呈現快速可靠的報價顯示,不需進行每頁遠程 API 調用。

問題與答案:
1. Sound Money Info Quotes Widget 主要用途是什麼?
- 用於在 WordPress 網站上顯示寶貴金屬和貨幣價格。
2. 這個外掛如何獲取價格數據?
- 外掛會定期從可信第三方來源檢索價格數據,並在 WordPress 內部進行緩存。
3. 價格資料提供的是什麼目的?
- 價格資料僅供信息和教育用途,並不代表實時交易或執行價格。
4. Sound Money Info Quotes Widget 使用的更新頻率是怎樣的?
- 黃金、白銀、鉑金、鈀和銅現貨價格每5分鐘更新;其他價格根據不同單位進行計算和更新。
5. 這個外掛支援哪些金屬和定價儀器的選擇性顯示?
- 可以選擇性顯示特定金屬和定價儀器。
6. 外掛如何更新前端顯示?
- 透過輕量的 REST 渲染端點進行前端刷新。
7. 使用哪個外部服務以獲取所需的價格數據?
- Sound Money Info Quotes Data API。
8. 這個外掛是否支援全頁緩存、優化外掛和 CDN?
- 是的,它與全頁緩存、優化外掛和 CDN 兼容。

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.1.6) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Sound Money Info Quotes Widget」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Sound Money Info Quotes Widget displays live precious metals and sound money pricing in a clean, customizable ticker for WordPress sites. The plugin retrieves pricing data from trusted third-party sources on a scheduled basis, caches the results locally within WordPress, and renders fast, reliable quote displays without requiring per-page remote API calls.
Quotes are refreshed automatically in the background and displayed on the front end using a lightweight REST render endpoint. Site owners can choose between a static placement or a scrolling (marquee-style) ticker, customize styling, control refresh behavior, and selectively display specific metals or pricing instruments.
Pricing data is provided for informational and educational purposes only and is not intended to represent real-time trading or execution prices.
Highlights
* Scheduled background pricing updates with local WordPress caching
* No remote API calls on page load once data is cached
* Static or scrolling (marquee-style) ticker display
* Front-end refresh via REST render endpoint
* Shortcode-based configuration with styling and behavior controls
* Selective display of specific metals and pricing instruments
* Compatible with full-page caching, optimization plugins, and CDNs
This plugin was developed in partnership with SoundMoneyInfo.com and the Citizens for Sound Money as part of an ongoing effort to improve public access to transparent sound money pricing information.
Data Sources, Pricing Calculations, and Update Schedule
The Sound Money Info Quotes Widget displays precious metals and sound money pricing based on a combination of public market data, published issuer rates, and aggregated dealer pricing. Prices are informational only and are not intended to represent real-time trading or execution quotes.
Pricing updates generally follow the COMEX trading schedule and do not update during weekends or during the daily COMEX one-hour trading break, except where issuer- or dealer-published pricing is used.
Update frequency and calculation methods are as follows:

Gold, Silver, Platinum, Palladium, and Copper Spot Prices
Updated every 5 minutes using the latest available COMEX market data.

Gold, Silver, Platinum, and Palladium Price per Gram
Calculated by dividing the respective spot price by 31.1 (grams per troy ounce).

Copper per Ounce
Calculated by dividing the spot price of copper by 16 (copper is quoted per avoirdupois pound, with 16 ounces per pound).

Aurum Pricing
Calculated by dividing the gold spot price by 31,103 (milligrams per troy ounce) and multiplying by 2 to reflect the commonly applied milligram gold (MG) market markup.

Gold Eagle, Silver Eagle, and Platinum Eagle Pricing
Calculated by polling publicly listed prices from major online precious metals dealers and averaging the lowest available prices across the top listings. Dealers may include nationally recognized bullion retailers such as APMEX, SD Bullion, and comparable sources.

Goldback Pricing
Updated once daily based on the officially published exchange rate provided by Goldback, Inc.

Kinesis KAU and KAG
Pricing is sourced directly from the Kinesis Monetary System (Kinesis) API.

All pricing data is cached within WordPress and refreshed on a scheduled basis. Front-end display refresh intervals do not increase external API usage.
Pricing data is provided for educational and informational purposes only and should not be relied upon for trading or investment decisions.
External Services
This plugin connects to an external API to obtain pricing data that is required to render the ticker.

Service: Sound Money Info Quotes Data API
What it is used for: Returns the latest precious metals and sound money pricing payload used by this plugin.
What data is sent and when:

The plugin sends an HTTP GET request from your WordPress server to https://api.idealmsp.com/webhook/c4sm/.
This request is made on a scheduled basis (every 5 minutes via WP-Cron) and may also run on first use if no cached pricing data exists.
No personal user data is intentionally sent. Like any outbound HTTP request, your server IP address and a standard WordPress user agent string may be transmitted as part of the connection.

This service is provided by “Ideal Managed Solutions, LLC” Terms of Use / Privacy Policy

The plugin caches the API response locally in WordPress. Front-end refreshes retrieve rendered HTML from your own site via a REST endpoint and do not contact the external API.
Usage
Use the shortcode:
[smiqw_ticker]
The shortcode outputs a live precious metals quotes ticker using cached pricing data.
Shortcode Attributes

precision
Number of decimal places to display for prices.
Default: 2

bg
Background color of the ticker container.
Default: #0f172a

color
Text color for quote values and labels.
Default: #e2e8f0

border_color
Border color for the ticker container. Set to none to disable the border.
Default: #e2e8f0

font_size
Base font size (in pixels) for quote text.
Default: 16

refresh_sec
Front-end refresh interval in seconds. This controls how often the displayed data is refreshed from cached values and does not increase API usage.
Minimum: 5
Default: 60

scroll
Enable the scrolling (marquee-style) ticker.
Accepted values: 1, true
Default: off (static placement)

scroll_speed
Controls the speed of the scrolling ticker. Higher values scroll faster.
Range: 1–100
Default: 70

show_metals
Optional comma-separated list of metal groups to display. If omitted, all available quotes are shown.

Supported values:
– AU (Gold quotes)
– AG (Silver quotes)
– PT (Platinum quotes)
– PD (Palladium quotes)
– CU (Copper quotes)
– GB (Goldback quote)
– AURUM (Aurum quote)
– KINESIS (Kinesis KAU and KAG)
Examples
Static ticker with custom styling:
[smiqw_ticker precision=”2″ bg=”#0b1220″ color=”#f8fafc” border_color=”none” font_size=”15″]
Scrolling ticker with slower speed and longer refresh interval:
[smiqw_ticker scroll=”true” scroll_speed=”40″ refresh_sec=”90″]
Display only gold, silver, and Goldback quotes:
[smiqw_ticker show_metals=”AU,AG,GB”]

延伸相關外掛

文章
Filter
Mastodon