• Resolved peteincali2103

    (@peteincali2103)


    I have the plugin Blog2Social installed on a website, which automatically posts blog posts to social media accounts. While this works fine in the backend of WordPress, it does not work with the front end postings of your plugin.

    Any ideas on this?

    https://www.blog2social.com/en/
    Thanks!
    Peter

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jeff Starr

    (@specialk)

    I’m not familiar with that particular plugin, but it sounds like there are programmatic requirements (under the hood) that are not happening for submitted posts. Do you know if there is some specific route or hook that needs called for the other plugin to work?

    Thread Starter peteincali2103

    (@peteincali2103)

    I am asking the plugin author that,

    I actually have another plugin called Business Directory that allows users to post on the front end to create a custom post type, and that does work, as well as the backend , so maybe the hook or function that is used is different to create the post?

    https://businessdirectoryplugin.com



    Plugin Author Jeff Starr

    (@specialk)

    Yeah maybe, you would need to do some tests to determine if everything works as needed.

    Thread Starter peteincali2103

    (@peteincali2103)

    Well that’s the thing. I have done the tests in the backend and with a different plugin that creates custom post types, but for some reason it does not seem to work when submitted with your plugin on front end, so I was curious what mechanism / function, this plugin uses to actually create the post, I do know that it needs to be authenticated with the synced user, which I have been testing with. I understand this is not your issue.

    Thanks again,
    Peter

    Plugin Author Jeff Starr

    (@specialk)

    It’s a bit complicated to explain, but you are welcome to explore the logic in the code itself. A good place to dive in would be around line 1262 in user-submitted-posts.php function is named usp_createPublicSubmission(). That function does most of the heavy lifting, and also ties in with other functionality, images, etc.

    Thread Starter peteincali2103

    (@peteincali2103)

    Thanks Jeff,

    I appreciate your effort here.

    Plugin Author Jeff Starr

    (@specialk)

    Hey @peteincali2103, I hope you got this sorted. Haven’t heard back in awhile, so gonna go ahead and mark this ticket as “resolved” to help keep things organized. Feel free to post again with any further questions or feedback. Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Use with Blog2Social plugin’ is closed to new replies.