Changeset 1734269
- Timestamp:
- 09/22/2017 12:46:43 PM (9 years ago)
- File:
-
- 1 edited
-
plista/tags/1.5.10/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plista/tags/1.5.10/readme.txt
r1734242 r1734269 42 42 4. Search for „plista“ in the top right corner on the site 43 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-publisher44 6. If you don’t have an account at plista yet you have to register here: [contact page](https://www.plista.com/publisher/contact-publisher/) 45 45 7. In wordpress you have to go to settings > plista and type in the information you have received from plista 46 46 8. If you want to position the widget your own, you have to use Shorttags 47 47 48 48 = Shorttags for own positioning for one or more widgets = 49 1.Shortcode options have to be activated49 * Shortcode options have to be activated 50 50 * Activate shortcode checkboxes 51 51 * Got to Design/Appereance > Editor > single.php 52 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 ?>` 53 `<?php \n echo do_shortcode( \'[plista widgetname=plista_widget_belowArticle_test]\' ); \n ?>` 54 55 `code` 56 57 `1 ligne 58 2 ligne` 56 59 57 60 The name of the widget, here : 'plista_widget_belowArticle_test', is an information that you received from plista 58 61 59 2.Outstream Ads62 * Outstream Ads 60 63 Put in the following div for the outstream video ad: 61 `<div data-widget= "plista_widget_outstream"></div>`64 `<div data-widget=\"plista_widget_outstream\"></div>` 62 65 63 66 == Frequently Asked Questions == 64 67 = Where do I get the "name of the widget" and the "public key" required for the settings of the plugin? = 65 The "name of the widget" and the "public key" are available after registration on https://www.plista.com/publisher_registrations66 These details are also available on the Publisher Dashboard in the table "Data view": https://www.plista.com/publishers/dashboard68 The "name of the widget" and the "public key" are available after registration on [contact page](https://www.plista.com/publisher/contact-publisher/) 69 These details are also available on the Publisher Dashboard in [Planet](https://planet.plista.com/) 67 70 Click the icon in the "integration" column and you will get all the necessary information displayed. 68 71 … … 74 77 This Message will disappear after we have received about 10 items from your site. 75 78 76 For more questions please visit our FAQ's: https://www.plista.com/de/publishers/info/faq79 For more questions please visit our FAQ's: [FAQ for Publishers](https://www.plista.com/publisher/publisher-faq/) 77 80 78 81 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.