Open kraftbj opened 10 years ago
Requested in 736426-zen
Also in 775410-zen
Requested in 786845-zen
925824-zen
926876-zen
Also in 956516-zen
Any ETA for this to get implemented?
Also in 1085969-zen
Requested in 1330923-zen
1483282-zen
7013037-hc
1671558-zen Remove post links in Facebook posts by Publicize.
1726332-zen Automatically use the post title + link only when publicizing posts
2422784-zen less text or only the title and link
2483059-zen Shortlinks instead of full permalinks
2793791-zen
2847314-zen
Request to stop limiting the publicize description to Twitter's character limit so that you can enter more characters for Facebook. 3086725-zen
3110042-zen
The jetpack was publishing the full text on Facebook, so I found a code this forum even though it partially solved the problem, now the title is shared on Facebook instead of the description!
The problem occurs in some articles, that he does not pull the title and ends up inserting “automatic draft” in the publication.
Has anyone ever experienced this?
Topic that helped me: https://wordpress.org/support/topic/jetpack-posts-full-text-on-facebook/#post-6158911
Print Admin: https://prnt.sc/vz2cc2
Print Face: https://prnt.sc/vz2dw6
In the admin, it always says “Automatic draft”, in 98% of the stories it pulls the correct title, but in some it goes like automatic draft
`function set_title_publicize () { global $post; $title = get_the_title( $post->ID ); update_post_meta( $post->ID, '_wpas_mess', $title); }
add_action('the_post', 'set_title_publicize'); add_action('save_post', 'set_title_publicize'); add_action('draft_to_publish', 'set_title_publicize'); add_action('new_to_publish', 'set_title_publicize'); add_action('pending_to_publish', 'set_title_publicize'); add_action('future_to_publish', 'set_title_publicize');`
Request to add URL parameters in 3907349-zen
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.
Another request to add URL parameters to Publicize URLs in https://wordpress.org/support/topic/add-utm-parameters-to-publicize-url/
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation.
Request to have title showing.
For now, shared this workaround: https://wordpress.org/support/topic/jetpack-posts-full-text-on-facebook/#post-6158911
Ticket: 5583530-zd-woothemes
Support References
This comment is automatically generated. Please do not edit it.
We could add an additional option under Settings > Sharing, allowing you to customize all Publicize excerpts at once, with the use of template tags, like we do today for custom services in Sharedaddy.
Here are a few examples:
Suggested by users in: https://twitter.com/walkenfan/status/291950686277627904 http://wordpress.org/support/topic/featured-image-of-post-not-showing-up-when-publicized-to-facebook?replies=23#post-3467643 http://wordpress.org/support/topic/publicize-custom-post-text?replies=3#post-3556200 http://wordpress.org/support/topic/feature-request-33?replies=1 http://wordpress.org/support/topic/any-way-to-use-tags-when-posting-an-entry-to-facebook-twitter-etc?replies=1 http://wordpress.org/support/topic/share-on-twitter-feature-request?replies=2 http://wordpress.org/support/topic/publicize-add-automatic-title-hashtag-for-twitter?replies=3#post-4494444 http://wordpress.org/support/topic/jetpack-publicize?replies=1 http://wordpress.org/support/topic/publicize-setting-text-auto?replies=1
Ported from https://plugins.trac.wordpress.org/ticket/1785