Sell your Ethereum ERC20 ICO tokens from your WordPress site.
Screenshots

This is how the plugin looks like if the Show icons feature is enabled.
![The <code>[ethereum-ico-progress]</code> display](https://ps.w.org/ethereumico/assets/screenshot-2.png?rev=1833749)
The [ethereum-ico-progress]
display
![The <code>[ethereum-ico-balance]</code> display](https://ps.w.org/ethereumico/assets/screenshot-3.png?rev=1846693)
The [ethereum-ico-balance]
display
![The <code>[ethereum-ico-purchases]</code> display](https://ps.w.org/ethereumico/assets/screenshot-4.png?rev=1846693)
The [ethereum-ico-purchases]
display

The plugin settings

The plugin settings continued

Displayed currencies list and Show icons flag

Most ICO settings
![The <code>[ethereum-ico-progress]</code> soft an hard caps](https://ps.w.org/ethereumico/assets/screenshot-9.png?rev=1846693)
The [ethereum-ico-progress]
soft an hard caps
FAQ
Installation Instructions
Enter your settings in admin pages and place the [ethereum-ico]
and/or [ethereum-ico-progress]
shortcodes wherever you need it.
The Purchase button style has a button
CSS class and is determined by your WP theme chosen.
You can customize it by adding these code to your Additional CSS
section in the theme customizing:
.button.ethereum-ico-bottom-button-two {
background-color: #ffd600;
color: #ffffff;
}
.button.ethereum-ico-bottom-button-two:hover {
background-color: #ffd6ff;
color: #ffffff;
}
And for progressbar:
.progress {
background-color: #f5f5f5;
border-radius: 4px;
}
.progress-bar {
background-color: #337ab7;
}
.progress-meter > .meter > .meter-text {
color: rgb(160, 160, 160);
}
Choose your own colors and additional styles if needed.
ChangeLog
- 1.5.1 Compatibility issues fixed for other plugins using web3 object
- 1.5.0 Airdrop support is added. Just set the minimum allowed setting to zero and the Crowdsale address to your airdrop contract.
- 1.4.0 Two new shortcodes are introduced:
[ethereum-ico-balance]
to show tokens balance on the current user account and
[ethereum-ico-purchases] to display a table of recent token purchases by anyone, or by the current user.
No new admin settings are introduced in this version.
- 1.3.3 Improved compatibility with other plugins and themes.
Improved error handling and reporting.
- 1.3.2 An elementor plugin conflict with the web3.js library is fixed
The ICO progress now shortens values with 1.1K and 1.1M instead of 1100ETH and 1100000ETH respectively.
- 1.3.1 A simple ICO progress bar shortcode is introduced:
[ethereum-ico-progress]
.
The [ethereum-ico]
shortcode markup is rewritten with bootstrap grid styles for best WP themes and mobile devices compatibility.
The button styles now are WP theme related. It uses the standard button
CSS class. You can customize it within your theme settings.
- 1.2.0 Minimum and maximum ether amount can be specified to workaround some legal issues.
- 1.1.2 Include bootstrap CSS for some classes used.
- 1.1.1 Bug in the free plugin version is fixed.
- 1.1.0 Select a list of any currencies supported by the openexchangerates.org to convert the price to.
Optionally, show icons for coins, including your own token.
- 1.0.3 Wrong decimals usage fixed
- 1.0.0 The initial release.