How to Install a Reaction Button on a Blog with a ShareThis Widget
How to Install a Reaction Button on a Blog with a ShareThis Widget
in Blogging by Souha
Of course, blogger friends have often heard, with buttons that often appear on news sites that are equipped with eye catching icons / emojis. Well, someone already knows, what's the use of the button?
And ... it turns out, its use as adding feedback from the reader, about the responses of the reader of the article. Then, how do you make it? friends can practice it directly by following the steps as follows:
You must create an account at the Vicomi site.
Next, click the Get Your Free Reaction Tools Now button -> select Code For HTML Website -> Get The Code For HTML
Click on REGISTER & GET THE CODE button.
Enter your domain/blog URL, Email and password, check the terms and use box and click on GET THE CODE .
Copy the first code and go to blogger dashboard > Theme and click on Edit HTML.
Paste the first code after <head> in your theme code and save theme.
Paste the first code after <head> in your theme code and save theme
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=597b0fd3ea2b3c001261916f & product=inline-reaction-buttons"></script>
If you want to show reaction buttons below your posts then copy below code and paste it above <div class='post-footer'> in your theme code.
<b:if cond='data:blog.pageType == "item"'>
<div class="sharethis-inline-reaction-buttons"></div>
</b:if>
How to Install a Reaction Button on a Blog with a ShareThis Widget
in Blogging by Souha
Of course, blogger friends have often heard, with buttons that often appear on news sites that are equipped with eye catching icons / emojis. Well, someone already knows, what's the use of the button?
And ... it turns out, its use as adding feedback from the reader, about the responses of the reader of the article. Then, how do you make it? friends can practice it directly by following the steps as follows:
You must create an account at the Vicomi site.
Next, click the Get Your Free Reaction Tools Now button -> select Code For HTML Website -> Get The Code For HTML
Click on REGISTER & GET THE CODE button.
Enter your domain/blog URL, Email and password, check the terms and use box and click on GET THE CODE .
Copy the first code and go to blogger dashboard > Theme and click on Edit HTML.
Paste the first code after <head> in your theme code and save theme.
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=597b0fd3ea2b3c001261916f & product=inline-reaction-buttons"></script>
If you want to show reaction buttons below your posts then copy below code and paste it above <div class='post-footer'> in your theme code.
<b:if cond='data:blog.pageType == "item"'>
<div class="sharethis-inline-reaction-buttons"></div>
</b:if>
إرسال تعليق