Title: Affiliate Bridge
Author: affiliatebridge
Published: <strong>30. 3. 2021</strong>
Last modified: 14. 12. 2021

---

Prohledat pluginy

![](https://ps.w.org/affiliate-bridge/assets/banner-772x250.jpg?rev=2506137)

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

![](https://ps.w.org/affiliate-bridge/assets/icon-256x256.jpg?rev=2506137)

# Affiliate Bridge

 Autor: [affiliatebridge](https://profiles.wordpress.org/affiliatebridge/)

[Stáhnout](https://downloads.wordpress.org/plugin/affiliate-bridge.1.1.0.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/affiliate-bridge/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/affiliate-bridge/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/affiliate-bridge/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/affiliate-bridge/#developers)

 [Podpora](https://wordpress.org/support/plugin/affiliate-bridge/)

## Popis

Affiliate Bridge allows you to effortlessly integrate affiliated items (only from
ebay for now) in your site.

### How to use

 1.  After installing and activating the Affiliate Bridge plugin in your WordPress 
     website.
 2.  Navigate to the plugin settings, by pressing settings link in plugin section or
     navigating to it `Settings->Affiliate Bridge`
 3.  Set the default shortcode search attributes (i.e Keyword, category, condition,
     number of items etc.)
 4.  Set the `main affiliate` account. to see what `main` means, check out `Revenue
     Sharing Model` section.
 5.  Use the short code `[affiliate-bridge]` to show affiliated products.
 6.  You can use the shortcode with the default settings, or override the defaults 
     with shortcode props.
 7.  Paste the code anywhere in your site
 8.  Save
 9.  Congratulations 😀

### Minimum Requirements

 * WordPress 5.0.0 or later
 * PHP version 7.2 or later

### Shortcode props

 1. items – number of items to show. example: `[affiliate-bridge items="4"]` (default
    = 1)
 2. size – image size. options are: `small` | `medium` | `large`. example: `[affiliate-
    bridge size="small"]` (default = large)
 3. keywords – add search keywords (with spaces and other special characters). used
    to override the default you set in admin. example `[affiliate-bridge keywords="
    baseball cards"]`
 4. framed – choose what kind of image frame to use. example `[affiliate-bridge framed
    ="C"]`. (you can also use `affiliate_bridge_image_style_override_custom` filter
    to use you own customized css)
 5. categories – ddd Category IDs, separated by a comma. Download eBay Categories. 
    example `[affiliate-bridge categories="213"]`
 6. condition – product condition. options are `All` | `New` | `Used`. example `[affiliate-
    bridge condition="Used"]` (default is `All`)
 7. defimage – link to default image. example `[affiliate-bridge defimage="https://
    example.com/wp-content/uploads/08/20/my-cool-image.png"]` (default is `All`)
 8. source – currently no use. will be added in future versions.

### Revenue Sharing Model

In its free version, Affiliate Bridge uses a „Revenue Sharing Algorithm“ for splitting
affiliate income between the user (the Website Owner) and the Affiliate Bridge plugin
maker.
 Based on the system clock, 85% of calls to the API will be made with The
Website Owner’s API Key. The rest of the calls (15%), will be using a hard codded„
Affiliate Bridge plugin maker“‚s API key. The Revenue Sharing Algorithm is in charge
of the splitting calls STATISTICALLY to generate about 85% of Affiliate Program 
income to the Website Owner, the rest (about 15%) will go to the Plugin Owner. If
the Website Owner does not change the default plugin settings, Affiliate Bridge 
will use the plugin maker api key mentioned above 100% of the time. Using this Revenue
Sharing Model allows us to provide this product free of charge, on The Website Owner’s
end, while still providing a professional and reliable product.. oh, and also coffee
to go with that :).

### Site

https://affiliate-bridge.com/
 https://www.bicycle-riding.com/

## Snímky obrazovky

 * [[
 * Plugin Settings.
 * [[
 * Multi Item Table Example.

## Instalace

 1. Download the plugin, unzip it and move the unzipped folder to the „wp-content/plugins“
    directory in your WordPress installation.
 2. In your admin panel, go to Plugins and you’ll find Affiliate Bridge in the plugins
    section.
 3. Click on the ‚Activate‘ button to use your new plugin right away.
 4. PS: Remember to click the **Enable auto-updates** link for this plugin so that 
    you don’t miss cool new features as they come in.

## Nejčastější dotazy

Q: How to use custom css filter?
 A: Here an example

add_filter(‚affiliate_bridge_image_style_override_custom‘, ‚my_ridiculously_wide_border_customization‘);

function my_ridiculously_wide_border_customization($originalCss) {
 // you can access
the original css and add to it $result = $originalCss . ‚border:10px solid gray;‘;//
what you return would be the custom css option return $res; }

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Affiliate Bridge je otevřený software. Následující lidé přispěli k vývoji tohoto
pluginu.

Spolupracovníci

 *   [ affiliatebridge ](https://profiles.wordpress.org/affiliatebridge/)
 *   [ stevorated ](https://profiles.wordpress.org/stevorated/)
 *   [ Mattheu Farmer ](https://profiles.wordpress.org/mattheufarmer/)

[Přeložte “Affiliate Bridge” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/affiliate-bridge)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/affiliate-bridge/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/affiliate-bridge/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/affiliate-bridge/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/affiliate-bridge/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.1.0 – Dec 13 2021

 * Refactored code to more easily allow adding new sources

#### 1.0.2 – Apr 30 2021

 * Fixed short description on WordPress.org plugin library

#### 1.0.1 – Apr 28 2021

 * Fixed error with shortcode not being recognized
 * Fixed image width issue in Chrome-based browsers

#### 1.0.0 – Mar 13 2021

 * Initial Release

## Meta

 *  Verze **1.1.0**
 *  Poslední aktualizace **před 4 roky**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 5.0.0 nebo novější **
 *  Testováno až do WordPressu **5.7.15**
 *  Verze PHP ** 7.2 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/affiliate-bridge/)
 * Štítky
 * [affiliate](https://cs.wordpress.org/plugins/tags/affiliate/)[bridge](https://cs.wordpress.org/plugins/tags/bridge/)
   [ebay](https://cs.wordpress.org/plugins/tags/ebay/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/affiliate-bridge/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Your review](https://wordpress.org/support/plugin/affiliate-bridge/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/affiliate-bridge/reviews/)

## Spolupracovníci

 *   [ affiliatebridge ](https://profiles.wordpress.org/affiliatebridge/)
 *   [ stevorated ](https://profiles.wordpress.org/stevorated/)
 *   [ Mattheu Farmer ](https://profiles.wordpress.org/mattheufarmer/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/affiliate-bridge/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://affiliate-bridge.com)