Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
move sharetools
Browse files Browse the repository at this point in the history
  • Loading branch information
MelizzaP committed Jul 9, 2016
1 parent d2b7976 commit 8b53e22
Showing 1 changed file with 11 additions and 4 deletions.
Expand Up @@ -14,24 +14,31 @@
no-endcard
src="{{ VIDEOHUB_BASE_URL }}/video/{{ videos.0.videohub_ref.id }}.json"
data-track-action="HP: Main Video Play"
twitter-handle="{{twitter_handle}}"
>
</bulbs-video>
</div>

<div class="video-carousel-meta">
<bulbs-video-meta
src="{{ VIDEOHUB_BASE_URL }}/video/{{ videos.0.videohub_ref.id }}.json"
share-url={% build_video_share_uri videos.0.videohub_ref.id %}
campaign-url="{% if video.tunic_campaign_id %}{% content_tunic_campaign_url videos.0.tunic_campaign_id %}{% endif %}"
campaign-placement="recirc"
campaign-preamble="Sponsored By"
campaign-track-action="HP: Main: Campaign"
share-email-message="{{share_message}}"
share-twitter-handle="{{twitter_handle}}"
share-track-action="HP: Main: Share"
title-track-action="HP: Main: Series"
>
</bulbs-video-meta>
<share-tools
class="video-carousel-share-tools"
share-title={{ videos.0.videohub_ref.title }}
share-url={% build_video_share_uri videos.0.videohub_ref.id %}
share-email-message="{{share_message}}"
share-twitter-handle="{{twitter_handle}}"
share-track-action="HP: Main: Share">
{% block homepage_player_share_tools %}
{% endblock homepage_player_share_tools %}
</share-tools>
</div>

<hr class="video-carousel-divider"/>
Expand Down

0 comments on commit 8b53e22

Please sign in to comment.