diff --git a/app/js/directives.js b/app/js/directives.js index 357b9f59..0f6f67a0 100644 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -211,6 +211,13 @@ angular.module('myApp.directives', ['myApp.filters']) 'src="//vine.co/v/' + vineID + '/embed/simple">' + embedTag + '>'; break; + case 'soundcloud': + var soundcloudUrl = embedData[1]; + html = '
'; + break; + case 'twitter': html = ' ';