SG213
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Link] AWS Request FailedCurrent version of the plugin doesn’t support Product Advertising API 5.0 yet.
Forum: Plugins
In reply to: [Amazon Link] Images not appearing all of suddenAlmost certainly due to Amazon turning off PA API v.4.
I’m working on trying to move the Amazon Link plugin to API 5 but don’t have a definite date just yet on when this might be ready.
Forum: Plugins
In reply to: [Amazon Link] Amazon Australia supportI just tried it by adding an asin[au]= to an existing link with other Amazon regions, and also adding localise=0&default_cc=au for testing.
It seems to work well, thanks a lot!
- This reply was modified 7 years, 9 months ago by SG213.
Forum: Plugins
In reply to: [Amazon Link] Amazon Australia supportNice one! Thanks
I’ll give it a shot.
Ok no problem…
Actually my main problem was that ad code wasn’t being inserted into posts either, however it seems to work now after changing settings to display on “Category pages”. Was just a little confusing since I didn’t need to do this in the previous version, but all good now!
Thanks again for the quick reply and awesome plugin!
I’m not use Yoast but I had to do something similar with the Zoom Framework SEO settings.
It boiled down to using something like this in the function where the meta descrption is being create:
// remove [caption] shortcode $content = preg_replace("/\[caption.*\[\/caption\]/", '', $post->post_content);Various other processing is then done to $content before being output in the meta description tag.