Official WordPress plugin that allows you to earn up to 50% from ads & in-game purchases — no hosting or coding!
Playgama: Embed Games and Monetize is a WordPress plugin that enables website owners and content creators to monetize their traffic through game widgets. By adding these widgets to your website, you can earn revenue from both advertisements and in-game purchases made by your visitors.
- Easy integration with WordPress Block Editor (Gutenberg)
- Shortcode support for use in classic editor or text widgets
- Customizable widget dimensions
- Asynchronous loading for optimal performance
- Responsive design
- Go to Plugins > Add New
- Search for "Playgama: Embed Games and Monetize"
- Click "Install Now" and then "Activate"
- Download the plugin ZIP file
- Upload the plugin files to the
/wp-content/plugins/playgama-embed-games-monetizedirectory - Activate the plugin through the 'Plugins' screen in WordPress
You can insert Playgama widgets in two ways:
- Add the "Playgama: Embed Games and Monetize" block in the WordPress block editor
- Enter your Widget ID in the block settings
- Customize width and height as needed
[playgama_widget widget_id="your_widget_id" width="100%" height="200px"]
Parameters:
widget_id(required): Your unique widget ID from Playgamawidth(optional): Width of the widget (e.g., "100%", "300px")height(optional): Height of the widget (default: "200px")
To get your Widget ID:
- Create an account at Playgama Partners
- Create a new widget in your dashboard
- Copy the Widget ID for use in WordPress
- WordPress 6.7 or higher
- PHP 7.4 or higher
- Clone the repository
- Install dependencies with
npm installoryarn install - Start development server with
npm startoryarn start - Build production version with
npm run buildoryarn build - Create a plugin ZIP with
npm run plugin-ziporyarn plugin-zip
This project is licensed under the GPL-2.0-or-later License - see the LICENSE for details.