php - update facebook status on publish_post and not when post is updated in wordpress -


i have created wordpress plugin updates facebook status when new post published. problem updates facebook status if updates post after editing though post has been published. how solve issue.

instead of running trigger on publish_post, have run on new_to_publish, draft_to_publish, , future_to_publish. 3 triggers run when new post added, when draft post published, , when scheduled post published.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -