cbass1856
Forum Replies Created
-
Ok, it seems that my host provider blocks xmlrpc.php. I guess that puts a damper on things.
I have this problem as well. Any update would be greatly appreciated
Forum: Plugins
In reply to: [WP LinkedIn] The token used in the request has expiredNevermind, I figured it out. The redirect link was incorrect within the LinkedIn API registration page. Once I corrected this link, the redirect link worked in the error message and I was able to fix the problem.
Chad
Forum: Plugins
In reply to: [Amazon Link] https breaks the bannersThis worked perfectly. Thank you
Forum: Plugins
In reply to: [Strictly Auto Tags] Not generating any tagsNever mind, waste of money
Forum: Plugins
In reply to: [Amazon Link] Banner Size 728×90I appreciate it. This worked like a charm!
Chad
Forum: Plugins
In reply to: [Amazon Link] Banner Size 728×90I tried your suggestions and I’m not having much success. Here is the template code I’m using. Could you point out any problems? Thank you.
<iframe src=”https://%RCM%/e/cm?t=%TAG%&o=%MPLACE_ID%&p=48&l=ur1&category=amazonhomepage&f=ifr&linkID=TUCSMEO7D7NEDG5M” width=”728″ height=”90″ scrolling=”no” border=”0″ marginwidth=”0″ style=”border:none;” frameborder=”0″></iframe>
Chad
Forum: Plugins
In reply to: [Amazon Link] Posting Banners above the header and footer on every pageThank you, I figured it out. I put this code in the footer.php
<p style=”text-align: center;”><?php if (function_exists(amazon_shortcode)) echo amazon_shortcode(“template=banner page footer”); ?></p>
Forum: Plugins
In reply to: [Amazon Link] Posting Banners above the header and footer on every pageI’m sorry, I’m not really following. To get the easy banner above the footer of each page, I would have to use amazon_shortcode([amazon template=banner page footer]? I think I’m missing something here.
Alternatively, can I use the Iframe code for the easy banner in the footer.php file? That doesn’t seem to work, but I could be doing something wrong. The reason why I think this is because the banner code I get for amazon for the US associates works, but the iframe code from amazon link doesn’t.
Thank you.
ChadForum: Plugins
In reply to: [Amazon Link] Posting Banners above the header and footer on every pageHello,
I figured I can modify the footer.php to get the banner where is needs to go. Unfortunately, the Shortcode doesn’t seem to work. Here is the code I’m using in the footer.php. Could you provide any suggestions?<p style=”text-align: center;”><?php echo do_shortcode(“[amazon template=banner easy]”); ?></p>
<div class=”footer<?php tfuse_footer_class() ?>”>
<div class=”inner”>
<div class=”container”><?php tfuse_footer(); ?>
<div class=”clear”></div>
</div>
</div>
</div>
</div>
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/all.js#xfbml=1”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script><?php wp_footer(); ?>
</body>
</html>Do I have to add anything to get shortcodes working in this php file? Thank you
Do I have to add