Soundcloud embed shortcode does not work

The soundcloud short code does not seem to be working. I’ve tried over several days and it just shows up as raw code. Is this a glitch, has support officially been discontinued, is there some workaround? [soundcloud url=”https://api.soundcloud.com/tracks/151458437″ params=”color=ff5500&auto_play=false&hide_related=false&show_artwork=true&show_comments=true&show_user=true&show_reposts=false” width=”100%” height=”166″ iframe=”true” /] Using the latest wordpress 3.9.1 7 s 7 If you are on … Read more

MongoDB relationships: embed or reference?

I’m new to MongoDB–coming from a relational database background. I want to design a question structure with some comments, but I don’t know which relationship to use for comments: embed or reference? A question with some comments, like stackoverflow, would have a structure like this: Question title=”aaa” content = bbb’ comments = ??? At first, … Read more

WP Oembed not passing through the “autoplay=1” variable

I’m having a problem here: I am passing this through a custom field: http://www.youtube.com/watch?v=E6P1Q-UycHA&autoplay=1 (notice the autoplay=1) But when I load the video on my theme using wp_oembed_get… it displays the video fine, but it does not listen to the autoplay=1 variable I am passing through. I need the videos to play on the load … Read more

Do_Shortcode not working for Embed

I’m trying to use Custom Field types to embed Youtube videos in a more organized fashion and using the Do_Shortcode() would seem to work perfectly, however this: <?php echo do_shortcode(”); ?> Does not seem to work, however in the same single.php file this does work perfectly: <?php echo do_shortcode(”); ?> I put them one after … Read more