Skip to content

Commit

Permalink
remove addthis widget
Browse files Browse the repository at this point in the history
  • Loading branch information
sagivo committed Mar 8, 2018
1 parent 829f6fd commit 261a045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
// delete window.exports;
// delete window.module;
</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-59418d5471b3ec35"></script>
<script>
window['_fs_debug'] = false;
window['_fs_host'] = 'fullstory.com';
Expand Down
11 changes: 3 additions & 8 deletions src/Share.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import React, { Component } from 'react';
import { link } from './helpers/general';

export default class Stock extends Component {
constructor(props) {
super(props);

window.addthis.layers.refresh();
}

render() {
return (
<div id="share">
<h1>Show Us Some ❤</h1>
<div>Did you like the StockStalk app? Help us spread the world!</div>
<div className="addthis_inline_share_toolbox_jral" data-url="http://www.stockstalk.club" data-title="Robinhood for Desktop | Stock Stalk"></div>
<div>Did you like the StockStalk app? Help us spread the word!</div>
<div>Just share the link <a href="#a" onClick={() => link('https://stockstalk.club?ref=app')}>https://StockStalk.club</a> with your friends in your favoriet format.</div>
</div>
);
}
Expand Down

0 comments on commit 261a045

Please sign in to comment.