rmdivito
Member
Posted 1 year ago #
Hello Stas,
i am using your more control plugin. i want the sharing buttons to show up on special project posts but they do not. the project posts show up in the settings dialogue but this doesn't seem to work. the site is http://www.flibside.com.
any help would be great.
best,
rob
http://wordpress.org/extend/plugins/sharedaddy-more-control/
Hello,
can you explain exactly what doesn't work?
Doesn't show up?
rmdivito
Member
Posted 1 year ago #
Hi Stas, thanks for your reply.
the extra control shows up in the settings dialogue. what doesn't work is the sharedaddy buttons showing up on the special project/portfolio posts the theme developer created. they show up in the blog posts but not on these portfolio pages. you can see what i'm speaking about at http://www.flibside.com. you will see i set up a twitter/facebook link on the portfolio page with my own html. i would like to have the option of sharedaddy buttons show up here as well.
best,
rob
@rmdivito it looks like the theme doesn't support sharedaddy.
It queries content through ajax, and doesn't use any filters :|
rmdivito
Member
Posted 1 year ago #
Thanks Stas,
i had a feeling it was an Ajax problem.
best,
rob
Just make sure apply_filters('the_post', $post_content) is executed before you send the ajax response away.
Should work!