First of all – Best wishes for the year 21!
Do You have any experiences with this tool? We have a lot of partner at Awin and use it – but it seems to get in conflict with Your cloaking tool. If activated no clicks are tracked.
Thx / Sascha
]]>Thank you for creating this plugin; it looks like it will be a great way for sites to hook their AWIN site codes in easily
I’ve just activated this plugin on a new site (current stable version of WordPress 5.6); and receive the following Notice level error from PHP:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the convert-a-link handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /wordpress/wp-includes/functions.php on line 5229
…while the script still appears in the source code, and I can see the AWIN
variable being generated; it’s clagging up the debugging logs.
The issue appears to be a result of calling wp_enqueue_scripts
procedurally, outside of a hooked function in plugins/convert-a-link/convert-a-link.php
line 29
; and could be resolved by changing:
$publisherId = get_option('cal_publisherId');
wp_enqueue_script('convert-a-link', 'https://www.dwin2.com/pub.'. $publisherId .'.min.js', array(), false, true);
to
function convert_a_link_scripts() {
$publisherId = get_option('cal_publisherId');
wp_enqueue_script('convert-a-link', 'https://www.dwin2.com/pub.'. $publisherId .'.min.js', array(), false, true);
}
add_action('wp_enqueue_scripts','convert_a_link_scripts');
Thanks in advance
I need your help, as Content Egg doesn′t pull the correct Merchant Logo for the shop Idealo.de, which I access through AWIN.
I′ve found this code, but I have no idea how I would need to change it.
function my_awin_mapping($pairs)
{
$pairs['Cdiscount FR'] = 'cdiscount.com';
$pairs['Darty FR'] = 'darty.com';
return $pairs;
}
add_filter('cegg_awin_merchant_mapping', 'my_awin_mapping', 1);
I need this shop Logo to be correct on all my page and not just for the category of “pairs”.
Could you please help out how i can map the Idealo Logo?
Cheers
]]>If not, do you plan on adding this feature?
]]>Ter are no problems with the affiliatelinks from other networks then Awin as far as I can see.
With the version 3.6.1 there are no problems of this kind.
]]>The button works if it’s viewed from the HOMEPAGE.
However, if I click the product, view the description and click the button, only the domain of the affiliate URL gets loaded, not the URL with my affiliate ID.
Can anyone help?
]]>I’ve used Amazon Affiliates and Awin for the past 2 years. This week I updated WordPress to 5.1, when I edited my post (see the link) all of the Amazon links that were text and image disappeared.
I’ve replaced them all with only image links, which works – please could you tell me how to get text/image to work?
Today I’ve had the same problem with Awin creator links, I’ve copied the code from Awin, pasted into the HTML editor of WordPress, and it just comes up with a broken image symbol when I go back to the visual editor. On the preview nothing shows up.
I’ve tried making a copy of this post, and updating it to blocks, but this doesn’t fix the problem.
Please help!
Beth
]]>