Topic-icon Bespoke Component Integration

Active Subscriptions:

None
11 years 4 months ago #29259 by ricardocoopero
I love this component and am thinking of upgrading to 4.3.3

I understand that JFBC can be used with JomSocial etc, but what about integrating it with my own custom component? For example, I have an action where a user will 'tick' a task as 'done'. When this happens I want to publish a '>namesite
Is this possible, if so how?
The topic has been locked.
Support Specialist
11 years 4 months ago #29273 by alzander
Yes, you should be able to add Open Graph Action support to your other extension in a few ways. For something as simple as "Reading" a page in another extension, that can be done without any code changes and just a little investigation. We've been helping users add Open Graph Action support for some standard things since support was added to the extension.

For deeper integration on specific activities in other extensions, you'd likely need to create an Open Graph plugin. We have multiple examples for the extensions we currently support, and the plugins are usually less than 100 lines. We've tried to make that process very easy, and can help if you had any questions. With an Open Graph plugin you can dynamically set the Open Graph information (title, description, image, etc) for any pages from that extension and then also create 'actions' which happen when a user uploads, edits, clicks, or 'does' something else on that page.

In general, our Open Graph action support was intended to be very extensible through our plugin system and we want users and other developers to create a lot of cool functionality with it!

Hope that helps,
Alex
The topic has been locked.