Changeset 1753481
- Timestamp:
- 10/26/2017 09:27:47 PM (8 years ago)
- Location:
- monetize-me/trunk
- Files:
-
- 2 edited
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
monetize-me/trunk/main.php
r1711594 r1753481 4 4 * Plugin URI: https://mcqacademy.com/ 5 5 * Description: Monetize Me plugin will help webmaster to manage monetize scripts and display using shortcodes and widgets. 6 * Version: 0.0. 86 * Version: 0.0.9 7 7 * Author: Micro Solutions Bangladesh 8 8 * Author URI: http://microsolutionsbd.com/ … … 31 31 32 32 class MMP_Main { 33 public $version = '0.0. 2';33 public $version = '0.0.9'; 34 34 35 35 function __construct() { -
monetize-me/trunk/readme.txt
r1711594 r1753481 6 6 Tags: monetize website, Ad Management, manage adsense script, manage monetize script, monetize me 7 7 Requires at least: 4.0 8 Tested up to: 4.8. 18 Tested up to: 4.8.2 9 9 Stable tag: trunk 10 10 License: GPLv2 or later … … 15 15 == Description == 16 16 Monetize Me plugin will help webmaster to manage monetize scripts. The plugin also offers shortcode ([mmps]) and widget (Show Advertisment) to enable webmaster display the advertisment in website. 17 18 Pleas use "Advertisements Sponsor", "Advertisements Width", and "Advertisements Height" taxonomies to categories you monetize scripts. Then use this information in the shortcode to display your required monetize scripts. 19 20 The shortcode [mmps] offers the following attributes to manage your scripts: 21 22 1. id: comes from the slug of the script post. with this 'id' attribute all other attribute will not work. because with this 'id' attribute you are telling an specific ad that you have created. 23 24 2. width: comes from the "Advertisements Width" taxonomy. Width of the advertisment need to be mention in the 'width' attribute. default value for 'width' attribute is 'responsive'. 25 26 3. height: comes from the "Advertisements Height" taxonomy. Height of the advertisment need to be mention in the 'width' attribute. default value for 'height' attribute is 'responsive'. 27 28 4. class: left, right, and center are allowed values for the 'class' attribute to mention the alignment of the advertisment. default value is 'left'. 29 30 5. stype: comes from the "Advertisements Sponsor" taxonomy. stype need a slug of a sponsor. default is 'adsense' 31 32 6. type: comes from the "Ad Type" field of "General Setting" box. mix, link, text, img, feed, and article are allowed values for the 'type' attribute. 33 34 7. limit: how many ads to be serve matching required attribute. any mumber are allowed but 0. 35 36 8. wrapper: default value is 1 to wrap your advertisemet script in a div. use 0 to not use any html div wrapper. 37 38 Hope the screenshots shows few good way - how to create monetization post and use those anywhere in the site using shortcode or widgets. 39 17 40 18 41 … … 26 49 27 50 == Changelog == 51 52 = 0.0.9 = 53 * Add two more options for the advertisment type 28 54 29 55 = 0.0.8 = … … 57 83 5. stype: stype need a slug of a sponsor. default is 'adsense' 58 84 59 6. type: mix, link, text, and imgare allowed values for the 'type' attribute.85 6. type: mix, link, text, img, feed, and article are allowed values for the 'type' attribute. 60 86 61 87 7. limit: how many ads to be serve matching required attribute. any mumber are allowed but 0.
Note: See TracChangeset
for help on using the changeset viewer.