( ! ) Warning: file_get_contents(http://marketplace.envato.com/api/v3/item:159422.json): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/forge/evographics.net/previews/envato-item-info-v.1.1/envato-items-php-plugin/envato-item-store-info.php on line 30
Call Stack
#TimeMemoryFunctionLocation
10.0002242360{main}( )../index.php:0
20.0017256112set_envato_item_info( )../index.php:62
30.0017256280file_get_contents ( )../envato-item-store-info.php:30
| Envato Store Info
  • sales
  • $0
    only
  • Not rate yet
    customers rating

Features v.1.1

This plugin allows you to display all info about an Envato Marketplace item into your website. The Plugin is available for regular site with PHP support and for WordPress platform. The main folder contains both plugin types and PSD files for custom changes.

  • Available for regula php site and Wordpress platform
  • Ready in a few easy steps (well documented)
  • Compatible with all modern browsers
  • Powered by Envato APIs
  • Envato Referral links

Share this Item

WordPress Plugin

You can easy display your Envato item info with a simple wp shorcode, anywhere in your Wordpress site . Once you have install the plugin correctly, you have to use a simple line of code to run it.

Code

1. [envato-item id=envato_item_id style=plugin_style username='envato_username']

Parameters

  • id int required the Envato item id ex:3432268
  • style int : default 0 not-required 0 if your site has a light background, 1 if your site has a dark background
  • username string not-required Envato username for referral links

PHP Version

If you want to use the plugin inside a regular php site you have to include two files and call a php function with some parameters.

Code

1. <!-- paste at the top of your php page (be sure that the file path is correct) --> 
2. <?php require_once('envato-items-php-plugin/envato-item-store-info.php'); ?>
3.
4. <!-- paste the css file inside the HEAD tag -->
5. <link rel="stylesheet" href="envato-items-php-plugin/envato-item-store-info.css" type="text/css">
6.
7. <!-- paste inside the BODY tag and edit the function parameters -->
8. <?php echo set_envato_item_info($envato_item_id, $style, $username); ?>

Parameters

  • $envato_item_id int required the Envato item id ex:3432268
  • $style int : default 0 not-required 0 if your site has a light background, 1 if your site has a dark background
  • $username string not-required Envato username for referral links