Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Stuck Javascript Codepen RSS feed Question

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236737
    wolfgang1983
    Participant

    I have my code pen rss feed getting my current list.

    But I can not get the correct pen name attached to the url.

    Each time I click on the rss feed link it goes to my profile page instead and not to the pen.

    How can I make sure when I click on the link it will go to correct pen

    Here is working version.

    http://codepen.io/riwakawebsitedesigns/pen/mVMEmO

    #236753
    Shikkediel
    Participant

    This seems to work :

    html += '<a href="' + title + '">';
    

    Where this above it is also incorrect, apart from the double main folder path that was created :

    var title = data.title; // should be data.link
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.