Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Molly 94 posts 134 karma points
    Apr 22, 2013 @ 16:36
    Molly
    0

    embedding Youtube User uploads into RSS Feed Question

    Hi everyone, 

    I'm attempting to feed a YouTube user's uploads to a page, i can get all the videos to feed in the titles and content using xslt but to view the video you have to click through and watch it on youtube itself. I want to have the feed come through but have the videos embedded and viewable on the page.

    I've tried to adapt the xslt used from another user on here: 

    <xsl:for-each select="$utubexml/*[local-name()='feed']/*[local-name()='entry']">

    <xsl:value-of select = "*[local-name()='title']" disable-output-escaping="yes" />

    <xsl:value-of select = "*[local-name()='content']" disable-output-escaping="yes" />

    Any suggestions? 
    Thanks in advance!

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Apr 26, 2013 @ 01:17
    Jan Skovgaard
    0

    Hi Molly

    Could you post the full XSLT code you're working on please?

    /Jan

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies