• I downloaded the Shareomatic! plugin and installed it into the ‘wp-content –> plugins’ folder. It showed up in the blog management backend in the plugins list with the other two that come standard. I clicked on ‘Activate’ and it stated the plugin was activated. I went to test it to see if it would be listed below a new post and it did not appear after I published the test post. I changed themes back to the default theme and that did not work either, creating new test posts each time. What am I missing? It seems pretty straight forward. There are no options when creating a new post to put the Shareomatic link on it that I can find, so I’m pretty stuck.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi jlong,

    You’ll need to add some code to your template to make the plugin work:

    Add the line
    <?php shareomatic_link(); ?>
    inside the while loop of your WordPress template.

    Hope this helps,
    Tom Klaasen

    g

    Thread Starter jlong

    (@jlong)

    Tom,

    Thanks for your input and line of code. You’ll have to forgive me as I’m a neophite with this stuff. I found the following line in the page template:

    <?php if(have_posts()) : while(have_posts()) : the_post(); ?>

    but tried entering the line of code to look like this

    <?php if(have_posts()) : while(have_posts()) : php shareomatic_link(): the_post(); ?>

    and it did not make a difference. Any further insight as to where to actually plug this in would be great.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shareomatic! plugin problem’ is closed to new replies.