
前言介紹
- 這款 WordPress 外掛「Sound Money Info Quotes Widget」是 2026-02-04 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2026-02-06,距離現在已有 20 天。
- 外掛最低要求 WordPress 5.2 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
idealmsp |
外掛標籤
gold | silver | ticker | sound money | precious metals |
內容簡介
**總結:**
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 兼容。
原文外掛簡介
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”]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Sound Money Info Quotes Widget」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
ITS Jewellery Price Plugin 》ITS Jewellery Price Plugin for Woocommerce可以幫助更新珠寶產品的價格。我們都知道,珠寶產品的價格每天都會根據貴金屬(例如黃金和鑽石)的價格而改變。...。
TrustedPMDealers 》TrustedPMDealers.com 是一個複雜的線上項目,旨在建立全球貴金屬投資者、買家和經銷商之間的雙贏關係。為了使我們的訪客受益,我們創建了一個準確信息的資料...。
