By Derek Golding on Monday, 03 February 2014
Posted in General
Replies 5
Likes 0
Views 617
Votes 0
Hi,
Have setup easy Discuss, very easy to do! Posting to my facebook page when I ask a question, and if I start the question with a tag, posts the tag into the facebook page.

I need to make sure that all the questions post a tag, so where can I add the tag in the code so it posts automatically?

i.e. - where can I find somewhere to stay? will post #mytag Where can I find somewhere to stay?

I'd also like to post responses and answers to facebook too, how can I edit the code to do this?

Many thanks,

Derek
Hello Derek,

I am sorry but unfortunately it is not possible to submit tags to Facebook in the auto posting features. Currently, the auto posting functionality only works with "new discussions". It is not possible to auto post replies currently.
·
Monday, 03 February 2014 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the reply, what about the code that is needed to append the current posting to facebook?

Cheers,

Derek
·
Monday, 03 February 2014 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry but not sure if I understand you here. Can you please advise?
·
Monday, 03 February 2014 12:38
·
0 Likes
·
0 Votes
·
0 Comments
·
I want to add the tag to the beginning of each post to facebook. Where in the php code is the section that creates the post to facebook so I can add my tag i.e.

$post=$whatevervariableisused;
$facebookpost="#mytag".$post;

Cheers,

Derek
·
Monday, 03 February 2014 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Derek,

Take a look at the file /components/com_easydiscuss/classes/facebook/helper.php in the share method.
·
Monday, 03 February 2014 15:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post