• Resolved Tony Payne

    (@poddys)


    I added Dealfeed to my site The Laughline and I cannot get any items to display, even though previewing the feed I can see that there are items listed, but on my pages they appear blank, just the title is showing.

    I did add the PHP code correctly in the sidebar, and I can see from the page source that this has been processed to trigger display of the header.

    I do have the merchant that I am trying to display the feed for active, and I did set up my token. I even refreshed my token to make sure it was correct.

    Do I need to wait for the feed to refresh? I can’t think what else I might be doing wrong.

    Thanks in advance for any help.

    https://www.ads-software.com/extend/plugins/linksharerss-ads/

Viewing 6 replies - 1 through 6 (of 6 total)
  • <?php get_linkshareRSS(); ?>
    I put this tag in the sidebar php and I still get fatal undefined error, Is there a special pace in the sidebar php to put it in. I have worked on this for 3 days please help

    this is error that appers in the sidebar when i add it.
    Fatal error: Call to undefined function get_linkcoupon() in /home5/xxxxx/public_html/xxxxs/wp-content/plugins/linksharerss-ads/LinkshareRSSCoupon.php on line 284
    I have tired to put it in several places within the sidebar php in wp dashboard apparance, edit.

    I went to the plugin at my host here is line 284 what is wrong with it?

    function widget_linkCoupon($args) {

    extract($args);

    $options = get_option(‘widget_linkCoupon’);
    $title = $options[‘title’];
    $before_images = $options[‘before_images’];
    $after_images = $options[‘after_images’];

    echo $before_widget . $before_title . $title . $after_title . $before_images;
    (line 284) get_linkCoupon();
    echo $after_images . $after_widget;
    }

    To get this to work I changed (line 284) to get_linkshareCoupons(); // get_linkCoupon();

    Also to get the RSS as a Widget in my theme i added line 1483 as shown below

    add_action(‘admin_menu’, ‘linkCoupon_admin_menu’);
    add_action(‘plugins_loaded’, ‘widget_linkCoupon_init’);
    (line 1483) add_action(‘plugins_loaded’, ‘widget_linkshareRSSFeed_init’);
    add_action(‘wp_ajax_RSSCoupon_merchantfinder_lookup’, ‘myplugin_ajax_merchantfinder_lookup’ );

    You may need to add your RRS feed if not listed to the “Choose an RSS feed.” selection list starting on code line 1061.

    I gave up on this code too much work and just use the regular RSS plugin

    Good Luck

    Thank you for the information I will try it.
    What Regular rss plugin are you talking about?

    I put the code in, I dont get error messages but no matter what I select there are no coupon deals. I did try the line 1483 and it shut my site down. I just changed it back.

    I wonder why they give us a plugin and say it works when it doesnt. I did everything that was said to do.

    Maybe I will try again later.

    Thanks for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: LinkShare Dealfeed] Linkshare Dealfeed No Items Displaying’ is closed to new replies.