Fix share button

This commit is contained in:
Omar Roth
2019-04-12 09:31:05 -05:00
parent 98295b85ab
commit e8c5246645
4 changed files with 7 additions and 7 deletions

View File

@ -63,9 +63,9 @@ var options = {
};
var shareOptions = {
socials: ["fb", "tw", "reddit", "mail"],
socials: ["fbFeed", "tw", "reddit", "email"],
url: "<%= host_url %>/<%= video.id %>?<%= host_params %>",
url: window.location.href,
title: "<%= video.title.dump_unquoted %>",
description: "<%= description %>",
image: "<%= thumbnail %>",

View File

@ -117,7 +117,7 @@
</td>
<td>
<a href="https://github.com/mkhazov/videojs-share"><%= translate(locale, "source") %></a>
<a href="https://github.com/omarroth/videojs-share/tree/add-email"><%= translate(locale, "source") %></a>
</td>
</tr>