Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • stulaine Friend
    #206666

    We have downloaded the most recent plugin in hopes that it had fixed some of the YouTube issues and added playlist.

    We have been attempting to add a playlist of videos to K2 to no avail. When we verify the playlist the xml shows what we expect. When we hit run now we get nothing.

    The playlist is PLokUMIyJZ1_aS3y8tO5-udiJ6ws-cmzvY You can try it yourself directly or in our staging server.

    We need this very much. The vimeo works great.

    Thanks

    Luna Garden Moderator
    #571959

    Hi,

    The YouTube Data API (v2) has been officially deprecated as of March 4, 2014. YouTube Data API is moved to YouTube Data API (v3) for new integrations and migrate applications still using the v2 API to the v3 API as well. So you must enter API to this plugin works for Youtube importing as this capture: http://easycaptures.com/fs/uploaded/847/6212304571.png
    Follow this link to know how to get API key: https://developers.google.com/youtube/registering_an_application

    stulaine Friend
    #572048

    I had already tried to enter my API key. I enter it, save and it goes away. Not sure it is actually staying. Anyway even if I just put the api key in and hit run now the results are the same. No Results

    stulaine Friend
    #737088

    I had already tried to enter my API key. I enter it, save and it goes away. Not sure it is actually staying. Anyway even if I just put the api key in and hit run now the results are the same. No Results

    Luna Garden Moderator
    #572145

    Hi,

    It was a bug of our extension. We have fixed it on your site.
    The fix version will be released soon.

    n2stl Friend
    #572197

    <em>@stulaine 475336 wrote:</em><blockquote>I had already tried to enter my API key. I enter it, save and it goes away. Not sure it is actually staying. Anyway even if I just put the api key in and hit run now the results are the same. No Results</blockquote>

    Same exact problem. Data API Key is not saving.

    Luna Garden Moderator
    #572701

    Hi,

    The fix version for issue Youtube API key has been release. Please check and download at: http://www.joomlart.com/forums/downloads.php?do=cat&id=20454

    Luna Garden Moderator
    #737736

    Hi,

    The fix version for issue Youtube API key has been release. Please check and download at: http://www.joomlart.com/forums/downloads.php?do=cat&id=20454

    stulaine Friend
    #573485

    We had this import once but now it will not import a playlist again.

    Hitting the verify button gets a null

    Running it gets a “no longer available” with null results

    The playlist ID we are attempting to get is PLokUMIyJZ1_aS3y8tO5-udiJ6ws-cmzvY

    Please advise not sure if this is the plugin or Youtube misbehaving.

    Thanks

    stulaine Friend
    #738512

    We had this import once but now it will not import a playlist again.

    Hitting the verify button gets a null

    Running it gets a “no longer available” with null results

    The playlist ID we are attempting to get is PLokUMIyJZ1_aS3y8tO5-udiJ6ws-cmzvY

    Please advise not sure if this is the plugin or Youtube misbehaving.

    Thanks

    Luna Garden Moderator
    #573529

    Hi Stulaine,

    Thanks for your report.
    Youtube has just change the link to retrieve playlist data.
    In order to fix this issue, go to file: pluginssystemjasocial_feedelementsassetsjsjat3.js
    find for:

    if (option == 'username'){
    url = "https://youtube.com/feeds/videos.xml?user="+encodeURIComponent($(pid).value);
    } else if (option == 'playlistID'){
    url = "http://gdata.youtube.com/feeds/api/playlists/"+encodeURIComponent($(pid).value);
    }

    change to:

    if (option == 'username'){
    url = "https://youtube.com/feeds/videos.xml?user="+encodeURIComponent($(pid).value);
    } else if (option == 'playlistID'){
    url = "https://youtube.com/feeds/videos.xml?playlist_id="+encodeURIComponent($(pid).value);
    }

    Luna Garden Moderator
    #738556

    Hi Stulaine,

    Thanks for your report.
    Youtube has just change the link to retrieve playlist data.
    In order to fix this issue, go to file: pluginssystemjasocial_feedelementsassetsjsjat3.js
    find for:

    if (option == 'username'){
    url = "https://youtube.com/feeds/videos.xml?user="+encodeURIComponent($(pid).value);
    } else if (option == 'playlistID'){
    url = "http://gdata.youtube.com/feeds/api/playlists/"+encodeURIComponent($(pid).value);
    }

    change to:

    if (option == 'username'){
    url = "https://youtube.com/feeds/videos.xml?user="+encodeURIComponent($(pid).value);
    } else if (option == 'playlistID'){
    url = "https://youtube.com/feeds/videos.xml?playlist_id="+encodeURIComponent($(pid).value);
    }

    stulaine Friend
    #573608

    We were premature is saying that this works.

    If you hit the verify button the youtube videos show that would be imported.

    When we run now we get a quick done which always means nothing imported and true enough nothing imported.

    Please advise.

    THanks

    Luna Garden Moderator
    #573648

    Hi,

    I have tried to import your playlist, it still works, here is the article i get: http://easycaptures.com/fs/uploaded/861/9527495893.png
    Please check your setting again to make sure you have correct config.

    If nothing is imported, PM your site URL, and admin account to check the problem.

    startar Friend
    #573938

    I had the same issue and explained it in my http://www.joomlart.com/forums/topic/plugin-no-longer-fetches-data-from-youtube-due-to-change-of-api/ thread 3 weeks ago. Thread closed and “resolved” :eek:. Thanks for investigating a little more on this. I’m going to try to change the code as mentioned and see if it works this time …

Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 18 replies, has 4 voices, and was last updated by  startar 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum