Plugin Contributor
por_
(@por_)
Which fatal error are you seeing?
This is it
Fatal error: Cannot redeclare soundcloud_shortcode() (previously declared in /homepages/11/d424201237/htdocs/wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php:39) in /homepages/11/d424201237/htdocs/wp-content/plugins/soundcloud-shortcode/soundcloud-shortcode.php on line 109
Plugin Contributor
por_
(@por_)
Hmm, that looks like it interferes with the Jetpack plugin, which uses the same function name. But as far as I know the Jetpack plugin also supports SoundCloud shortcodes, so you probably don’t need the SoundCloud shortcode plugin anyway.
Besides that I think it’s rather the responsibility of the Jetpack plugin to rename this function in a way it’s unlikely to interfere with other plugins. Like naming this function jetpack_soundcloud_shortcode or something.