• I’ve tried looking for plugins and ways to implement a tweet, google +1, facebook recommend and email this buttons that I want to appear in all my articles below my comments field, but I’ve yet to stumble on something that does it.. I’ve tried some plugins, but they take TOO much space! Any recommendations on this?

    I want it to be layed like this:
    https://bildr.no/view/1177379

    …or like on the bottom of wordpress page/forums!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Put this code where you want the like buttons to appear:

    <!-- AddThis Button BEGIN -->
    <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
    <a class="addthis_button_preferred_1"></a>
    <a class="addthis_button_preferred_2"></a>
    <a class="addthis_button_preferred_3"></a>
    <a class="addthis_button_preferred_4"></a>
    <a class="addthis_button_compact"></a>
    <a class="addthis_counter addthis_bubble_style"></a>
    </div>
    <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fabe2b64bd423b7"></script>
    <!-- AddThis Button END -->

    source: https://www.addthis.com/get/sharing?frm=hp#.T6vitutYvwA

    Thread Starter Shookie

    (@shookie)

    I see. Where in the style.css do i input this so it appears in every article? Like, when one click on full story, they will be seeing it.

    This bit of code needs to be placed within your template php files. You might need a bit of know how actually, perhaps this isn’t the technique for you. Perhaps someone knows a pre-made plugin ??

    Thread Starter Shookie

    (@shookie)

    I see. Well, what sort of template php files? I have someone who might can help me with this.

    I have tried looking for several pre-made plugins, but none of them work as I want them to work, unfortunately. :/

    And that code would’ve worked exactly how I want it to work, except that I want to add the code so the buttons are visible in each blogpost. ??

    Thread Starter Shookie

    (@shookie)

    God so many plugins…. Any ideas which one is very simple and easy to use? I just want the basic buttons that I can add to each of my articles/blogpost…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add a tweet, google 1, recommend and email buttons?’ is closed to new replies.