Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #45352
    Katha
    Member

    Hi again!

    It is possible to place a twitter or a facebook like button anywhere on the site?

    #45373
    Sakin
    Keymaster

    @Katha: You can use Facebook and Twitter widget and add in the sidebar. Take a look at JetPack plugin, Extra Sidebar Widget module http://jetpack.me/support/extra-sidebar-widgets/.

    #45434
    Katha
    Member

    Hi, thanks.
    I tried for hours… but I always get an error message right after the installation of Jetpack:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /var/www/web1071/html/wordpress/wp-includes/pomo/mo.php on line 203

    I’ve tried adding define(‘WP_MEMORY_LIMIT’, ’64M’);… renaming…. deleting pictures, other plugins…
    Nothing works.

    Do you know another way to add social links in this theme?

    #45455
    Katha
    Member

    I generated a link with facebook… but where ever I place it it does not show on the homepage…

    #45470
    Sakin
    Keymaster

    @Katha: For this memory issue, please consult with your Website Hosting Server Support and they should be able to help you.

    I don’t know what you are you trying to place it. For facebook like you can generate code from https://developers.facebook.com/docs/plugins/like-box-for-pages and click on Get Code.

    If you copy the HTML5 code then the code in the top code should be added in “Appearance => Theme Options => Webmaster Tools => Code to display on Header” box and bottom code should be added in Text Widget to your sidebar from “Appearance => Widgets”

    Or you can just copy iframe code and add that iframe code in Text widget to your sidebar from “Appearance => Widgets”

    #45549
    Katha
    Member

    @Sakin: thanks again for trying to help!

    I did exactly as you told me… but with no result.

    I put this in the Webmaster Tools => Code to display on Header

    <div id=”fb-root”></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = “//connect.facebook.net/de_DE/sdk.js#xfbml=1&version=v2.0″;
    fjs.parentNode.insertBefore(js, fjs);
    }(document, ‘script’, ‘facebook-jssdk’));</script>

    Then I put this in Appearance => Widgets => Catch Everest Socisl Widget => Main Sidebar => Text:

    <div class=”fb-like” data-href=”http://kunstkursekuehne.de/&#8221; data-width=”450″ data-layout=”standard” data-action=”like” data-show-faces=”true” data-share=”true”></div>

    But the homepage looks all the same http://kunstkursekuehne.de/

    And the same result I get with the IFrame Code in Appearance => Widgets

    <iframe src=”//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fkunstkursekuehne.de%2F&width=450&layout=standard&action=like&show_faces=true&share=true&height=80″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:450px; height:80px;” allowTransparency=”true”></iframe>

    What I do wrong? Please!

    #45564
    Sakin
    Keymaster

    @Katha: I check in your site and you have selected the layout as “No Sidebar”. In this case it will not show your Main Sidebar. Either, change the layout to “Right Sidebar, Left Sidebar” if you want to add in your Main Sidebar or you can add widget in your “Footer Area One, Two or Three” from “Appearance => Widgets”

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘social buttons’ is closed to new replies.