Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home page post view bug (possibly) #13

Closed
a5mith opened this issue Apr 7, 2014 · 0 comments
Closed

Home page post view bug (possibly) #13

a5mith opened this issue Apr 7, 2014 · 0 comments

Comments

@a5mith
Copy link
Contributor

a5mith commented Apr 7, 2014

I've had an issue with the soundcloud embed plugin and have finally had time to look into the issue - more info on that here. Basically an embedded soundcloud track appears as the URL on the homepage, however it appears it's pulling through more than just the URL.

The embed of the plugin is as follows (in a current pull request):
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//soundcloud.com/$1"></iframe>

if the original URL was https://soundcloud.com/phobic-dubz/saxon-dub-free-dl

it's being displayed on the lavender homepage as https://soundcloud.com/phobic-dubz/saxon-dub-free-dl">

note the additional "> on the end

Now, removing "> isn't an option, as it's quite fundamental to the iframe. 😆 Any ideas what could be going on here? Alternatively, what are the steps to immitate the youtube plugin of displaying nothing on the homepage?

@a5mith a5mith closed this as completed Apr 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant