GoldPriceOne the
Widget
Demo and instructions
GoldPriceOne Widget
For your website
Our widget is pretty easy to use. Simply copy and paste the following code into your website's HTML source code to get started:
<div id="goldprice-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
If you are using a Content Management System like Wordpress, Typo3, Joomla, etc. we have some more examples for you down below.
By using our widget on your website you accept our license agreement (terms of service) that you can find here.
Widget Features
Live Gold Price: Current gold price in USD per troy ounce of fine gold (999.9). 24 hours Chart: Vector-based historical chart with sharp scaling. Theme Support: Light, dark and auto theme (users system preference). Auto-Update: Automatic updates every 5 minutes.
Easy to setup
As of today the widget has only one configuration option, called 'data-theme'. By default it's set to 'auto' which means the widget will automatically adjust to the users system settings. You can also set it to 'light' or 'dark' to force the widget to use a specific theme.
More examples
Integrating
the widget
Your CMS and the widget
There are so many Content Management Systems out there. We have examples for some of the most popular of them below. If you are using a different system, please contact us and we will try to help you.
Wordpress
Wordpress page/post (Gutenberg)
<!-- HTML Block -->
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Wordpress footer (functions.php)
function add_goldpriceone_widget() {
?>
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
<?php
}
add_action('wp_footer', 'add_goldpriceone_widget');
Typo3
Typo3 in content element
<!-- HTML Block -->
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Typo3 in template (typoscript)
# TypoScript Setup
page.footerData.10 = TEXT
page.footerData.10.value (
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
)
Joomla
Joomla in template (template.php)
// templates/your-template/index.php
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Joomla custom module
// modules/mod_goldpriceone/mod_goldpriceone.php
defined('_JEXEC') or die;
?>
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Shopify
In Theme (theme.liquid):
<!-- sections/goldpriceone-widget.liquid -->
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Drupal
Drupal In template (page.html.twig)
{# templates/page.html.twig #}
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Drupal custom block
// modules/custom/goldpriceone_block/src/Plugin/Block/GoldPriceOneBlock.php
public function build() {
return [
'#markup' => '<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>',
];
}
Wix
Custom HTML Element:
<!-- In Wix HTML Element -->
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Squarespace
Code Injection (Header):
<!-- Settings > Advanced > Code Injection > Header -->
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Weebly
Custom HTML Element:
<!-- Drag & Drop HTML Element -->
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
PrestaShop
In Template (footer.tpl):
{* themes/your-theme/footer.tpl *}
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Magento
In Template (footer.phtml):
<!-- app/design/frontend/your-theme/default/template/page/html/footer.phtml -->
<div id="goldpriceone-widget" data-theme="auto"></div>
<script src="https://widget.goldpriceone.app/goldpriceone-widget.js"></script>
Using the widget
on your website
Terms of Service
This widget is part of GoldPriceOne and is provided by element92 UG (haftungsbeschränkt). The widget is free to use for commercial and non-commercial purposes. By using our widget on your website you accept our license agreement (terms of service) below.
Disclaimer of warranties
The widget is provided "as is" and "as available" without any warranties of any kind, either express or implied, including but not limited to:
- Warranties of merchantability
- Fitness for a particular purpose
- Non-infringement
- Accuracy of data
- Uninterrupted service
- Error-free operation
Limitation of Liability
element92 UG shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages, including but not limited to:
- Loss of profits
- Loss of data
- Business interruption
- Financial losses
- Damages arising from the use or inability to use the widget
- Damages arising from inaccurate or delayed gold price data
Data Accuracy & Financial Disclaimer
- element92 UG (haftungsbeschränkt) does not guarantee the accuracy, completeness, or timeliness of the data. Users should verify critical financial information from official sources
- The widget is for informational purposes only and should not be used as the sole basis for financial decisions. This widget does not constitute financial advice
- Always consult with qualified financial professionals before making investment decisions. Past performance does not guarantee future results. Gold prices are subject to market fluctuations and may result in financial losses
Service Availability
- The widget and API may be temporarily unavailable due to maintenance or technical issues
- We reserve the right to modify, suspend, or discontinue the service at any time
- No compensation will be provided for service interruptions
- element92 UG is not responsible for the availability or accuracy of third-party services (price data, etc.)
- Users are responsible for ensuring their websites comply with applicable laws and regulations
Indemnification, Governing Law
By using this widget, you agree to indemnify and hold harmless element92 UG (haftungsbeschränkt) from any claims, damages, or expenses arising from your use of the widget. This license is governed by German law. Any disputes shall be resolved in the courts of Germany.