Opened 13 years ago
Closed 13 years ago
#20322 closed defect (bug) (fixed)
viddler embed not working
Reported by: | arena | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Embeds | Keywords: | has-patch |
Focuses: | Cc: |
Description
when having this in a post :
http://www.viddler.com/explore/BigAppleChannel/videos/113/
should display the video !
but nothing appears
Attachments (2)
Change History (12)
#3
@
13 years ago
We've been discussing this internally on the security team list and had planned to make it public. Someone reached out to Viddler but apparently they have not acted on this.
Let's add some poka-yoke here to ensure we are always dealing with a scalar value. And then get Viddler to fix their broken endpoint.
#8
@
13 years ago
https://twitter.com/#!/viddler/status/185775109439623168 - fixed upstream.
Note: See
TracTickets for help on using
tickets.
Doesn't work on my 3.3 install, but it works on my wordpress.com blog.
I get this error on 3.3
Warning: strpos() expects parameter 1 to be string, object given in /home/foobar/public_html/wp-includes/class-oembed.php on line 268
Catchable fatal error: Object of class stdClass could not be converted to string in /home/foobar/public_html/wp-includes/class-oembed.php on line 269
If I use [viddler id=8918af90]
I get [ERROR: An invalid Viddler shortcode format was used. Please check your code.]
I can reproduce it with Viddler's sample video: http://www.viddler.com/explore/cdevroe/videos/424/ (just to make sure it wasn't the vid itself)
ETA - If the video is the last line of content, it's a blank page on 3.4 - If there's there's anything below it, it shows the video URL.