Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.59k stars 798 forks source link

Publicize: Add custom templates #261

Open kraftbj opened 10 years ago

kraftbj commented 10 years ago

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

StefMattana commented 7 years ago

Requested in 736426-zen

jeherve commented 7 years ago

Also in 775410-zen

annezazu commented 6 years ago

Requested in 786845-zen

richardmtl commented 6 years ago

Requested here: https://wordpress.org/support/topic/add-utm-parameters-when-publishing/

richardmtl commented 6 years ago

925824-zen

richardmtl commented 6 years ago

926876-zen

jeherve commented 6 years ago

Also in 956516-zen

munirkamal commented 6 years ago

Any ETA for this to get implemented?

jeherve commented 6 years ago

Also in 1085969-zen

coder-karen commented 6 years ago

Requested in 1330923-zen

richardmtl commented 6 years ago

1483282-zen

htdat commented 6 years ago

7013037-hc

htdat commented 5 years ago

1671558-zen Remove post links in Facebook posts by Publicize.

htdat commented 5 years ago

1726332-zen Automatically use the post title + link only when publicizing posts

tmmbecker commented 5 years ago

2422784-zen less text or only the title and link

jeherve commented 5 years ago

2483059-zen Shortlinks instead of full permalinks

tmmbecker commented 4 years ago

2793791-zen

htdat commented 4 years ago

2847314-zen

ccwalburn commented 4 years ago

Request to stop limiting the publicize description to Twitter's character limit so that you can enter more characters for Facebook. 3086725-zen

jenhooks commented 4 years ago

3110042-zen

leonardop21 commented 3 years ago

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 image

Print Face: https://prnt.sc/vz2dw6 image

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');`

lakellie commented 3 years ago

Request to add URL parameters in 3907349-zen

github-actions[bot] commented 3 years ago

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.

danmaze commented 2 years ago

Another request to add URL parameters to Publicize URLs in https://wordpress.org/support/topic/add-utm-parameters-to-publicize-url/

github-actions[bot] commented 2 years ago

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.

formosattic commented 2 years ago

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

github-actions[bot] commented 2 years ago

Support References

This comment is automatically generated. Please do not edit it.