Vladimir Unguru
New Member
This time it worked for me! I added both http and https versions and it simply works. You are a life saver @Peeyoosh Kumar ! Proof: https://www.screencast.com/t/xAElxinX5.
Last edited:
This time it worked for me! I added both http and https versions and it simply works.
I need some professional assistant, I tried to do everythting again and it still shows the same error, I don't know what is missing...
Thank you so much, in line 61 it shows this 'title_post' => sr_trunc_text( $data['name'], 255, " ..." ),
do I have to add it next to the "," ?
My scheduled.php file doesn't contain $data['link'] at all....
@Adeel Rizvi do you have Social Rabbit version 1.6.10 too?
Just add the line above the
$fb = new srFacebook();
Thank you very much @Adeel Rizvi , this really works!
Hello,
I had the same problem did everything but no fix so finally I have to go down to the plugin code and fixed my issue.
This will also fix your issue as well.
Steps to fix the link issue:
for your ease you can open this link and change to your domain {yourdomain}/wp-admin/plugin-editor.php?file=social-rabbit%2Fcore%2Fscheduled.php&plugin=social-rabbit%2Fsocial-rabbit.php
- Login to WP-Admin.
- Goto Plugins => Installed Plugins
- Click On Edit Link For Social Rabbit
- And Then Select the File Called "Scheduled.php"
Then on line no 61 add this code
$data['link'] = home_url("/");
and save it. you are done everything will start working again.
The problem is $data['link'] contains Link which is not acceptable for facebook so better to use the home link.
Hope this helps.
added the code but still getting same message "
Graph returned an error: (#100) Only owners of the URL have the ability to specify the picture, name, thumbnail or description params.
"