Plugin Directory

Changeset 1734239


Ignore:
Timestamp:
09/22/2017 12:11:54 PM (9 years ago)
Author:
plista
Message:

update readme.txt and add a icon

Location:
plista
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • plista/trunk/readme.txt

    r1681129 r1734239  
    3636== Installation ==
    3737
    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 =
     391.  Log in in Wordpress
     402.  Go to menu „Plugins“
     413.  Click on „Install“
     424.  Search for „plista“ in the top right corner on the site
     435.  Click on „install now“ and wait a seconds to click on activate the plugin
     446.  If you don’t have an account at plista yet you have to register here: https://www.plista.com/de/publisher/message-booking-publisher
     457.  In wordpress you have to go to settings > plista and type in the information you have received from plista
     468.  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 =
     491.  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
     57The name of the widget, here : 'plista_widget_belowArticle_test', is an information that you received from plista
     58
     592.  Outstream Ads
     60Put in the following div for the outstream video ad:
     61`<div data-widget="plista_widget_outstream"></div>`
    4962
    5063== Frequently Asked Questions ==
     
    6982== Screenshots ==
    7083
    71 1. plista Adminpage
    72 2. An Example of our plista Widgets
     841. Plista presentation
     852. Recommendation widget
     863. plista Adminpage
    7387
    7488== Changelog ==
     
    1601741.5.9 @ 19-06-2017
    161175    * Add single page website option
     176
     1771.5.9 @ 22-09-2017
     178    * Update readme.txt
Note: See TracChangeset for help on using the changeset viewer.