Publicize With Hashtags’ plugin tags that automatically become hashtags in publicize only apply to posts, how do I make them apply to custom posts too? thanks
]]>This does not work with Gutenberg according to https://github.com/Automattic/jetpack/issues/11869
I still use the classic editor.
1. Download a code snippet plugin.
2. Add and activate the following snippet:
// **Set prefix**
// function set_new_publicize_default_prefix($msg) {
// return ‘prefix’;
// }
// add_filter(‘wpas_default_prefix’, ‘set_new_publicize_default_prefix’);// **Return the title**
function set_new_publicize_default_msg($msg) {
return $msg;
}
add_filter(‘wpas_default_message’, ‘set_new_publicize_default_msg’);// **Set suffix (ie. hashtag)**
function set_new_publicize_default_suffix($msg) {
return ‘ #hashtag’;
}
add_filter(‘wpas_default_suffix’, ‘set_new_publicize_default_suffix’);
Tested with Twitter, Facebook, and LinkedIn.
]]>We need a plugin to tell us if the plugins are working
]]>Hi guys, I love this amazing plugin but recently stop working since I update to PHP 7. Please update this, is very helpful.
]]>Hello.
I have changed the main file to stroke title and replacing space between tags with underline. Additionally, i have added new line between title and hashtags
Before:
Title #keyword 1, #keyword 2
After:
★ *Title*
#keyword_1, #keyword_2
You can use my additional changes, if you want.
]]>Hi,
Great plugin and I think it works really well.
I have one question – when I post something and of course publicise is set to active and facebook/twitter etc, I get two posts to twitter – one from the Jetpack publicise and one from this plugin. If I turn off the jetpack one, will that stop both being done, or just one?
My question is how can I get only one post to twitter from this plugin (not from Jetpack publicise also).
Thanks!
]]>Hi!
Great plugin that does what I need it to, kind of. My end goal is attempting to get Publicize to post a message containing post title + link + hashtags, that is shorter for twitter (title+link) and longer for facebook (gives a lot more space for a message).
However, I’ve gotten stuck on trying to get the function to hook when a post is being submitted from XMLRPC. It just doesn’t :/
Do you have any suggestions on how I could proceed?
]]>Publicize allows you to add the social option to additional post types, such as “Pages” or another custom category ie “ad_listings”. Is there a way to make this Hashtag integration compatible with other categories. The plugin does not have the capability to grab hashtags from custom posts and custom meta tag categories yet.
]]>I thought while reading the documentation that this plugin would also work if I added the hashtags and tag words per post manually, for instance,
blah blah blah post
#blah
but it is not working that way…am I doing something wrong or do I have to add a tag cloud to my blog, which I really don’t have time to do right now
]]>