My wordpress homepage posts an image and exerpt of my feature stories. When I use share this it adds code to every exerpt. It makes it hard to make sense of exerpt, especially for new wordpress users.
Code looks like this:
SHARETHIS.addEntry({ title: "Title of Post", url: "Wherever post is located" });
(I subbed title and url for dummy text, but you the point.)
How do I get it stop doing this?
