By delfinovc on Monday, 07 September 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 472
Votes 0
I need to integrate Easyblog with CRM.

When a new subscribe need to include this record in other software.

Where in the file and in which part of the code can I include the script?
Hey delfinovc,

I am really sorry that delay of this reply,

May i know what is CRM as you mentioned at above?

And what kind of script you would like to include? Is it you would like to include this script during the subscribe dialog pop up?

please advise.
·
Monday, 07 September 2015 11:25
·
0 Likes
·
0 Votes
·
0 Comments
·
CRM is customer relationship management software

It has several possibility of scripts, one of which is:
<script type="text/javascript" src="https://d335luupugsy2.cloudfront.net/js/integration/stable/rd-js-integration.min.js"></script>
<script type="text/javascript">
RdIntegration.integrate('abcxyzb53a0c1fda4c68a82280e3bf52', 'form');
</script>
It can also be a form actions.

It seems to me that subscribe dialog pop up is a good option.
·
Monday, 07 September 2015 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
I am not really sure how is that going to work because the subscription popup is actually an ajax call and the form actually get's submitted to a controller. Not really sure how can the JS capture the form?

Anyway the form for the subscription is located at /components/com_easyblog/themes/wireframe/subscription/dialog.form.php . If you need to add your own custom codes, you may do so here
·
Monday, 07 September 2015 23:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post