Last active
August 18, 2017 12:14
-
-
Save maximevalette/0b4985a44977ab9dc626d6c12ef9bb10 to your computer and use it in GitHub Desktop.
Bouton JS BetaSeries
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://www.betaseries.com/js/button.js" async></script> | |
<p><a href="https://www.betaseries.com" class="betaseries-button" | |
data-type="episode-details" | |
data-show="Desperate Housewives" | |
data-season="1" | |
data-episode="6" | |
>Voir la fiche épisode sur BetaSeries</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://www.betaseries.com/js/button.js" async></script> | |
<p><a href="https://www.betaseries.com" class="betaseries-button" | |
data-type="episode" | |
data-show="Desperate Housewives" | |
data-season="1" | |
data-episode="6" | |
>Marquer l'épisode comme vu sur BetaSeries</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://www.betaseries.com/js/button.js" async></script> | |
<p><a href="https://www.betaseries.com" class="betaseries-button" | |
data-type="show-details" | |
data-show="Desperate Housewives" | |
>Voir la fiche série sur BetaSeries</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://www.betaseries.com/js/button.js" async></script> | |
<p><a href="https://www.betaseries.com" class="betaseries-button" | |
data-type="show" | |
data-show="Desperate Housewives" | |
>Ajouter la série sur BetaSeries</a></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment