diff --git a/src/app/assets/images/poloniex.png b/src/app/assets/images/poloniex.png
new file mode 100755
index 0000000000..e10c3f746f
Binary files /dev/null and b/src/app/assets/images/poloniex.png differ
diff --git a/src/app/assets/images/poloniex.svg b/src/app/assets/images/poloniex.svg
new file mode 100644
index 0000000000..79b7ffe1cc
--- /dev/null
+++ b/src/app/assets/images/poloniex.svg
@@ -0,0 +1,193 @@
+
+
\ No newline at end of file
diff --git a/src/app/components/pages/Post.jsx b/src/app/components/pages/Post.jsx
index 564e2bdfbd..e570c747bc 100644
--- a/src/app/components/pages/Post.jsx
+++ b/src/app/components/pages/Post.jsx
@@ -17,6 +17,8 @@ import GptAd from 'app/components/elements/GptAd';
import { isLoggedIn } from 'app/utils/UserUtil';
import { recordAdsView } from 'app/utils/ServerApiClient';
import SteemMarket from 'app/components/elements/SteemMarket';
+import SvgImage from 'app/components/elements/SvgImage';
+
import Icon from 'app/components/elements/Icon';
function isEmptyPost(post) {
@@ -62,10 +64,10 @@ class Post extends React.Component {
showAnywayClick = () => {
this.setState({ showAnyway: true });
};
- setRecordAdsView() {
+ setRecordAdsView(tag) {
recordAdsView({
trackingId: this.props.trackingId,
- adTag: 'SteemitDlivebanner240*240Post',
+ adTag: tag,
});
}
@@ -216,7 +218,11 @@ class Post extends React.Component {
+ this.setRecordAdsView(
+ 'SteemitDlivebanner240*240Post'
+ )
+ }
>
{postBody}
- {/* */}
+
{false &&
!isLoggedIn() && (