• I’m working on a test site for my total site revamp and I like the way share and follow works. This is the solution that I plan to implement when I roll out my site.

    While trying to get it working and tested on my temporary/testing site, I can’t seem to get any sharing links to show in my sidebar widget. What do I have to do to get it to work in there?

    Here is the current/testing site (I’m using the arras theme if that matters):

    https://myworthlesscrap.com/WordPress/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author andykillen

    (@andykillen)

    just checked the site and it seems to be working fine now?

    Thread Starter ned4spd8874

    (@ned4spd8874)

    Yes and no. I’m using the Share widget. Ideally, I want to have the Facebook, Twitter and Stumble upon interactive widgets on the front page. The ones that you can “like”, “tweet” or “submit”. I can’t figure that out. I can get them on the individual posts, but not the front page.

    I’ve tried putting the [share links] with arguments command in a text widget, but it doesn’t do anything.

    Plugin Author andykillen

    (@andykillen)

    the best thing to do is to use the tempate tag of

    $args= array(
    ‘facebook’=>’yes’,
    ‘twitter’=>’yes’,
    ‘stumble’=>’yes’,
    ‘style’=>’box_count’,
    );

    show_interactive_links($args);

    regards
    Andy

    Thread Starter ned4spd8874

    (@ned4spd8874)

    Thanks, but I still can’t get it working. Tried putting everything in a text widget, with no results. Tried just the last part with the array in a php file, but nothing. I’m probably not putting it in the right php. Where would I put it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Share and Follow] Can't get it to work in sidebar widget’ is closed to new replies.