diff --git a/lms/templates/video.html b/lms/templates/video.html
index 1d1a374f63..d770b71785 100644
--- a/lms/templates/video.html
+++ b/lms/templates/video.html
@@ -83,21 +83,33 @@ from openedx.core.djangolib.js_utils import (
-
% for sharing_site_info in sharing_sites_info:
-
-
- ${_("Share on {site}").format(site=sharing_site_info['name'])}
-
+
+ % if (sharing_site_info['name'] == 'twitter'):
+
+
+
+
+ % else:
+
+ % endif
+ ${_("Share on {site}").format(site=sharing_site_info['name'])}
+
% endfor
-