By Sunny on Thursday, 16 February 2017
Posted in Technical Issues
Likes 0
Views 442
Votes 0
I'm trying to add "Add as friend Button on an external page in my site,

Followed the documentation on https://stackideas.com/docs/easysocial/developers/html/friends

But i cant seem to activate the send friend request.

One thing i noticed that in documentation its mentioned to include foundry, if i'm not mistaken, was'nt foundy deprecated?

regards
Sunny
I think the issue is that the ES scripts are not getting included in the page. Because of which js is not firing. (Even pop box is not firing)

rgds
·
Thursday, 16 February 2017 22:01
·
0 Likes
·
0 Votes
·
0 Comments
·
You need to initialize the scripts from EasySocial by running the php codes below:

[gist]
// We need stuffs from EasySocial library
ES::initialize();
[/gist]
·
Friday, 17 February 2017 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect it works now!! thanks a lot
·
Friday, 17 February 2017 15:55
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Sunny Glad to hear your issue has resolved.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Friday, 17 February 2017 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post