Plugin Directory

Changeset 1709702


Ignore:
Timestamp:
08/07/2017 05:09:19 PM (9 years ago)
Author:
shahalom
Message:

Add new faq item in the readme file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • monetize-me/trunk/readme.txt

    r1709634 r1709702  
    4141A menu item (called "Ads") appears on the left sidebar in admin. You will also get different links to manage ads script, ad width, ad height, and ad sponsors.
    4242
     43= What is the shortcode offered by this plugin =
     44This plugin offered only shortcode called [mmps] with few attributes. The shortcode attributes are:
     45    1. id: slug of any ad can be provide in the id attribute. 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.
     46
     47    2. width: width of the advertisment need to be mention in the 'width' attribute. default value for 'width' attribute is 'responsive'.
     48
     49    2. height: height of the advertisment need to be mention in the 'width' attribute. default value for 'height' attribute is 'responsive'.
     50
     51    3. class: left, right, and center are allowed values for the 'class' attribute to mention the alignment of the advertisment. default value is 'left'.
     52
     53    4. stype: stype need a slug of a sponsor. default is 'adsense'
     54
     55    5. type: mix, link, text, and img are allowed values for the 'type' attribute.
     56
     57    6. limit: how many ads to be serve matching required attribute. any mumber are allowed but 0.
     58
     59    7. wrapper: default value is 1 to wrap your advertisemet script in a div. use 0 to not use any html div wrapper.
     60
    4361= Do I need a backup of my website to use this plugin? =
    4462It's not mandatory task because we do not make any update or delete operation out of any functionality for this plugin.
Note: See TracChangeset for help on using the changeset viewer.