Plugin Directory

Changeset 2211672


Ignore:
Timestamp:
12/13/2019 03:32:37 PM (6 years ago)
Author:
b3none
Message:

update readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • the-insertr/trunk/readme.txt

    r2211662 r2211672  
    1414== Description ==
    1515
    16 This tool helps with PPC and can make landing pages appear more specified and tailored to the ads.
     16The Herdl dynamic keyword insertion plugin, The Insertr, dynamically inserts a keyword onto your page using a simple URL query string to determine the keyword and a shortcode for placement.
     17
     18The placement of the word or phrase is determined by the location of the short code. In the case where a word is not specified a fallback Keyword or phrase is placed instead.
    1719
    1820== Installation ==
     
    2426== Usage ==
    2527
    26 To use this plugin you'll need to implement short codes in your WordPress editor like so:
    27 ```
    28 The [insertr key="keyword" fallback="person"] went for a run.
    29 ```
     28Short code to be used: [insertr key=”{desiredword}” fallback=”{fallback}”] where ‘desiredword’ is the word to be placed, and ‘fallback’ is the word to appear if no keyword is specified.
    3029
    31 Then you can use a link to this page as
    32 ```
    33 herdl.com/run/?keyword=Cheetah
    34 ```
     30For the Keyword to be placed on your page, you must also add the following parameter to your URL: ?keyword={example} Where ‘example’ is the word you want to placed.
     31
     32If your URL already has parameters (E.g – there is already a ? in the URL) add &keyword={keyword} to the end of the string.
    3533
    3634== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.