Changeset 1734239
- Timestamp:
- 09/22/2017 12:11:54 PM (9 years ago)
- Location:
- plista
- Files:
-
- 3 added
- 3 edited
-
assets (added)
-
assets/icon-128x128.png (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/screenshot-1.png (modified) (previous)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/screenshot-3.png (added)
Legend:
- Unmodified
- Added
- Removed
-
plista/trunk/readme.txt
r1681129 r1734239 36 36 == Installation == 37 37 38 1. Register at http://www.plista.com/publisher_registrations to use the Widget. 39 2. Wait until your Domain has been reviewed and unlocked by plista. The Widget is not usable prior to approval. 40 3. After approval, log in to your Administration Page. 41 4. In the Navigation menu on the left, click Plugin, followed by the sub-menu install. 42 5. Search for "plista", install, and activate the plugin from the Author "WordPress@plista.com". 43 6. Go to the plista Dashboard (https://www.plista.com/publishers/dashboard). You can locate the "data view" table directly beneath the "visual view" table. 44 7. Search for the Widget you wish to use and click on the icon in the "integration" column. 45 8. A pop-up window with the "public key" and "widget name" should show. Both values are needed to activate your plugins. 46 9. Go back to your WordPress Admin and click "plista" under the navigation item settings. Enter the widget name and public key in the basic settings and save. 47 10. Further modifications to the widget can be done here as desired. 48 11. The plista plugin is now active and can be used. 38 = For just one widget, without own positioning = 39 1. Log in in Wordpress 40 2. Go to menu „Plugins“ 41 3. Click on „Install“ 42 4. Search for „plista“ in the top right corner on the site 43 5. Click on „install now“ and wait a seconds to click on activate the plugin 44 6. If you don’t have an account at plista yet you have to register here: https://www.plista.com/de/publisher/message-booking-publisher 45 7. In wordpress you have to go to settings > plista and type in the information you have received from plista 46 8. If you want to position the widget your own, you have to use Shorttags 47 48 = Shorttags for own positioning for one or more widgets = 49 1. Shortcode options have to be activated 50 * Activate shortcode checkboxes 51 * Got to Design/Appereance > Editor > single.php 52 * Put in the following code whereever you want to position the widget 53 `<?php 54 echo do_shortcode( '[plista widgetname=plista_widget_belowArticle_test]' ); 55 ?>` 56 57 The name of the widget, here : 'plista_widget_belowArticle_test', is an information that you received from plista 58 59 2. Outstream Ads 60 Put in the following div for the outstream video ad: 61 `<div data-widget="plista_widget_outstream"></div>` 49 62 50 63 == Frequently Asked Questions == … … 69 82 == Screenshots == 70 83 71 1. plista Adminpage 72 2. An Example of our plista Widgets 84 1. Plista presentation 85 2. Recommendation widget 86 3. plista Adminpage 73 87 74 88 == Changelog == … … 160 174 1.5.9 @ 19-06-2017 161 175 * Add single page website option 176 177 1.5.9 @ 22-09-2017 178 * Update readme.txt
Note: See TracChangeset
for help on using the changeset viewer.