Search Results for 'Show social sharing buttons'

  • Hi,

    I’m using AddThis Inline sharing buttons and trying to get social sharing buttons to appear at the top of posts but have run into some problems.

    Under “Buttons Location”:

    1. Bottom of posts: Works fine.
    2. Top of posts: Does not work – no buttons displayed at all.
    3. Top and bottom of posts: Works partially – buttons only display at the bottom of posts

    My code is inserted correctly, and it does not seem to be a conflict because page source does not show any indication for AddThis near the top of posts whenever the display at top option is selected.

    Is anyone else facing this, could it be a bug or is there any thing I can do to fix this?

    Thanks

  • in forum Support

    I have selected the the ‘show social sharing buttons’ in the customize, but the the buttons appear in a faint vertical line in the header. I have tried turning them off and back on and they show correctly in the customizer, I hit publish, but they do not change.

    I recently change my caching plugin to W3 cache. I have cleared all the page caches and the browser cache and they are still not showing correctly.

    Any help you can offer would be greatly appreciated.

    My site is RandomBitsofFascination.com .

    Thank you,

    Maria Grace

  • #48684

    Found this at the forum. Dit exactly that: Got the code from AddTHis.com and pasted it into ‘Social sharing buttons code’ area. No buttons show up. Am I doing something wrong?

  • #48683

    Created an account and installed the Addthis plugin. It works, but now the buttons show up at all time. Even when I disable the option ‘Show social sharing buttons’. That can’t be right.

    I wonder: The theme should show the social sharing buttons. It can’t be depending on the Addthis plugin?

  • Admin
    #48663

    You will need to add the social sharing buttons code before they will show up. You can get one from here:
    http://www.addthis.com/get/share

  • in forum Support

    I’am setting up a website using ther Graphene theme. Before putting it online, I do some local testing. When I enable the ‘Social Sharing buttons’ they do not show up in the posts. I enabled the ‘Show social sharing buttons’ checkbox. But it doesn’t seem to effect anything. Any suggestion to fix this?

  • Update:

    The only way I’ve managed to put my code to be output is by creating a loop-book.php file in the child theme, then copy-paste loop-single.php on it. And then inserting the code like so:

    <div class="entry-content clearfix">

    <?php do_action( 'graphene_before_post_content' ); ?>

    <?php /* Social sharing buttons at top of post */ ?>
    <?php if ( stripos( $graphene_settings['addthis_location'], 'top' ) !== false ) { graphene_addthis( get_the_ID() ); } ?>

    <?php /* The full content */ ?>
    <?php the_content(); ?>
    <ul>
    <li><strong>ISBN: </strong><?php echo(types_render_field( "isbn", array( 'raw' => true) )); ?></li>
    <li><strong>Author: </strong><?php echo(types_render_field( "author", array( 'raw' => true) )); ?></li>
    <li><strong>Title: </strong><?php echo(types_render_field( "title", array( 'raw' => true) )); ?></li>
    <li><strong>Part of a Series: </strong><?php echo(types_render_field( "series", array( 'raw' => true) )); ?></li>
    <li><strong>Name of the Series: </strong><?php echo(types_render_field( "series-name", array( 'raw' => true) )); ?></li>
    <li><strong>Year of publishing: </strong><?php echo(types_render_field( "year-of-publishing", array( 'raw' => true) )); ?></li>
    <li><strong>Language: </strong><?php echo(types_render_field( "language", array( 'raw' => true) )); ?></li>
    <li><strong>Awarded with: </strong><?php echo(types_render_field( "awards", array( 'raw' => true) )); ?></li>
    </ul>
    <?php wp_link_pages( array( 'before' => '<div class="link-pages"><p><strong>' . __( 'Pages:','graphene' ) . '</strong> ', 'after' => '</p></div>', 'next_or_number' => 'number' ) ); ?>

    <?php do_action( 'graphene_after_post_content' ); ?>

    </div>

    I understand this is not correct in any way, but it shows the data that I need. I would like to know how to do it the correct and efficient way.

    Thanks

  • Mod
    #43877
    Quote:
    mention using “Add This” which I tried, but don’t really know how to use it or where to add the code

    1) Go to addthis.com and get your code.

    2) Go to Appearance >> Graphene Options >> General Options >> Social Sharing Buttons. Tick the box marked “Show social sharing button”. More options will appear. Paste your code in the box marked “Your social sharing button code”

    3) Click “Save”

    Later, when you want to try something more challenging, you can use Graphene action hook widget areas to display these. Here’s how:

    http://techblog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/

  • in forum Support

    I am in the Graphene option under “social sharing buttons” and I went to Facebook to get the code for the like button. It gives me the options: HTML,5, XFBML, IFRAME, and URL I have tried them all in the area where you are suppose to paste the code and nothing is showing other than sometimes the code appears at the top of the page after saving. Is there something else I am suppose to do?

  • I do not think I am entering it into the CSS correctly. Exactly how would is look and be entered into the code for the Graphene Social Sharing buttons? Please show me where and how it would look by typing it into the current code below.

    Thank you for your help.

    <meta property=“og:title” content=“This is the Title of the Page”/><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/en_US/sdk.js#xfbml=1&version=v2.0";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script><div class="fb-share-button" data-width="47" data-type="button_count"></div>
    <a href="https://twitter.com/share">Tweet</a>
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
    <script src="//platform.linkedin.com/in.js" type="text/javascript">
    lang: en_US
    </script>
    <script type="IN/Share"></script>

Viewing 10 results - 1 through 10 (of 65 total)