Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% if context == "receipt" %}
- <script>
- FC.client.on("ready.done", addTwitter);
- function addTwitter() {
- $( ".fc-receipt-action.fc-receipt-action--continue" ).after( "<a class='twitter-share-button' href='https://twitter.com/intent/tweet'>Tweet</a>" );
- }
- </script>
- {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement