Changeset 1745400
- Timestamp:
- 10/12/2017 12:08:28 PM (8 years ago)
- Location:
- eldolink/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
wp-eldolink.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eldolink/trunk/readme.txt
r1744857 r1745400 38 38 Parameters : 39 39 40 - **products** : list of the products to promote41 - **format** : format of the banner42 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)43 - **trk1** : your tracker (optionnal)44 - **trk2** : your additional tracker (optionnal)40 - **products** : list of the products to promote 41 - **format** : format of the banner 42 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform) 43 - **trk1** : your tracker (optionnal) 44 - **trk2** : your additional tracker (optionnal) 45 45 46 46 = [eldolink_catcher] = … … 50 50 Parameters : 51 51 52 - **tool** : tool's identifier used (see on the Eldolink® platform for identifiers to be used)53 - **width** : width of the banner54 - **height** : height of the banner55 - **txtColor** : colour of the text used into the catcher56 - **bgColor** : background colour of the catcher57 - **brColor** : border colour of the catcher58 - **btnColor** : colour of the button used into the catcher59 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)60 - **trk1** : your tracker (optionnal)61 - **trk2** : your additional tracker (optionnal)52 - **tool** : tool's identifier used (see on the Eldolink® platform for identifiers to be used) 53 - **width** : width of the banner 54 - **height** : height of the banner 55 - **txtColor** : colour of the text used into the catcher 56 - **bgColor** : background colour of the catcher 57 - **brColor** : border colour of the catcher 58 - **btnColor** : colour of the button used into the catcher 59 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform) 60 - **trk1** : your tracker (optionnal) 61 - **trk2** : your additional tracker (optionnal) 62 62 63 63 = [eldolink_content] = … … 67 67 Parameters : 68 68 69 - **tool** : tool's identifier used (see on the Eldolink® platform for identifiers to be used)70 - **width** : width of the banner71 - **height** : height of the banner72 - **txtColor** : colour of the text used into the catcher73 - **bgColor** : background colour of the catcher74 - **brColor** : border colour of the catcher75 - **btnColor** : colour of the button used into the catcher76 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)77 - **trk1** : your tracker (optionnal)78 - **trk2** : your additional tracker (optionnal)69 - **tool** : tool's identifier used (see on the Eldolink® platform for identifiers to be used) 70 - **width** : width of the banner 71 - **height** : height of the banner 72 - **txtColor** : colour of the text used into the catcher 73 - **bgColor** : background colour of the catcher 74 - **brColor** : border colour of the catcher 75 - **btnColor** : colour of the button used into the catcher 76 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform) 77 - **trk1** : your tracker (optionnal) 78 - **trk2** : your additional tracker (optionnal) 79 79 80 80 = [eldolink_dynamic] = … … 84 84 Parameters : 85 85 86 - **format** : format of the banner87 - **txtColor** : colour of the text used into the catcher88 - **bgColor** : background colour of the catcher89 - **brColor** : border colour of the catcher90 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform)91 - **trk1** : your tracker (optionnal)92 - **trk2** : your additional tracker (optionnal)86 - **format** : format of the banner 87 - **txtColor** : colour of the text used into the catcher 88 - **bgColor** : background colour of the catcher 89 - **brColor** : border colour of the catcher 90 - **r** : pricing model (default: revenue sharing or the one you've specified on the Eldolink® platform) 91 - **trk1** : your tracker (optionnal) 92 - **trk2** : your additional tracker (optionnal) 93 93 94 94 == About == -
eldolink/trunk/wp-eldolink.php
r1744857 r1745400 386 386 get_admin_page_title(), 387 387 388 __('This plugin gives you access to every Eldolink® promotion tools, such as :', 'eldo'),388 __('This plugin gives you access to every Eldolink® promotion tools, such as :', 'eldo'), 389 389 __('- Banners', 'eldo'), 390 390 __('- Dynamic banners', 'eldo'), … … 410 410 __('widgets page', 'eldo'), 411 411 __('They can be configured as if you were on the Eldolink® platform', 'eldo'), 412 __('You can also insert every tools into pages or posts by using it\'s shortcode :', 'eldo'),413 414 __('Banners :', 'eldo'),415 __('Shortcode : [eldolink_banner]', 'eldo'),416 __('Parameters :', 'eldo'),417 __('{products} : list of the products to promote', 'eldo'),418 __('{format} : format of the banner', 'eldo'),419 __('{r} : pricing model to use', 'eldo'),420 __('{trk1} : your tracker', 'eldo'),421 __('{trk2} : your additional tracker', 'eldo'),422 __('Example : [eldolink_banner products=14,10,1 format=300x250 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),423 424 __('Email catchers :', 'eldo'),425 __('Shortcode : [eldolink_catcher]', 'eldo'),426 __('Parameters :', 'eldo'),427 __('{tool} : tool\'s identifier', 'eldo'),428 __('{width} : width of the catcher', 'eldo'),429 __('{height} : height of the catcher', 'eldo'),430 __('{txtColor} : text colour', 'eldo'),431 __('{bgColor} : background colour', 'eldo'),432 __('{brColor} : border colour', 'eldo'),433 __('{btnColor} : button colour', 'eldo'),434 __('{r} : pricing model to use', 'eldo'),435 __('{trk1} : your tracker', 'eldo'),436 __('{trk2} : your additional tracker', 'eldo'),437 __('Example : [eldolink_catcher tool=223 width=650 height=160 txtColor=333333 bgColor=ffffff brColor=337ab7 btnColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),438 439 __('Free contents :', 'eldo'),440 __('Shortcode : [eldolink_content]', 'eldo'),441 __('Parameters :', 'eldo'),442 __('{tool} : tool\'s identifier', 'eldo'),443 __('{width} : width of the catcher', 'eldo'),444 __('{height} : height of the catcher', 'eldo'),445 __('{txtColor} : text colour', 'eldo'),446 __('{bgColor} : background colour', 'eldo'),447 __('{brColor} : border colour', 'eldo'),448 __('{btnColor} : button colour', 'eldo'),449 __('{r} : pricing model to use', 'eldo'),450 __('{trk1} : your tracker', 'eldo'),451 __('{trk2} : your additional tracker', 'eldo'),452 __('Example : [eldolink_content tool=169 width=600 height=800 txtColor=333333 bgColor=ffffff brColor=337ab7 btnColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo'),453 454 __('Dynamic banners :', 'eldo'),455 __('Shortcode : [eldolink_dynamic]', 'eldo'),456 __('Parameters :', 'eldo'),457 __('{format} : format of the banner', 'eldo'),458 __('{txtColor} : text colour', 'eldo'),459 __('{bgColor} : background colour', 'eldo'),460 __('{brColor} : border colour', 'eldo'),461 __('{r} : pricing model to use', 'eldo'),462 __('{trk1} : your tracker', 'eldo'),463 __('{trk2} : your additional tracker', 'eldo'),464 __('Example : [eldolink_dynamic format=300x250 txtColor=333333 bgColor=ffffff brColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo')412 __('You can also insert every tools into pages or posts by using it\'s shortcode :', 'eldo'), 413 414 __('Banners :', 'eldo'), 415 __('Shortcode : [eldolink_banner]', 'eldo'), 416 __('Parameters :', 'eldo'), 417 __('{products} : list of the products to promote', 'eldo'), 418 __('{format} : format of the banner', 'eldo'), 419 __('{r} : pricing model to use', 'eldo'), 420 __('{trk1} : your tracker', 'eldo'), 421 __('{trk2} : your additional tracker', 'eldo'), 422 __('Example : [eldolink_banner products=14,10,1 format=300x250 r=share trk1=tracker trk2=additional_tracker]', 'eldo'), 423 424 __('Email catchers :', 'eldo'), 425 __('Shortcode : [eldolink_catcher]', 'eldo'), 426 __('Parameters :', 'eldo'), 427 __('{tool} : tool\'s identifier', 'eldo'), 428 __('{width} : width of the catcher', 'eldo'), 429 __('{height} : height of the catcher', 'eldo'), 430 __('{txtColor} : text colour', 'eldo'), 431 __('{bgColor} : background colour', 'eldo'), 432 __('{brColor} : border colour', 'eldo'), 433 __('{btnColor} : button colour', 'eldo'), 434 __('{r} : pricing model to use', 'eldo'), 435 __('{trk1} : your tracker', 'eldo'), 436 __('{trk2} : your additional tracker', 'eldo'), 437 __('Example : [eldolink_catcher tool=223 width=650 height=160 txtColor=333333 bgColor=ffffff brColor=337ab7 btnColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo'), 438 439 __('Free contents :', 'eldo'), 440 __('Shortcode : [eldolink_content]', 'eldo'), 441 __('Parameters :', 'eldo'), 442 __('{tool} : tool\'s identifier', 'eldo'), 443 __('{width} : width of the catcher', 'eldo'), 444 __('{height} : height of the catcher', 'eldo'), 445 __('{txtColor} : text colour', 'eldo'), 446 __('{bgColor} : background colour', 'eldo'), 447 __('{brColor} : border colour', 'eldo'), 448 __('{btnColor} : button colour', 'eldo'), 449 __('{r} : pricing model to use', 'eldo'), 450 __('{trk1} : your tracker', 'eldo'), 451 __('{trk2} : your additional tracker', 'eldo'), 452 __('Example : [eldolink_content tool=169 width=600 height=800 txtColor=333333 bgColor=ffffff brColor=337ab7 btnColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo'), 453 454 __('Dynamic banners :', 'eldo'), 455 __('Shortcode : [eldolink_dynamic]', 'eldo'), 456 __('Parameters :', 'eldo'), 457 __('{format} : format of the banner', 'eldo'), 458 __('{txtColor} : text colour', 'eldo'), 459 __('{bgColor} : background colour', 'eldo'), 460 __('{brColor} : border colour', 'eldo'), 461 __('{r} : pricing model to use', 'eldo'), 462 __('{trk1} : your tracker', 'eldo'), 463 __('{trk2} : your additional tracker', 'eldo'), 464 __('Example : [eldolink_dynamic format=300x250 txtColor=333333 bgColor=ffffff brColor=337ab7 r=share trk1=tracker trk2=additional_tracker]', 'eldo') 465 465 ); 466 466 }
Note: See TracChangeset
for help on using the changeset viewer.