Title: FerimanEdge Regime Widget
Author: ferimanedge
Published: <strong>September 14, 2026</strong>
Last modified: September 14, 2026

---

Search plugins

![](https://ps.w.org/ferimanedge-regime-widget/assets/banner-772x250.png?rev=3695309)

![](https://ps.w.org/ferimanedge-regime-widget/assets/icon.svg?rev=3695176)

# FerimanEdge Regime Widget

 By [ferimanedge](https://profiles.wordpress.org/ferimanedge/)

[Download](https://downloads.wordpress.org/plugin/ferimanedge-regime-widget.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/ferimanedge-regime-widget/#description)
 * [Reviews](https://wordpress.org/plugins/ferimanedge-regime-widget/#reviews)
 *  [Installation](https://wordpress.org/plugins/ferimanedge-regime-widget/#installation)
 * [Development](https://wordpress.org/plugins/ferimanedge-regime-widget/#developers)

 [Support](https://wordpress.org/support/plugin/ferimanedge-regime-widget/)

## Description

FerimanEdge Regime Widget displays the latest published market regime status for
BTC, ETH, and BNB directly in WordPress, either individually or together. Each widget
shows the current BULL, SIDEWAYS, or BEAR classification for the selected market,
or for BTC, ETH, and BNB together.

Add the widget to any WordPress page or post using a shortcode or a Gutenberg block.
Choose the market, visual theme, and size without editing HTML.

The plugin itself does not fetch, store, or process market data. It generates a 
plain `<iframe>` pointing to the selected FerimanEdge widget. The widget content
is served directly by ferimanedge.com to the visitor’s browser.

### Features

 * Shortcode: `[ferimanedge_regime coin="btc" theme="visitor" size="standard"]`
 * Gutenberg block with a local preview and simple dropdowns for coin, theme, and
   size
 * Supported coins: BTC, ETH, BNB, or All Markets
 * Supported themes: Dark, Light, or Follow visitor OS setting (follows the visitor’s
   OS/browser `prefers-color-scheme` setting)
 * Supported sizes: Compact, Standard, Large
 * No third-party JavaScript or CSS dependencies are bundled in the plugin. The 
   widget content is loaded from ferimanedge.com through an iframe.
 * No server-side API calls and nothing to configure globally
 * Invalid attribute values automatically fall back to sane defaults instead of 
   breaking the page

### Third-party service

This plugin embeds content from **ferimanedge.com**, an independent, third-party
crypto market-data and trading-edge service that is not affiliated with WordPress.
org.

When a page containing the shortcode or the block is viewed, the visitor’s browser
loads an `<iframe>` directly from `https://ferimanedge.com/widget/{coin}`. As with
any embedded image, video, or iframe hosted on an external domain, this means the
visitor’s IP address and the fact that the request was made are transmitted to ferimanedge.
com’s servers. The plugin itself never makes any outbound server-side request (no`
wp_remote_get()`, no API calls). It only outputs the iframe’s HTML.

 * [Terms of Service](https://ferimanedge.com/tos)
 * [Privacy Policy](https://ferimanedge.com/privacy-policy)

## Screenshots

[⌊BTC regime widget in dark mode.⌉⌊BTC regime widget in dark mode.⌉[

BTC regime widget in dark mode.

[⌊BTC regime widget in light mode.⌉⌊BTC regime widget in light mode.⌉[

BTC regime widget in light mode.

[⌊ETH regime widget in dark mode.⌉⌊ETH regime widget in dark mode.⌉[

ETH regime widget in dark mode.

[⌊ETH regime widget in light mode.⌉⌊ETH regime widget in light mode.⌉[

ETH regime widget in light mode.

[⌊BNB regime widget in dark mode.⌉⌊BNB regime widget in dark mode.⌉[

BNB regime widget in dark mode.

[⌊BNB regime widget in light mode.⌉⌊BNB regime widget in light mode.⌉[

BNB regime widget in light mode.

[⌊All Markets regime widget in dark mode.⌉⌊All Markets regime widget in dark mode
.⌉[

All Markets regime widget in dark mode.

[⌊All Markets regime widget in light mode.⌉⌊All Markets regime widget in light mode
.⌉[

All Markets regime widget in light mode.

## Blocks

This plugin provides 1 block.

 *   FerimanEdge Regime Widget Embed a FerimanEdge market regime widget (BTC / ETH/
   BNB / All Markets) as an iframe.

## Installation

 1. Upload the `ferimanedge-regime-widget` folder to `/wp-content/plugins/`, or install
    it via Plugins  Add New  Upload Plugin.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. Use the shortcode `[ferimanedge_regime]` in any post or page, or add the “FerimanEdge
    Regime Widget” block from the block inserter.

## FAQ

### Does this plugin send any of my site’s data to FerimanEdge?

No. The plugin never makes a server-side request to ferimanedge.com. It only outputs
an `<iframe>` tag; the visitor’s own browser loads it, the same way it would load
an embedded YouTube video.

### What shortcode attributes are available?

 * `coin`: `btc`, `eth`, `bnb`, or `all` (default: `all`)
 * `theme`: `dark`, `light`, or `visitor` (default: `visitor`)
 * `size`: `compact`, `standard`, or `large` (default: `standard`)

Any unrecognized value silently falls back to its default instead of breaking the
page.

### What does “Follow visitor OS setting” do?

This option omits the `theme` parameter from the embed URL, so the widget follows
the visitor’s OS/browser `prefers-color-scheme` setting. It does not detect or read
your WordPress theme.

### Does the block make extra requests while I’m editing?

No. The block editor uses a local preview and does not load the FerimanEdge iframe
while you are editing. The actual `<iframe>` is loaded when a published page containing
the block is viewed.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“FerimanEdge Regime Widget” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ ferimanedge ](https://profiles.wordpress.org/ferimanedge/)
 *   [ Feriman ](https://profiles.wordpress.org/feriman/)

[Translate “FerimanEdge Regime Widget” into your language.](https://translate.wordpress.org/projects/wp-plugins/ferimanedge-regime-widget)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ferimanedge-regime-widget/),
check out the [SVN repository](https://plugins.svn.wordpress.org/ferimanedge-regime-widget/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ferimanedge-regime-widget/)
by [RSS](https://plugins.trac.wordpress.org/log/ferimanedge-regime-widget/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Renamed the Auto theme option to Follow visitor OS setting and changed its shortcode
   value from `auto` to `visitor`.
 * Clarified the supported market statuses and the visitor OS color-scheme behavior.
 * Improved the README structure and service links.

#### 1.0.0

 * Initial release: shortcode and Gutenberg block for embedding FerimanEdge regime
   widgets.

## Meta

 *  Version **1.0.1**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [bitcoin](https://wordpress.org/plugins/tags/bitcoin/)[bnb](https://wordpress.org/plugins/tags/bnb/)
   [crypto](https://wordpress.org/plugins/tags/crypto/)[ethereum](https://wordpress.org/plugins/tags/ethereum/)
   [widget](https://wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://wordpress.org/plugins/ferimanedge-regime-widget/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ferimanedge-regime-widget/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ferimanedge-regime-widget/reviews/)

## Contributors

 *   [ ferimanedge ](https://profiles.wordpress.org/ferimanedge/)
 *   [ Feriman ](https://profiles.wordpress.org/feriman/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ferimanedge-regime-widget/)