diff --git a/utils/story_functions.py b/utils/story_functions.py
index 36fd804fd..11db6f3ba 100644
--- a/utils/story_functions.py
+++ b/utils/story_functions.py
@@ -156,11 +156,11 @@ def pre_process_story(entry):
def attach_media_scripts(content):
if 'instagram-media' in content and ''
+ content += ''
if 'twitter-tweet' in content and ''
+ content += ''
if 'imgur-embed-pub' in content and ''
+ content += ''
return content