For NextScripts: Social Networks Auto-Poster
https://ww.wp.xz.cn/support/topic/posting-to-blog-but-not-being-shared-to-fb-or-google?replies=5
Add Link to Facebook only has the hook to catch posts that are initially published, and doesn’t have the hook needed to catch posts that are republished.
I added the following code at line 85 of add-link-to-facebook-class.php in order for it to work for republished posts:
add_action('save_post', array(&$this, 'Remote_publish')); #jph support for aps publish to publish
Hope this helps.
heloo john..
your tips for Add Link to Facebook is work for me..
but For NextScripts: Social Networks Auto-Poster ,the code in this post https://ww.wp.xz.cn/support/topic/posting-to-blog-but-not-being-shared-to-fb-or-google?replies=5, doesn’t work to share again when republished article. i’m sure put the code correctly . SS : http://prntscr.com/5balp4
For NextScripts, that’s their code that you need to replace because it doesn’t work for republished articles.
i have already replaced their code, but not work for me.
Well… I don’t know what you replaced their code with. What would you like me to do here?