tifire
Forum Replies Created
-
Thanks for the response. As this is not possible using your plugin now, I am thinking of adding my own codes to it.
As we need this feature urgently, I just wanted to be sure the following two can be achieved by customizing your plugin myself:
1. Post activity updates using Facebook comments.
2. Post comments to activity updates using Facebook comments.Could you please let me know which specific files in your plugin I need to use/change to get it done?
Thanks again.
Forum: Fixing WordPress
In reply to: loading XML documentsI solved the problem. It turned out that full path of the xml file is needed in the wordpress.
Forum: Fixing WordPress
In reply to: how to build over an existing plugin?thank you for the response. The problem is I am not able to find the plugin that fully implements what I needed. It may takes a lot of time understanding the code of the plugin. It may be even harder to modify the source code. The other problem is what you said – losing the changes when the plugin is updated.
Is there any bridge between plugins? I understand that some plugin offers its own api, such as hooks or filters, but I really don’t know how to use them in my own code. I can’t find any documentations about the communication among plugins.