Viewing 6 replies - 1 through 6 (of 6 total)
  • NicolaSpreafico

    (@nicolaspreafico)

    Hello, I had the same problem.
    I modified the youtube-channel-slider.php file changing the feeding url

    $feed_url = "http://www.youtube.com/feeds/videos.xml?user=" . $user_name;

    and a small tuning to read the new format of the RSS-Feed

    dylanodonnell

    (@dylanodonnell)

    Hi NicolaSpreafico!

    Can you provide any more info? I tried pasting your $feed_url line into the file around line 160 but it had no effect. What else did you do?

    Thanks in advance!

    anshu_mah

    (@anshu_mah)

    Hello, I had the same problem
    Please, help me to resolve this problem!

    Thread Starter maximbrykin

    (@maximbrykin)

    Great! This works! Thank you NicolaSpreafico!

    dylanodonnell

    (@dylanodonnell)

    But how? Can you give any more info on the solution?

    sprange3

    (@sprange3)

    I used the code below, which seemed to work for me. I wasn’t able to get NicolaSpreafico’s solution to work. I entered my channel id after the = and before the “.

    $feed->set_feed_url(“https://www.youtube.com/feeds/videos.xml?channel_id=”);

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Plugin stoped work after April 20, 2015.’ is closed to new replies.