15 lines
606 B
HTML
15 lines
606 B
HTML
{% load rowerfilters %}
|
|
<p>
|
|
<div class="fb-share-button" data-href="https://rowsandall.com/rowers/workout/{{ workout.id|encode }}" data-layout="button" data-size="small" data-mobile-iframe="false">
|
|
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/workout/{{ workout.id|encode }}">Share</a>
|
|
</div>
|
|
</p>
|
|
<p>
|
|
<a class="twitter-share-button"
|
|
href="https://twitter.com/intent/tweet"
|
|
data-url="https://rowsandall.com/rowers/workout/{{ workout.id|encode }}"
|
|
data-text="@rowsandall #rowingdata">Tweet</a>
|
|
</p>
|
|
|
|
|