Gabriele
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on my BlogCorrect, it work fine the first time only and the second post was non shared to facebook page or linkedin page.
I used the form you suggested for sending the url of the article.TnkForum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainSorry this time it was my fault, problem solved, thank you for the support
Forum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainI tried to schedule a post for today at 9 AM and it was published on the blog but not on social media. Can you guide me through the plugin reset procedure?
Alternatively, if you provide me with a developer’s email address, I can share the theme and plugin’s Git repo. Thanks.
Forum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainHi there,
Yes, the CPT is registered on init with priority 3 and the theme, i have is activated on all networks.
add_action( ‘init’,’create_CPT’,3);
add_action( ‘init’,’create_CPTtaxonomy’,4);I plan to move this part to the plugin as recommended by development guidelines, but I haven’t had time yet sorry π
Can I reset the social sharing section options? I can work on both the PHP and database levels if necessary.
If you think log analysis is necessary, I can provide it, but I’ll need an email address to send the anonymized logs to.
Grazie
Forum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainI scheduled the post for this morning at 9am, it is correctly published on the website but unfortunately not on social media, the post ID is 408, Thanks!
Forum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainI choose Option 2: Adding support when registering the postΒ type, i declare the CPT like this:
'supports' => array(
'title',
'editor',
'excerpt',
'thumbnail',
'revisions',
'custom-fields',
'publicize',
'author'
),
'public' => trueForum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainI’m sorry, but I don’t think this is the right solution to a problem I’ve encountered with your plugin.
Can I have more details about the subdomain issue you’re reporting?
Forum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainHi, automatic sharing for the CPT isn’t working π
This is an example permalink for the CPT
https://torino.tovisit.today/poi/motovelodromo/
No queries!
If you’d like, we can arrange a meeting between me and one of your developers to resolve the issue.
Tnk
Forum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainI apologize from the shorter earlier response from above,
i integrated the publicize support for custom cpt(poi) in the function.php file, following this guide, but the plugin does not autoshare when the cpt is scheduled.The permalink of the subdomain is not customized in the torino subdomain, where the cpt is declared, i whant to auto-share from the subdomain torino not from the blog, where the plugin work fine.
Forum: Plugins
In reply to: [Jetpack Social] Jetpack social dont work on subdomainYes i have, the automatic share only work if i manually pubblicate the article but not in the case of a scheduled post unfortunatelly
Forum: Plugins
In reply to: [Jetpack Social] cant connect to Facebook page with the pluginThanks, problem ‘solved’, I made some changes on the domain structure and network, using another domain, many thanks for the assistance, I will use the information for the next project π
Forum: Plugins
In reply to: [Jetpack Social] cant connect to Facebook page with the pluginI tried your solution but unfortunately it didn’t work. The strange thing is that another blog on the same server with the same DNS and security configurations works correctly and automatically posts to social media with your plugin. Any other ideas to solve the problem?