Viewing 5 replies - 16 through 20 (of 20 total)
  • @myfaction: Sorry, I got confused. Yes, I got your theme verified. We are in progress for a generic fix which is scheduled to release later this week. This particular issue will be covered under it. I will provide you a pre-release copy of the plugin as soon as it is ready.

    Thread Starter myfaction

    (@myfaction)

    I assume you have released the update as I had a plugin update in WP? It still does not work.

    @myfaction, Let me check into your blog once more.

    Thread Starter myfaction

    (@myfaction)

    Any news?

    @myfaction: Sorry to inform you that you may have to edit your theme file to print the buttons. We couldn’t try it further as the theme is not in our collection.

    You can use

    <?php do_action('addthis_widget',$url , $title, $style);?>

    $url is the URL you wish to share. Generally, this should be get_permalink() if you are inside of the loop.
    $title is the title of the URL you want shared. Generally this should be get_the_title() if you are inside of the loop.

    For $style you can use a string ‘above’ or ‘below’ to choose the style you have configured for displaying in the AddThis settings.

    If you are not comfortable in editing your theme files, I can assist you there.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘buttons not showing at posts’ is closed to new replies.