Changeset 2211672
- Timestamp:
- 12/13/2019 03:32:37 PM (6 years ago)
- File:
-
- 1 edited
-
the-insertr/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-insertr/trunk/readme.txt
r2211662 r2211672 14 14 == Description == 15 15 16 This tool helps with PPC and can make landing pages appear more specified and tailored to the ads. 16 The 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 18 The 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. 17 19 18 20 == Installation == … … 24 26 == Usage == 25 27 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 ``` 28 Short 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. 30 29 31 Then you can use a link to this page as 32 ``` 33 herdl.com/run/?keyword=Cheetah 34 ``` 30 For 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 32 If your URL already has parameters (E.g – there is already a ? in the URL) add &keyword={keyword} to the end of the string. 35 33 36 34 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.