RabiJ
Forum Replies Created
-
Tried all possible settings you gave the link for. Still didnt work. There is some bug with the functionality. I switched to another plugin (jetpack publicize) and it worked perfectly without any setting configurations. It selected the featured image correctly and showed a large image with link and description perfectly.
I realized it always chose the wrong image. I had to manually select the other image for each post. Also the facebook posting is lacking functionality and doesnt show the summary card of posts, with the large image, like other similar plugins do.
Hi,
The buttons are now appearing on my website.
Thank You!
RabiForum: Plugins
In reply to: [Social] Social 3.1 update Facebook pages missing?There has been no reply or update from the plugin author, to even acknowledge the issue. Looks like we will be better off with looking for alternatives.
Hi Mary,
I have enabled the shareholic plugin and checked the “below content” share button. It should appear on the page mentioned below. As you can see the shareholic share buttons are still not appearing. I currently have the jetpack share plugin enabled as an alternative.
Thanks!
RabiForum: Plugins
In reply to: [Social] Social 3.1 update Facebook pages missing?Having the same issue. First the facebook share buttons stopped working and now this.
Forum: Plugins
In reply to: [Contextual Related Posts] Author title being incorrectly replicatedThat worked!
Thanks Ajay.
Forum: Plugins
In reply to: [Contextual Related Posts] Author title being incorrectly replicatedHey guys,
does anyone have a potential solution for this issue ?
Thanks.
Forum: Plugins
In reply to: [Contextual Related Posts] Author title being incorrectly replicatedHi,
I have ticked the Add Author checkbox. Without it, it does not display any author information.
I have added the plugin through the echo_ald_crp(); function in my theme, so it is manual. The issue started appearing after I updated the app and clicked the Rebuild Index button. Thank You.Forum: Plugins
In reply to: [Contextual Related Posts] Timthumb Permission Errorschmod 777 to cache folder resolves the issue.
Forum: Plugins
In reply to: [Social] Social CRON not working since 'WP Missed Schedule' InstalledJust an update to anyone facing the same issue. I uninstalled the WP Missed Schedule plugin, disabled WP CRON in wp_config.php and configured a manual cron job to run wp_cron.php every 5 minutes. This resolved the missed schedule and social broadcasting issue.
Forum: Plugins
In reply to: [Social] Social CRON not working since 'WP Missed Schedule' InstalledI had the same issue and I identified the following cause :
The social plugin publishes only when the publish_future_post cron job is run, which is the Automatic method. However when ‘WP Missed Schedule’ is installed, the cron job is never executed and therefore the social plugin doesnt broadcast.
I think the WP Missed Schedule deletes the publish_future_post job, manually fetches the ID of the missed post and publishes it but misses the step which is used for social broadcasting:
remove_action(‘publish_future_post’,’check_and_publish_future_post’);